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

Diff for /pegasus/mak/program.mak between version 1.32 and 1.32.16.1

version 1.32, 2006/11/14 21:34:42 version 1.32.16.1, 2007/09/11 16:32:41
Line 44 
Line 44 
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 include $(ROOT)/mak/program-windows.mak include $(ROOT)/mak/program-windows.mak
 endif endif
   
 ifeq ($(OS_TYPE),unix) ifeq ($(OS_TYPE),unix)
 include $(ROOT)/mak/program-unix.mak include $(ROOT)/mak/program-unix.mak
 # GCC supports the -fPIE switch in version 3.4 or later # GCC supports the -fPIE switch in version 3.4 or later
Line 53 
Line 54 
    endif    endif
  endif  endif
 endif endif
   
 ifeq ($(OS_TYPE),vms) ifeq ($(OS_TYPE),vms)
  include $(ROOT)/mak/program-vms.mak  include $(ROOT)/mak/program-vms.mak
 endif endif
  
   ifeq ($(OS_TYPE),vxworks)
    include $(ROOT)/mak/program-vxworks.mak
   endif
   
 #l10n #l10n
 messages: $(ERROR) messages: $(ERROR)


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.32.16.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2