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

 1 kumpf 1.1 include $(ROOT)/mak/config-unix.mak
 2           
 3           OS = linux
 4           
 5           ARCHITECTURE = IA64
 6           
 7           COMPILER = gnu
 8           
 9           SYS_INCLUDES = -I/usr/include/g++-3
10           
11           DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
12           
13 kumpf 1.3 #
14           ## The following flags need to be set or unset
15           ## to compile-in the code required for PAM authentication
16           ## and compile-out the code that uses the password file.
17           ##
18           
19           ifdef PEGASUS_PAM_AUTHENTICATION
20            DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
21           endif
22           
23 kumpf 1.7 ##
24           ## The following flag needs to be set to compile in code for
25           ## not listing the trace configuration properties. This will cause
26           ## the trace configuration properties, traceComponents and traceLevel
27           ## not to be listed when using the cimconfig -l command.
28           ##
29           DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES
30           
31 kumpf 1.1 ifdef PEGASUS_DEBUG
32           FLAGS = -g -W -Wall -Wno-unused  -fPIC -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
33           else
34 sage  1.2 FLAGS = -O2 -W -Wall -Wno-unused -fPIC -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
35 kumpf 1.1 endif
36           
37           FLAGS += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU
38 kumpf 1.6 FLAGS += -DPEGASUS_NO_SLP
39           NO_SLP = true
40 kumpf 1.1 
41           #FLAGS += -DPEGASUS_HAS_SSL
42           #SYS_LIBS = -ldl -lpthread -lcrypt -lssl
43           SYS_LIBS = -ldl -lpthread -lcrypt
44           
45 kumpf 1.3 # PAM support
46           ifdef PEGASUS_PAM_AUTHENTICATION
47              ifeq ($(HPUX_IA64_VERSION), yes)
48                 SYS_LIBS += -L$(PAMLIB_HOME) -lpam
49              else
50                 SYS_LIBS += -lpam
51              endif
52           endif
53 kumpf 1.1 
54           CXX = g++
55           
56           SH = sh
57           
58           YACC = yacc
59           
60           COPY = cp
61           
62           MOVE = mv
63           
64           LIB_SUFFIX = .so
65           
66           PEGASUS_SUPPORTS_DYNLIB = yes
67           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2