source: CMT/v1r12p20020606/fragments/constituent @ 1

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

Import all tags

File size: 876 bytes
Line 
1
2$(bin)${CONSTITUENT}.make :: build_library_links dirs
3        @echo "------> (constituents.make) 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 "------> (constituents.make) Starting ${CONSTITUENT}"; \
9          $(MAKE) -f $(bin)${CONSTITUENT}.make $(MAKEFLAGS) ${CONSTITUENT}
10
11${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) ##$(bin)${CONSTITUENT}.make
12        @if test -f $(bin)${CONSTITUENT}.make; then \
13          echo "------> (constituents.make) Starting ${CONSTITUENT}clean"; \
14          $(MAKE) -f $(bin)${CONSTITUENT}.make $(MAKEFLAGS) ${CONSTITUENT}clean; \
15          /bin/rm -f $(bin)${CONSTITUENT}.make $(bin)${CONSTITUENT}_dependencies.make; \
16        fi
17
18
19
Note: See TracBrowser for help on using the repository browser.