source: CMT/v1r14p20031120/fragments/nmake/make_header @ 1

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

Import all tags

File size: 690 bytes
Line 
1
2#====================================
3#  ${TITLE} ${CONSTITUENT}
4#
5#   Generated ${DATE}  by ${USER}
6#
7#====================================
8
9!include $(CMTROOT)/src/NMakefile.core
10
11!if defined (tag)
12CMTEXTRATAGS = $(tag)
13!else
14!if defined (CMTCONFIG)
15tag = $(CMTCONFIG)
16!else
17tag = VisualC
18!endif
19!endif
20
21tags      = $(CMTEXTRATAGS)
22
23${PACKAGE}_tag = $(tag)
24
25!include $(${PACKAGE}_tag).nmake
26
27${CONSTITUENT} ::
28
29javadirs ::
30        @if not exist $(javabin) mkdir $(javabin)
31
32srcdirs ::
33        @if not exist $(src) mkdir $(src)
34
35dirs ::
36        @if not exist requirements echo "No requirements file"
37        @if not exist $(bin) mkdir $(bin)
38
39help ::
40        @echo '${CONSTITUENT}'
Note: See TracBrowser for help on using the repository browser.