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

Diff for /pegasus/mak/objects.mak between version 1.10 and 1.11.30.1

version 1.10, 2006/06/19 20:47:30 version 1.11.30.1, 2007/09/11 16:32:41
Line 50 
Line 50 
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 include $(ROOT)/mak/objects-windows.mak include $(ROOT)/mak/objects-windows.mak
 endif endif
   
 ifeq ($(COMPILER),ibm) ifeq ($(COMPILER),ibm)
 include $(ROOT)/mak/objects-zos.mak include $(ROOT)/mak/objects-zos.mak
 endif endif
   
 ifeq ($(OS_TYPE),unix) ifeq ($(OS_TYPE),unix)
 include $(ROOT)/mak/objects-unix.mak include $(ROOT)/mak/objects-unix.mak
 endif endif
 ifeq ($(OS_TYPE),nsk)  
 include $(ROOT)/mak/objects-nsk.mak  
 endif  
 ifeq ($(OS_TYPE),vms) ifeq ($(OS_TYPE),vms)
  include $(ROOT)/mak/objects-vms.mak  include $(ROOT)/mak/objects-vms.mak
 endif endif
   
   ifeq ($(OS_TYPE),vxworks)
    include $(ROOT)/mak/objects-vxworks.mak
   endif


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11.30.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2