source: CMT/v1r16p20040901/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: 954 bytes
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# See the complete license in cmt_license.txt "http://www.cecill.info".
5#-----------------------------------------------------------
6
7#
8#constituents.make : cmt_path.make requirements
9#       @if test ! -f constituents.make -o "$(build_strategy)" = "rebuild_makefiles"; then \
10#         echo "Rebuilding $@"; \
11#         $(cmtexe) build constituents_makefile -quiet -tag=$(tags); \
12#       fi
13#
14#
15#build_library_links : dirs cmt_path.make requirements
16#       @echo "Rebuilding library links"; \
17#         if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi; \
18#         $(build_library_links)
19#
20###-include constituents.make
21#
22#clean ::
23#       @echo "Removing library links" \
24#         $(remove_library_links); \
25#
26#makefilesclean ::
27#       /bin/rm -f $(bin)*.make* ; \
28#       /bin/rm -f *.make* ; \
29#       /bin/rm -f checkuses
30#
31#clean :: makefilesclean
32#
33
Note: See TracBrowser for help on using the repository browser.