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

 1 konrad.r 1.1 ################################################################################
 2              ##
 3              ## Default installation macro
 4              ##
 5              ################################################################################
 6              
 7              ## The INSTALL_LIBRARY and INSTALL_PROGRAM macros are defined in config.mak
 8              ## and in platform_<*>.mak files (if the default has to be changed)
 9              ifdef LIBRARY
10              install:
11              	$(INSTALL_LIBRARY)
12              endif
13              
14              ifdef PROGRAM
15              install:
16              	$(INSTALL_PROGRAM)
17              endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2