source: CMT/v1r14p20031120/src/constituents.make @ 1

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

Import all tags

File size: 686 bytes
Line 
1
2#
3#constituents.make : cmt_path.make requirements
4#       @if test ! -f constituents.make -o "$(build_strategy)" = "rebuild_makefiles"; then \
5#         echo "Rebuilding $@"; \
6#         $(cmtexe) build constituents_makefile -quiet -tag=$(tags); \
7#       fi
8#
9#
10#build_library_links : dirs cmt_path.make requirements
11#       @echo "Rebuilding library links"; \
12#         if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi; \
13#         $(build_library_links)
14#
15###-include constituents.make
16#
17#clean ::
18#       @echo "Removing library links" \
19#         $(remove_library_links); \
20#
21#makefilesclean ::
22#       /bin/rm -f $(bin)*.make* ; \
23#       /bin/rm -f *.make* ; \
24#       /bin/rm -f checkuses
25#
26#clean :: makefilesclean
27#
28
Note: See TracBrowser for help on using the repository browser.