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

File: [Pegasus] / pegasus / rpm / Attic / Makefile (download)
Revision: 1.1, Tue Jun 29 20:43:33 2004 UTC (20 years ago) by konrad.r
Branch: MAIN
PEP#: 152
TITLE: Make Pegasus LSB compliant

DESCRIPTION:
New Makefile to copy in /etc/opt/pegasus-lsb directory

ROOT = ../

include $(ROOT)/mak/config.mak

#Defines subdirectories to go to recursively

DIRS =  manLinux

define NL
endef

all:

depend:

tests:

poststarttests:

clean:

misc:

messages:

install: $(RECURSE_DEPENDS) $(ERROR)
	$(MKDIRHIER) $(DEST_ETC_DIR)
	$(COPY) cimserver_planned.conf $(DEST_ETC_DIR)

	$(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) install $(NL) )


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2