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

 1 kumpf 1.1 # Recurse the directories defined in DIRS
 2           
 3           ROOT = ../..
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7           DIRS = \
 8           	WMIProvider \
 9 kumpf 1.2 	Client \
10 kumpf 1.1 	PegServer \
11 kumpf 1.2 	WMIServer \
12           	WMIOP
13           	
14 kumpf 1.1 
15           include $(ROOT)/mak/recurse.mak
16           
17           mapper:
18 kumpf 1.2 	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/Client -f Makefile copy2
19           	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/PegServer -f Makefile copy2
20 kumpf 1.3 	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/WMIServer -f Makefile copy2
21 kumpf 1.1 	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper -f Makefile rebuild
22 kumpf 1.3 	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/PegServer -f Makefile clean2
23           	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/Client -f Makefile clean2
24           	$(MAKE) --directory=$(PEGASUS_ROOT)/src/WMIMapper/WMIServer -f Makefile clean2
25 kumpf 1.1 
26           rebuild:  clean depend all
27           
28           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2