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