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

File: [Pegasus] / pegasus / mak / program.mak (download)
Revision: 1.22.2.3, Sun Oct 28 20:44:19 2001 UTC (22 years, 6 months ago) by rudy
Branch: dev
CVS Tags: dev_dead, SNAPSHOT_1_04
Changes since 1.22.2.2: +6 -53 lines
Split off make files program-windows.mak, program-unix.mak, and
program-nsk.mak. This file (program.mak) now contains only
the branch logic.

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