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

Diff for /pegasus/mak/platform_LINUX_IX86_GNU.mak between version 1.13.8.1 and 1.13.10.1

version 1.13.8.1, 2003/02/10 17:09:31 version 1.13.10.1, 2003/03/13 19:17:05
Line 1 
Line 1 
 include $(ROOT)/mak/config-unix.mak include $(ROOT)/mak/config-unix.mak
  
 MAJOR_VERSION_NUMBER = 1  
   
 OS = linux OS = linux
  
 ARCHITECTURE = iX86 ARCHITECTURE = iX86
  
 COMPILER = gnu COMPILER = gnu
  
 SYS_INCLUDES = -I/usr/include/g++-3  SYS_INCLUDES = -I/usr/include/g++
   
 PLATFORM_VERSION_SUPPORTED = yes  
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
  
Line 20 
Line 16 
 FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 #  
 ## The following flags need to be set or unset  
 ## to compile-in the code required for PAM authentication  
 ## and compile-out the code that uses the password file.  
 ##  
   
 ifdef PEGASUS_PAM_AUTHENTICATION  
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE  
 endif  
   
 #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST
 FLAGS += -DPEGASUS_HAS_SSL  
 SYS_LIBS = -ldl -lpthread -lcrypt -lssl  # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
 #SYS_LIBS = -ldl -lpthread -lcrypt  # changes during interoperability tests.
   ifdef PEGASUS_SNIA_INTEROP_TEST
 # Build using fixed release settings   DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST
 #  
 ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS  
 FLAGS += -DPEGASUS_USE_RELEASE_CONFIG_OPTIONS  
 endif  
 ifdef PEGASUS_USE_RELEASE_DIRS  
 FLAGS += -DPEGASUS_USE_RELEASE_DIRS  
 endif endif
  
 FLAGS += -DPEGASUS_NO_SLP  #SYS_LIBS = -ldl -lpthread -lcrypt -lssl
 NO_SLP = true  SYS_LIBS = -ldl -lpthread -lcrypt
  
 # PAM support  
 ifdef PEGASUS_PAM_AUTHENTICATION  
    ifeq ($(HPUX_IA64_VERSION), yes)  
       SYS_LIBS += -L$(PAMLIB_HOME) -lpam  
    else  
       SYS_LIBS += -lpam  
    endif  
 endif  
  
 CXX = g++ CXX = g++
  
Line 73 
Line 45 
 ifndef PEGASUS_USE_MU_DEPEND ifndef PEGASUS_USE_MU_DEPEND
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes
 endif endif
   
 LIB_SUFFIX = .$(MAJOR_VERSION_NUMBER)  


Legend:
Removed from v.1.13.8.1  
changed lines
  Added in v.1.13.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2