source: CMT/v1r20p20081118/mgr/VisualC.nmake @ 477

Last change on this file since 477 was 477, checked in by rybkin, 16 years ago

exclude CMTINSTALLAREA

  • Property svn:eol-style set to native
File size: 3.0 KB
Line 
1CMT_tag=$(tag)
2CMT_root=Y:\user\g\grybkine\labs\CMT\v1r20p20081118
3CMTVERSION=v1r20p20081118
4cmt_hardware_query_command=uname -m
5cmt_hardware=WIN32
6cmt_system_version_query_command=uname -r 
7cmt_system_version=XP
8cmt_compiler_version_query_command=$(CMTROOT)/mgr/cmt_gcc_version.sh | grep '^gcc'
9cmt_compiler_version=cl
10debug_option=/G
11cc=cl.exe
12cflags=/nologo /DWIN32 /MD /W3 $(includes) /c
13ccomp=cl.exe $(cdebugflags) $(cflags) $(pp_cflags)
14clink=link.exe /nologo /machine:IX86 
15msdevdll=/dll
16msdevdllflags=/MT /D "_USRDLL" /D "WDLL_EXPORTS"
17ppcmd=/I 
18preproc=cl.exe
19cpp=cl.exe
20cppflags=/nologo /DWIN32 /MD /W3 $(includes) /c /EHsc
21cppcomp=cl.exe $(cppdebugflags) $(cppflags) $(pp_cppflags)
22cpplink=link.exe /nologo /machine:I386 advapi32.lib 
23for=f77
24flink=$(for) $(flinkflags)
25javacomp=javac -classpath $(src):$(CLASSPATH) 
26javacopy=copy
27jar=jar
28lex=lex $(lexflags)
29yacc=yacc $(yaccflags)
30ar=lib.exe /nologo 
31shlibsuffix=dll
32shlibbuilder= $(cmt_installarea_linkopts) 
33library_install_command=copy 
34build_library_links=$(cmtexe) build library_links -tag=$(tags)
35remove_library_links=$(cmtexe) remove library_links -tag=$(tags)
36cmtexe=$(CMTROOT)\$(CMTBIN)\cmt.exe
37build_prototype=$(cmtexe) build prototype
38build_dependencies=$(cmtexe) -tag=$(tags) build dependencies
39build_triggers=$(cmtexe) build triggers
40implied_library_prefix=-l
41implied_library_suffix=.lib
42SHELL=cmd
43q="
44src=..\src\
45doc=..\doc\
46inc=..\src\
47mgr=..\mgr\
48application_suffix=.exe
49lock_command=$(CMTROOT)\mgr\cmt_lockfile.bat 
50unlock_command=rmdir 
51lock_name=cmt
52lock_suffix=.lock
53lock_file=$(lock_name)$(lock_suffix)
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=v1r20p20081118
79PACKAGE_ROOT=$(CMTROOT)
80srcdir=..\src
81bin=..\$(CMT_tag)\
82BIN=Y:\user\g\grybkine\labs\CMT\v1r20p20081118\$(CMT_tag)\
83javabin=..\classes\
84mgrdir=mgr
85cmt_installarea_paths= $(cmt_installarea_prefix)/$(CMTCONFIG)/bin
86use_linkopts= $(cmt_installarea_linkopts) 
87cmt_use_linkopts=  $(CMT_linkopts) 
88constituents= cmt 
89constituentsclean= cmtclean 
90all_constituentsclean= $(constituentsclean)
91cmt_actions_constituents= make 
92cmt_actions_constituentsclean= makeclean 
Note: See TracBrowser for help on using the repository browser.