home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 396 b | 10 lines |
- NEW_BUNDLE_EXTENSION = .BackModule
- BINARY_EXTENSION = .BackO
- INSTALL_BUNDLE = ${DSTROOT}/${INSTALLDIR}/${NAME}
-
- after_install::
- ${MV} ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION} ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}
- ${MV} ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}/${NAME} \
- ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}/${NAME}${BINARY_EXTENSION}
- # ${RM} -rf ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}
-