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

 1 kumpf 1.1 ROOT = ../../..
 2           DIR = WMIMapper/WMIServer
 3           include $(ROOT)/mak/config.mak
 4           
 5           LIBRARIES = \
 6               pegcommon \
 7               pegconfig \
 8               pegrepository \
 9               pegwmiserver \
10               pegprovider \
11               pegwql \
12 kumpf 1.2     pegwmiclient
13 kumpf 1.1 
14           EXTRA_INCLUDES = $(SYS_INCLUDES)
15           
16 kumpf 1.2 LOCAL_DEFINES = -DPEGASUS_INTERNALONLY -DPEGASUS_NO_SLP
17 kumpf 1.1 
18           PROGRAM = WMIServer
19           
20           SOURCES = cimserver.cpp
21           
22           include $(ROOT)/mak/program.mak
23           
24           ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
25             SYS_LIBS = ws2_32.lib advapi32.lib	
26           endif
27           
28           tests:
29           
30           poststarttests:
31           
32           install:
33           	$(RM) $(PEGASUS_HOME)/cimserver_planned.conf
34           	$(RM) $(PEGASUS_HOME)/cimserver_current.conf
35           	$(RM) $(PEGASUS_HOME)/server.pem
36           	$(RM) $(PEGASUS_HOME)/client.pem
37           	$(RM) $(PEGASUS_HOME)/ssl.rnd
38 kumpf 1.1 	$(RM) $(PEGASUS_HOME)/ssl.cnf
39           	$(COPY) cimserver_planned.conf $(PEGASUS_HOME)
40           	$(COPY) cimserver_current.conf $(PEGASUS_HOME)
41           	$(COPY) $(PEGASUS_ROOT)/server.pem $(PEGASUS_HOME)
42           	$(COPY) $(PEGASUS_ROOT)/client.pem $(PEGASUS_HOME)
43           	$(COPY) $(PEGASUS_ROOT)/ssl.rnd    $(PEGASUS_HOME)
44           	$(COPY) $(PEGASUS_ROOT)/ssl.cnf    $(PEGASUS_HOME)
45           
46           run: install
47           ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
48           	cimserver -l
49           else
50           	cimserver
51           endif
52           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2