(file) Return to install.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / Attic / install.mak (download)
Revision: 1.1, Tue Jun 29 19:38:12 2004 UTC (19 years, 11 months ago) by konrad.r
Branch: MAIN
PEP#: 152
TITLE: Make Pegasus Linux Standards Base (LSB) compliant.

DESCRIPTION:
2). Adding functonality for 'make install' and changing destination directories to be LSB compliant (/opt/..)

################################################################################
##
## Default installation macro
##
################################################################################

## The INSTALL_LIBRARY and INSTALL_PROGRAM macros are defined in config.mak
## and in platform_<*>.mak files (if the default has to be changed)
ifdef LIBRARY
install:
	$(INSTALL_LIBRARY)
endif

ifdef PROGRAM
install:
	$(INSTALL_PROGRAM)
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2