(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi

File: [Pegasus] / pegasus / cgi / Attic / Makefile (download)
Revision: 1.6, Mon Feb 18 15:22:39 2002 UTC (22 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_1_10, VERSION_1_09, VERSION_1_08
Changes since 1.5: +6 -11 lines
minor fixes

ROOT = ..

include $(ROOT)/mak/config.mak

ifeq ($(OS_TYPE),windows)
	LIB_SUFFIX = .dll
	LIB_DIR = $(BIN_DIR)
endif

all:
	$(COPY) $(BIN_DIR)/CGIClient$(EXE) cgi-bin
	$(COPY) $(LIB_DIR)/*$(LIB_SUFFIX) cgi-bin

clean:
	$(RM) cgi-bin/CGIClient.exe
	$(RM) cgi-bin/*$(LIB_SUFFIX)

depend:

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2