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

Diff for /pegasus/src/Pegasus/Security/Cimservera/Makefile between version 1.10.2.3 and 1.12.16.1

version 1.10.2.3, 2007/01/04 04:57:23 version 1.12.16.1, 2008/07/01 15:18:53
Line 32 
Line 32 
 ROOT = ../../../.. ROOT = ../../../..
  
 DIR = Pegasus/Security/Cimservera DIR = Pegasus/Security/Cimservera
   
   HAS_PAM_DEPENDENCY=true
   
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 PROGRAM = cimservera PROGRAM = cimservera
  
 SOURCES = cimservera.c SOURCES = cimservera.c
  
 ifeq ($(OS),HPUX)  #ifeq ($(findstring _GNU, $(PEGASUS_PLATFORM)), _GNU)
     EXTRA_LIBRARIES += -lsec  #    FLAGS += -pedantic -ansi -Werror -Wunused -Wno-unused-function
 endif  #endif
   
 ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX)  
     SYS_LIBS += -lpam  
 endif  
   
 ifeq ($(findstring _GNU, $(PEGASUS_PLATFORM)), _GNU)  
     FLAGS += -pedantic -ansi -Werror  
     CXX=gcc  
 endif  
  
 include $(ROOT)/mak/program.mak include $(ROOT)/mak/program.mak
  


Legend:
Removed from v.1.10.2.3  
changed lines
  Added in v.1.12.16.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2