(file) Return to library.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/library.mak between version 1.11 and 1.16

version 1.11, 2002/04/14 06:02:30 version 1.16, 2005/02/06 19:33:28
Line 19 
Line 19 
 TMP_OBJECTS = $(foreach i,$(SOURCES),$(OBJ_DIR)/$i) TMP_OBJECTS = $(foreach i,$(SOURCES),$(OBJ_DIR)/$i)
  
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 OBJECTS = $(TMP_OBJECTS:.cpp=.obj)  CPP_OBJECTS = $(TMP_OBJECTS:.cpp=.obj)
   OBJECTS = $(CPP_OBJECTS:.c=.obj)
 else else
 OBJECTS = $(TMP_OBJECTS:.cpp=.o)  CPP_OBJECTS = $(TMP_OBJECTS:.cpp=.o)
   OBJECTS = $(CPP_OBJECTS:.c=.o)
 endif endif
  
 ################################################################################ ################################################################################
Line 39 
Line 41 
 ifeq ($(OS_TYPE),nsk) ifeq ($(OS_TYPE),nsk)
 include $(ROOT)/mak/library-nsk.mak include $(ROOT)/mak/library-nsk.mak
 endif endif
   ifeq ($(OS_TYPE),vms)
    include $(ROOT)/mak/library-vms.mak
   endif
  
 ################################################################################ ################################################################################
 ## ##
Line 70 
Line 75 
  
 tests: $(ERROR) tests: $(ERROR)
  
   #l10n
   messages: $(ERROR)
   
 poststarttests: $(ERROR) poststarttests: $(ERROR)
   


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2