source: CMT/v1r10p20011126/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: 954 bytes
Line 
1
2$(bin)${CONSTITUENT}.nmake :: dirs
3        @echo 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}.nmake
10${CONSTITUENT} :: $(${CONSTITUENT}_dependencies) $(bin)${CONSTITUENT}.nmake
11        @echo Starting ${CONSTITUENT}
12        @set include=$(include)
13        @set lib=$(lib)
14        @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) cmt_extra_tags=$(cmt_extra_tags)
15
16##${CONSTITUENT}clean :: ${CONSTITUENT}.nmake
17${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) $(bin)${CONSTITUENT}.nmake
18        @echo Starting ${CONSTITUENT}clean
19        @set include=$(include)
20        @set lib=$(lib)
21        @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag) cmt_extra_tags=$(cmt_extra_tags)
22
Note: See TracBrowser for help on using the repository browser.