source: CMT/v1r10p20011126/fragments/constituent @ 1

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

Import all tags

File size: 800 bytes
Line 
1
2$(bin)${CONSTITUENT}.make :: build_library_links dirs
3        @echo " building ${CONSTITUENT}.make"; \
4          $(cmtexe) build constituent_makefile ${CONSTITUENT} -quiet -tag=$(tags); \
5          if test ! "$(bin)" = "./"; then /bin/mv -f ${CONSTITUENT}.make $(bin); fi
6
7${CONSTITUENT} :: $(${CONSTITUENT}_dependencies) $(bin)${CONSTITUENT}.make
8        @echo " starting ${CONSTITUENT}"; \
9          $(MAKE) -f $(bin)${CONSTITUENT}.make tags=$(tags) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}
10
11${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) ##$(bin)${CONSTITUENT}.make
12        @if test -f $(bin)${CONSTITUENT}.make; then \
13          echo " starting ${CONSTITUENT}clean"; \
14          $(MAKE) -f $(bin)${CONSTITUENT}.make tags=$(tags) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean; \
15        fi
16
17
18
Note: See TracBrowser for help on using the repository browser.