source: CMT/v1r12p20020606/fragments/nmake/constituent @ 1

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

Import all tags

File size: 861 bytes
Line 
1
2$(bin)${CONSTITUENT}.nmake :: dirs
3        @echo (constituents.make) Building ${CONSTITUENT}.nmake
4        @set include=$(include)
5        @set lib=$(lib)
6        @$(cmtexe) build -nmake constituent_makefile ${CONSTITUENT} -tag=$(tags)
7        @move ${CONSTITUENT}.nmake $(bin)
8
9${CONSTITUENT} :: $(${CONSTITUENT}_dependencies) $(bin)${CONSTITUENT}.nmake
10        @echo (constituents.make) Starting ${CONSTITUENT}
11        @set include=$(include)
12        @set lib=$(lib)
13        @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tags)
14
15${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) $(bin)${CONSTITUENT}.nmake
16        @echo (constituents.make) Starting ${CONSTITUENT}clean
17        @set include=$(include)
18        @set lib=$(lib)
19        @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tags)
20
Note: See TracBrowser for help on using the repository browser.