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

 1 karl  1.6 # Pegasus top level make file
 2           # options are
 3           # Make rebuild
 4           # Make world
 5           # Make tests - Executes the complete test suite
 6           # Make repository - Rebuilds the Pegasus repository
 7           #
 8 mike  1.1 ROOT = .
 9           
10 konrad.r 1.24 include $(ROOT)/env_var.status
11 mike     1.1  include $(ROOT)/mak/config.mak
12               
13 karl     1.11 # This is a recurse make file
14 karl     1.6  # Defines subdirectorys to go to recursively
15               
16 mike     1.3  # DIRS = src cgi
17 konrad.r 1.23 DIRS = src test rpm Schemas
18 mike     1.1  
19 karl     1.11 # Define the inclusion of the recurse.mak file to execute the next
20               # level of makefiles defined by the DIRS variable
21 karl     1.6  
22 mike     1.1  include $(ROOT)/mak/recurse.mak
23               
24 karl     1.6  # rebuild target cleans, setup dependencies, compiles all and builds 
25               # repository
26               
27 kumpf    1.18 FORCE:
28               
29 kumpf    1.14 rebuild: clean depend all repository
30 mike     1.8  	@ $(MAKE) -s tests
31 mike     1.1  
32 kumpf    1.14 world: depend all repository
33 mike     1.8  	@ $(MAKE) -s tests
34 karl     1.6  
35               # The repository Target removes and rebuilds the CIM repository
36 mike     1.4  
37 kumpf    1.18 repository: FORCE
38 kumpf    1.13 	@ $(MAKE) -SC Schemas/Pegasus repository
39 mike     1.9  
40 kumpf    1.18 repositoryServer: FORCE
41 kumpf    1.17 	@ $(MAKE) -SC Schemas/Pegasus repositoryServer
42               
43 kumpf    1.18 testrepository: FORCE
44 kumpf    1.16 	@ $(MAKE) -SC src/Providers/sample/Load repository
45               	@ $(MAKE) -SC test/wetest repository
46 kumpf    1.20 	@ $(MAKE) -SC src/Clients/benchmarkTest/Load repository
47 kumpf    1.17 
48 kumpf    1.18 testrepositoryServer: FORCE
49 kumpf    1.17 	@ $(MAKE) -SC src/Providers/sample/Load repositoryServer
50               	@ $(MAKE) -SC test/wetest repositoryServer
51 kumpf    1.20 	@ $(MAKE) -SC src/Clients/benchmarkTest/Load repositoryServer
52 kumpf    1.16 
53 kumpf    1.18 removetestrepository: FORCE
54 kumpf    1.16 	@ $(MAKE) -SC src/Providers/sample/Load removerepository
55               	@ $(MAKE) -SC test/wetest removerepository
56 kumpf    1.20 	@ $(MAKE) -SC src/Clients/benchmarkTest/Load removerepository
57 karl     1.15 
58 konrad.r 1.24 config:
59               	@ $(ROOT)/SetConfig_EnvVar
60               
61 humberto 1.21 all: messages 
62               
63               messages: rootbundle
64               
65               rootbundle: 
66               	$(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile
67               
68 karl     1.15 # the collections of tests that we run with the server active.
69               # For now, these are centralized and do not include startup
70               # and shutdown of the server.
71               
72 kumpf    1.18 activetests: FORCE
73 mday     1.19 	$(MAKE) --directory=$(PEGASUS_ROOT)/test -f Makefile clean
74               	$(PEGASUS_ROOT)/bin/TestClient
75               	$(PEGASUS_ROOT)/bin/Client
76               	$(MAKE) --directory=$(PEGASUS_ROOT)/test -f Makefile tests

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2