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

File: [Pegasus] / pegasus / src / Pegasus / getoopt / Makefile (download)
Revision: 1.4, Fri Jul 6 20:47:00 2001 UTC (23 years 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: +3 -1 lines
updates to support location independent shared libraries for HPUX

ROOT = ../../..

DIR = Pegasus/getoopt

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

ifeq ($(OS_TYPE),windows)
EXTRA_INCLUDES += -I./nt_includes
endif

LOCAL_DEFINES = -DPEGASUS_GETOOPT_INTERNAL

LIBRARY = peggetoopt

LIBRARIES = $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX)

DYNAMIC_LIBRARIES = -lpegcommon

PRE_DEPEND_INCLUDES = -I./depends

SOURCES = getoopt.cpp

OBJECTS = $(SOURCES:.cpp=$(OBJ))

include $(ROOT)/mak/library.mak


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2