source: CMT/v1r10p20011126/fragments/generator_header @ 1

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

Import all tags

File size: 501 bytes
Line 
1
2
3
4##dir=.
5
6${CONSTITUENT} :: ${CONSTITUENT}_dir ${dir}${out}_stamp
7
8${CONSTITUENT}_dir ::
9        @if test ! -d ${dir} ; then mkdir -p ${dir} ; fi
10
11${dir}${out}_stamp ::
12        @echo ${out}
13        $(cmtexe) expand model "${model}" > ${dir}${out}_temp
14        $(cmtexe) check files ${dir}${out}_temp ${dir}${out}
15        @echo ${CONSTITUENT} >${dir}${out}_stamp
16
17${CONSTITUENT}clean ::
18        if test -f ${dir}${out}_stamp ; then /bin/rm ${dir}${out}_stamp; fi
19        if test -f ${dir}${out} ; then /bin/rm ${dir}${out}; fi
20
Note: See TracBrowser for help on using the repository browser.