source: CMT/v1r12p20020606/fragments/make_header @ 1

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

Import all tags

File size: 737 bytes
Line 
1
2#====================================
3#  ${TITLE} ${CONSTITUENT}
4#
5#   Generated ${DATE}  by ${USER}
6#
7#====================================
8
9include ${CMTROOT}/src/Makefile.core
10
11ifdef tag
12CMTEXTRATAGS = $(tag)
13else
14tag       = $(CMTCONFIG)
15endif
16
17tags      = $(CMTCONFIG),$(CMTEXTRATAGS)
18
19${PACKAGE}_tag = $(tag)
20
21include $(${PACKAGE}_tag).make
22
23${CONSTITUENT} ::
24
25dirs ::
26        @if test ! -r requirements ; then echo "No requirements file" ; fi; \
27          if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi; \
28          /bin/rm -f checkuses
29
30javadirs ::
31        @if test ! -d $(javabin) ; then $(mkdir) -p $(javabin) ; fi
32
33srcdirs ::
34        @if test ! -d $(src) ; then $(mkdir) -p $(src) ; fi
35
36help ::
37        @echo '${CONSTITUENT}'
Note: See TracBrowser for help on using the repository browser.