Separated the non-java project into client and server projects

in order to better support distributions that target desktops.
This commit completes the client project setup.
This commit is contained in:
Juan Carlos Luciani
2006-11-13 06:32:58 +00:00
parent 6ff1180a82
commit 55304c2836
93 changed files with 28 additions and 98 deletions

View File

@@ -18,12 +18,17 @@
#
#
#######################################################################
#how do you get the version??
SUBDIRS =
DIST_SUBDIRS =
EXTRA_DIST = CASA_auth_token_client.changes CASA_auth_token_client.spec.in
RPM_FILE = $(PACKAGE)-$(VERSION)-$(RELEASE).$(target_cpu).rpm
#SRPM_FILE = $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
SRPM_FILE = $(PACKAGE)-$(VERSION)*.src.rpm
SPEC_FILE = CASA_auth_token_native.spec
SPEC_FILE = CASA_auth_token_client.spec
.PHONY: package package-clean package-install package-uninstall casa