source: CMT/v1r26/mgr/VisualC.nmake

Last change on this file was 542, checked in by rybkin, 14 years ago

See C.L. 429

  • Property svn:eol-style set to native
File size: 3.1 KB
Line 
1CMT_tag=$(tag)
2CMTVERSION=HEAD
3cmt_hardware_query_command=uname -m
4cmt_hardware=WIN32
5cmt_system_version_query_command=uname -r 
6cmt_system_version=XP
7cmt_compiler_version_query_command=$(CMTROOT)/mgr/cmt_gcc_version.sh | grep '^gcc'
8cmt_compiler_version=cl
9debug_option=/G
10cc=cl.exe
11cflags=/nologo /DWIN32 /MD /W3 $(includes) /c
12ccomp=cl.exe $(cdebugflags) $(cflags) $(pp_cflags)
13clink=link.exe /nologo /machine:IX86 
14msdevdll=/dll
15msdevdllflags=/MT /D "_USRDLL" /D "WDLL_EXPORTS"
16ppcmd=/I 
17preproc=cl.exe
18cpp=cl.exe
19cppflags=/nologo /DWIN32 /MD /W3 $(includes) /c /EHsc
20cppcomp=cl.exe $(cppdebugflags) $(cppflags) $(pp_cppflags)
21cpplink=link.exe /nologo /machine:I386 advapi32.lib 
22for=f77
23flink=$(for) $(flinkflags)
24javacomp=javac -classpath $(src):$(CLASSPATH) 
25javacopy=copy
26jar=jar
27lex=lex $(lexflags)
28yacc=yacc $(yaccflags)
29ar=lib.exe /nologo 
30shlibsuffix=dll
31shlibbuilder= $(cmt_installarea_linkopts) 
32library_install_command=copy 
33build_library_links=$(cmtexe) build library_links -tag=$(tags)
34remove_library_links=$(cmtexe) remove library_links -tag=$(tags)
35cmtexe=$(CMTROOT)\$(CMTBIN)\cmt.exe
36build_prototype=$(cmtexe) build prototype
37build_dependencies=$(cmtexe) -tag=$(tags) build dependencies
38build_triggers=$(cmtexe) build triggers
39format_dependencies=$(CMTROOT)\mgr\cmt_format_deps.bat
40implied_library_prefix=-l
41implied_library_suffix=.lib
42SHELL=cmd
43q="
44src=..\src\
45doc=..\doc\
46inc=..\src\
47mgr=..\mgr\
48application_suffix=.exe
49unlock_command=rmdir 
50lock_name=cmt
51lock_suffix=.lock
52lock_file=$(lock_name)$(lock_suffix)
53svn_checkout_command=python $(CMTROOT)\mgr\cmt_svn_checkout.py 
54MAKEFLAGS= --no-print-directory 
55gmake_hosts=lx1 rsplus lxtest as7 dxplus ax7 hp2 aleph hp1 hpplus papou1-fe atlas
56make_hosts=virgo-control1 rio0a vmpc38a
57everywhere=hosts
58install_command=xcopy /S /E /Y 
59uninstall_command=del 
60cmt_installarea_command=xcopy /S /E /Y 
61cmt_uninstallarea_command=del 
62cmt_install_area_command=$(cmt_installarea_command)
63cmt_uninstall_area_command=$(cmt_uninstallarea_command)
64cmt_install_action=$(CMTROOT)\mgr\cmt_install_action.bat
65cmt_installdir_action=$(CMTROOT)\mgr\cmt_installdir_action.bat
66cmt_uninstall_action=$(CMTROOT)\mgr\cmt_uninstall_action.bat
67cmt_uninstalldir_action=$(CMTROOT)\mgr\cmt_uninstalldir_action.bat
68cmt_installdir_excludes=$(CMTROOT)\mgr\cmt_installdir_excludes.txt
69mkdir=mkdir
70cmt_cvs_protocol_level=v1r1
71cmt_installarea_prefix=InstallArea
72CMT_PATH_remove_regexp=\\[^\\]*\\
73CMT_PATH_remove_share_regexp=\\share\\
74NEWCMTCONFIG=WIN32-XP-cl
75all_constituents=cmt $(constituents)
76tag=VisualC
77package=CMT
78version=HEAD
79PACKAGE_ROOT=$(CMTROOT)
80srcdir=..\src
81bin=..\$(CMT_tag)\
82javabin=..\classes\
83mgrdir=mgr
84cmt_installarea_paths= $(cmt_installarea_prefix)/$(CMTCONFIG)/bin
85use_linkopts= $(cmt_installarea_linkopts) 
86cmt_GUID={88BF15AB-5A2D-4bea-B64F-02752C2A1F4F}
87cmt_use_linkopts=  $(CMT_linkopts) 
88make_GUID={88BF15AB-5A2D-4bea-B64F-02752C2A1F4F}
89constituents= cmt 
90constituentsclean= cmtclean 
91all_constituentsclean= $(constituentsclean)
92cmt_actions_constituents= make 
93cmt_actions_constituentsclean= makeclean 
Note: See TracBrowser for help on using the repository browser.