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

 1 mday  1.1 ROOT = ../../..
 2           
 3 kumpf 1.7 DIR = Pegasus/suballoc
 4 mday  1.1 
 5           include $(ROOT)/mak/config.mak
 6           
 7 mday  1.4 EXTRA_INCLUDES = $(SYS_INCLUDES)
 8 mday  1.1 
 9 mday  1.6 LOCAL_DEFINES = -DPEGASUS_SUBALLOC_INTERNAL -DPEGASUS_INTERNALONLY
10 mday  1.1 
11 mday  1.4 LIBRARY = suballoc
12           
13 mday  1.5 LIBRARIES = pegcommon 
14 mday  1.4 
15           PRE_DEPEND_INCLUDES = -I./depends
16 mday  1.1 
17           SOURCES = \
18           	suballoc.cpp
19 mday  1.4 OBJECTS = $(SOURCES:.cpp=$(OBJ))
20           
21           SYS_LIBS = ws2_32.lib advapi32.lib
22           
23 sage  1.8 AIX_LIB_PRIORITY = -100
24           
25 mday  1.1 include $(ROOT)/mak/library.mak
26 mday  1.4 
27           run:
28           	Server $(REPOSITORY_ROOT)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2