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

File: [Pegasus] / pegasus / mak / program.mak (download)
Revision: 1.24, Tue Dec 25 04:22:41 2001 UTC (22 years, 5 months ago) by mike
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08, VERSION_1_07
Changes since 1.23: +3 -1 lines
Eliminated use of DYNAMIC_LIBRARIES in all makefiles (this variable is
now automatically generated from the LIBRARIES variable).

include $(ROOT)/mak/common.mak

ifeq ($(OS_TYPE),windows)
include $(ROOT)/mak/program-windows.mak
endif
ifeq ($(OS_TYPE),unix)
include $(ROOT)/mak/program-unix.mak
endif
ifeq ($(OS_TYPE),nsk)
include $(ROOT)/mak/program-nsk.mak
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2