source: CMT/v1r14p20031120/fragments/installer @ 1

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

Import all tags

File size: 392 bytes
Line 
1#-- start of installer ------
2
3
4${CONSTITUENT} :: ${install_dir}${NAME}${FILESUFFIX}
5
6${install_dir}${NAME}${FILESUFFIX} : ${FULLNAME}
7        @if test ! -d ${install_dir} ; then mkdir -p ${install_dir}; fi
8        ${install_command} ${FULLNAME} ${install_dir}/${NAME}${FILESUFFIX}
9
10${CONSTITUENT}clean ::
11        ${uninstall_command} ${install_dir}/${NAME}${FILESUFFIX}
12
13#-- end of installer ------
Note: See TracBrowser for help on using the repository browser.