source: CMT/v1r19/mgr/fragments/installer @ 1

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

Import all tags

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