source: cmtcvs/1.3/cmt/requirements @ 636

Last change on this file since 636 was 433, checked in by garonne, 16 years ago

see C.L 6

File size: 583 bytes
Line 
1package cmtcvs
2
3macro cmtsourcedir "${CMTROOT}/source" \
4      WIN32        "${CMTROOT}\source"
5
6include_dirs $(cmtsourcedir)
7
8application cmtcvs cmtcvs.cxx \
9  -s=$(cmtsourcedir) cmt_string.cxx cmt_system.cxx cmt_awk.cxx cmt_regexp.cxx cmt_error.cxx
10
11macro h "\#"
12macro q '"'
13
14macro_append cppflags "" \
15             Unix ' -O2 -Wno-deprecated -DVERSION=$(q)V(v1r1)$(q)' \
16             WIN32 ' /DVERSION=$(q)V(v1r1)$(q)'
17
18
19macro_append cpplink "-static" Darwin "" VisualC " advapi32.lib "
20
21make_fragment exporter -header=exporter_header
22
23document exporter do_export -group=Export
24
Note: See TracBrowser for help on using the repository browser.