Partial changes to the make system to deal with the new CASA directory/rpm
structure.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user