Partial changes to the make system to deal with the new CASA directory/rpm

structure.
This commit is contained in:
Juan Carlos Luciani
2006-06-19 20:14:49 +00:00
parent 723bf2b277
commit ec24ad0e1c
10 changed files with 78 additions and 65 deletions

View File

@@ -20,18 +20,21 @@
#
#######################################################################
SUBDIRS = server
SUBDIRS = server package
DIST_SUBDIRS = include server
DIST_SUBDIRS = include server package
CFILES =
EXTRA_DIST = $(CFILES) *.h
EXTRA_DIST = $(CFILES)
.PHONY: package package-clean package-install package-uninstall
package package-clean package-install package-uninstall:
$(MAKE) -C $(TARGET_OS) $@
clean-local:
if [ -d lib ]; then rm -rf lib; fi
maintainer-clean-local:
rm -f Makefile.in