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

 1 konrad.r 1.1 ROOT = ../
 2              
 3              include $(ROOT)/mak/config.mak
 4              
 5              #Defines subdirectories to go to recursively
 6              
 7              DIRS =  manLinux
 8              
 9              define NL
10              endef
11              
12              all:
13              
14              depend:
15              
16              tests:
17              
18              poststarttests:
19              
20              clean:
21              
22 konrad.r 1.1 misc:
23              
24              messages:
25              
26              install: $(RECURSE_DEPENDS) $(ERROR)
27              	$(MKDIRHIER) $(DEST_ETC_DIR)
28              	$(COPY) cimserver_planned.conf $(DEST_ETC_DIR)
29              
30              	$(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) install $(NL) )
31              

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2