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

Diff for /pegasus/src/Pegasus/suballoc/Attic/Makefile between version 1.1 and 1.6

version 1.1, 2002/05/06 02:23:23 version 1.6, 2002/05/14 16:20:45
Line 1 
Line 1 
 ROOT = ../../.. ROOT = ../../..
  
 DIR = Pegasus/suballoc  DIR = Pegasus/Server
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LOCAL_DEFINES = -DPEGASUS_SUBALLOC_INTERNAL  EXTRA_INCLUDES = $(SYS_INCLUDES)
  
 LIBRARY = peg_suballoc  LOCAL_DEFINES = -DPEGASUS_SUBALLOC_INTERNAL -DPEGASUS_INTERNALONLY
  
 #LIBRARIES = \  LIBRARY = suballoc
 #    pegcommon  
   LIBRARIES = pegcommon
   
   PRE_DEPEND_INCLUDES = -I./depends
  
 SOURCES = \ SOURCES = \
         suballoc.cpp         suballoc.cpp
   OBJECTS = $(SOURCES:.cpp=$(OBJ))
   
   SYS_LIBS = ws2_32.lib advapi32.lib
   
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
   
   run:
           Server $(REPOSITORY_ROOT)


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2