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

Diff for /pegasus/src/Executor/Makefile between version 1.1.2.6 and 1.1.2.7

version 1.1.2.6, 2007/01/04 02:15:33 version 1.1.2.7, 2007/01/04 04:43:33
Line 38 
Line 38 
 PROGRAM = cimserver PROGRAM = cimserver
  
 SOURCES = \ SOURCES = \
     main.cpp \      main.c \
     SessionKey.cpp \      SessionKey.c \
     Time.cpp \      Random.c \
     Random.cpp \      LocalAuth.c \
     LocalAuth.cpp \      User.c \
     User.cpp \      Log.c \
     Log.cpp \      Socket.c \
     Socket.cpp \      Exit.c \
     Exit.cpp \      File.c \
     File.cpp \      Config.c \
     Config.cpp \      Path.c \
     Path.cpp \      Process.c \
     Process.cpp \      Child.c \
     Child.cpp \      Fatal.c \
     Fatal.cpp \      Parent.c \
     Parent.cpp \      Globals.c \
     Globals.cpp \  
   ifeq ($(findstring _GNU, $(PEGASUS_PLATFORM)), _GNU)
       FLAGS += -pedantic -ansi -Werror
       CXX=gcc
   endif
  
 include $(ROOT)/mak/program.mak include $(ROOT)/mak/program.mak
  
Line 63 
Line 67 
 poststarttests: poststarttests:
  
 ff: ff:
         flawfinder -m 3 Executor.h Executor.cpp          flawfinder -m 3 Executor.h Executor.c


Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2