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

File: [Pegasus] / pegasus / cgi / Attic / Makefile (download)
Revision: 1.4, Fri Jul 6 20:47:00 2001 UTC (22 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, version_0_99, version_0_79_4, main
Branch point for: dev
Changes since 1.3: +1 -1 lines
updates to support location independent shared libraries for HPUX

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)/*$(LIB_SUFFIX) cgi-bin
endif

clean:
	$(RM) cgi-bin/*

depend:

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2