[5] | 1 | CMT_tag=$(tag)
|
---|
[15] | 2 | CMTVERSION=HEAD
|
---|
[5] | 3 | CMTrelease=15
|
---|
| 4 | cmt_hardware_query_command=uname -m
|
---|
| 5 | cmt_hardware=WIN32
|
---|
| 6 | cmt_system_version_query_command=uname -r
|
---|
| 7 | cmt_system_version=XP
|
---|
| 8 | cmt_compiler_version_query_command=$(CMTROOT)/mgr/cmt_gcc_version.sh | grep '^gcc'
|
---|
| 9 | cmt_compiler_version=cl
|
---|
| 10 | debug_option=/G
|
---|
| 11 | cc=cl.exe
|
---|
| 12 | cflags=/nologo /DWIN32 /MD /W3 $(includes) /c
|
---|
| 13 | ccomp=cl.exe $(cdebugflags) $(cflags) $(pp_cflags)
|
---|
| 14 | clink=link.exe /nologo /machine:IX86
|
---|
| 15 | msdevdll=/dll
|
---|
| 16 | msdevdllflags=/MT /D "_USRDLL" /D "WDLL_EXPORTS"
|
---|
| 17 | ppcmd=/I
|
---|
| 18 | preproc=cl.exe
|
---|
| 19 | cpp=cl.exe
|
---|
| 20 | cppflags=/nologo /DWIN32 /MD /W3 $(includes) /c /EHsc
|
---|
| 21 | cppcomp=cl.exe $(cppdebugflags) $(cppflags) $(pp_cppflags)
|
---|
[15] | 22 | cpplink=link.exe /nologo /machine:I386
|
---|
[5] | 23 | for=f77
|
---|
| 24 | flink=$(for) $(flinkflags)
|
---|
| 25 | javacomp=javac -classpath $(src):$(CLASSPATH)
|
---|
| 26 | javacopy=copy
|
---|
| 27 | jar=jar
|
---|
| 28 | lex=lex $(lexflags)
|
---|
| 29 | yacc=yacc $(yaccflags)
|
---|
| 30 | ar=lib.exe /nologo
|
---|
| 31 | shlibsuffix=dll
|
---|
| 32 | shlibbuilder= $(cmt_installarea_linkopts)
|
---|
| 33 | library_install_command=copy
|
---|
| 34 | build_library_links=$(cmtexe) build library_links -quiet -tag=$(tags)
|
---|
| 35 | remove_library_links=$(cmtexe) remove library_links -quiet -tag=$(tags)
|
---|
| 36 | cmtexe=$(CMTROOT)\$(CMTBIN)\cmt.exe
|
---|
| 37 | build_prototype=$(cmtexe) build prototype
|
---|
| 38 | build_dependencies=$(cmtexe) -quiet -tag=$(tags) build dependencies
|
---|
| 39 | build_triggers=$(cmtexe) build triggers
|
---|
| 40 | implied_library_prefix=-l
|
---|
| 41 | implied_library_suffix=.lib
|
---|
| 42 | SHELL=cmd
|
---|
| 43 | src=..\src\
|
---|
| 44 | doc=..\doc\
|
---|
| 45 | inc=..\src\
|
---|
[15] | 46 | mgr=..\cmt\
|
---|
[5] | 47 | application_suffix=.exe
|
---|
| 48 | lock_command=attrib /S /D +R ..\*
|
---|
| 49 | unlock_command=attrib /S /D -R ..\*
|
---|
| 50 | MAKEFLAGS= --no-print-directory
|
---|
| 51 | gmake_hosts=lx1 rsplus lxtest as7 dxplus ax7 hp2 aleph hp1 hpplus papou1-fe atlas
|
---|
| 52 | make_hosts=virgo-control1 rio0a vmpc38a
|
---|
| 53 | everywhere=hosts
|
---|
| 54 | install_command=xcopy /S /E /Y
|
---|
| 55 | uninstall_command=del
|
---|
| 56 | cmt_installarea_command=xcopy /S /E /Y
|
---|
| 57 | cmt_uninstallarea_command=del
|
---|
| 58 | cmt_install_area_command=$(cmt_installarea_command)
|
---|
| 59 | cmt_uninstall_area_command=$(cmt_uninstallarea_command)
|
---|
| 60 | cmt_install_action=$(CMTROOT)\mgr\cmt_install_action.bat
|
---|
| 61 | cmt_installdir_action=$(CMTROOT)\mgr\cmt_installdir_action.bat
|
---|
| 62 | cmt_uninstall_action=$(CMTROOT)\mgr\cmt_uninstall_action.bat
|
---|
| 63 | cmt_uninstalldir_action=$(CMTROOT)\mgr\cmt_uninstalldir_action.bat
|
---|
| 64 | cmt_installdir_excludes=$(CMTROOT)\mgr\cmt_installdir_excludes.txt
|
---|
| 65 | mkdir=mkdir
|
---|
| 66 | cmt_installarea_prefix=InstallArea
|
---|
| 67 | CMT_PATH_remove_regexp=\\[^\\]*\\
|
---|
| 68 | CMT_PATH_remove_share_regexp=\\share\\
|
---|
| 69 | NEWCMTCONFIG=WIN32-XP-cl
|
---|
[15] | 70 | HEAD_tag=$(tag)
|
---|
| 71 | HEADVERSION=v*
|
---|
[5] | 72 | tag=VisualC
|
---|
[15] | 73 | package=HEAD
|
---|
| 74 | version=v*
|
---|
| 75 | PACKAGE_ROOT=$(HEADROOT)
|
---|
[5] | 76 | srcdir=..\src
|
---|
[15] | 77 | bin=..\$(HEAD_tag)\
|
---|
[5] | 78 | javabin=..\classes\
|
---|
[15] | 79 | mgrdir=cmt
|
---|
[5] | 80 | cmt_installarea_paths=$(cmt_installarea_prefix)/$(tag)/bin $(cmt_installarea_prefix)/$(tag)/lib $(cmt_installarea_prefix)/share/lib $(cmt_installarea_prefix)/share/bin
|
---|
[15] | 81 | use_linkopts= $(cmt_installarea_linkopts) $(HEAD_linkopts)
|
---|
| 82 | use_requirements=requirements $(CMTROOT)\mgr\requirements
|
---|
| 83 | use_includes=
|
---|
| 84 | use_fincludes= $(use_includes)
|
---|
| 85 | use_stamps= $(HEAD_stamps)
|
---|
| 86 | use_cflags= $(HEAD_cflags)
|
---|
| 87 | use_pp_cflags= $(HEAD_pp_cflags)
|
---|
| 88 | use_cppflags= $(HEAD_cppflags)
|
---|
| 89 | use_pp_cppflags= $(HEAD_pp_cppflags)
|
---|
| 90 | use_fflags= $(HEAD_fflags)
|
---|
| 91 | use_pp_fflags= $(HEAD_pp_fflags)
|
---|
| 92 | includes= $(ppcmd)"$(srcdir)" $(use_includes)
|
---|
| 93 | fincludes= $(includes)
|
---|
| 94 | constituents=
|
---|
| 95 | all_constituents= $(constituents)
|
---|
| 96 | constituentsclean=
|
---|
[5] | 97 | all_constituentsclean= $(constituentsclean)
|
---|
| 98 | cmt_actions_constituents= make
|
---|
| 99 | cmt_actions_constituentsclean= makeclean
|
---|