source: CMT/v1r12p20020606/fragments/make_setup_nmake @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 866 bytes
Line 
1
2${PACKAGE}_tag = $(tag)
3
4all :: config
5
6bat : $(${PACKAGE}_tag).bat
7        @/bin/echo $(${PACKAGE}_tag).bat ok
8 
9###$(${PACKAGE}_tag).bat : cmt_path.make requirements ${use_requirements}
10$(${PACKAGE}_tag).bat : requirements ${use_requirements}
11        @/bin/echo Rebuilding setup and config. One requirements file has changed.
12        $(cmt) build setup -bat -tag=$(${PACKAGE}_tag)
13
14config : checkuses $(${PACKAGE}_tag).make
15        @/bin/echo $(${PACKAGE}_tag).make ok
16
17##$(${PACKAGE}_tag).make : cmt_path.make requirements ${use_requirements}
18$(${PACKAGE}_tag).make : requirements ${use_requirements}
19        @echo "Now rebuilding $@"
20###     @mkdir -p $(bin); touch $(${PACKAGE}_tag).make; ${CMTROOT}/mgr/cmt -quiet build tag_makefile -tag=$(${PACKAGE}_tag) >t$$$$; mv t$$$$ $(${PACKAGE}_tag).make
21
22-include $(${PACKAGE}_tag).make
23
24##configclean :
25##      /bin/rm -f *.make*
26
27
Note: See TracBrowser for help on using the repository browser.