source: CMT/v1r12p20020606/fragments/nmake/generator_header @ 1

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

Import all tags

File size: 488 bytes
Line 
1
2dir=.
3
4${CONSTITUENT} :: ${CONSTITUENT}_dir ${dir}${out}_stamp
5
6${CONSTITUENT}_dir ::
7        @if not exist ${dir} mkdir ${dir}
8
9${dir}${out}_stamp ::
10        @echo ${out}
11        $(cmtexe) expand model "${model}" > ${dir}${out}_temp
12        $(cmtexe) check files ${dir}${out}_temp ${dir}${out}
13        @echo ${CONSTITUENT} >${dir}${out}_stamp
14
15${CONSTITUENT}clean ::
16        if exist ${dir}${out}_stamp del ${dir}${out}_stamp
17        if exist ${dir}${out} del ${dir}${out}
18
Note: See TracBrowser for help on using the repository browser.