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

File: [Pegasus] / pegasus / cgi / Attic / Makefile (download)
Revision: 1.3, Thu Apr 12 06:25:20 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2, version_0_97_1, version_0_97, version_0_96, version_0_95, stable_0_95, stable
Changes since 1.2: +0 -2 lines
Replaced ACE with new Channel implementation.
Removed all ACE dependencies.

ROOT = ..

include $(ROOT)/mak/config.mak

all:
ifeq ($(OS_TYPE),windows)
	$(COPY) $(BIN_DIR)/CGIClient.exe cgi-bin
	$(COPY) $(BIN_DIR)/*.dll cgi-bin
else
	$(COPY) $(BIN_DIR)/CGIClient cgi-bin
	$(COPY) $(LIB_DIR)/*.so cgi-bin
endif

clean:
	$(RM) cgi-bin/*

depend:

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2