[Dev OpenGP] [101] Makefile... |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 101
Author: alband85
Date: 2009-03-26 14:25:10 +0100 (Thu, 26 Mar 2009)
Log Message:
-----------
Makefile... for tests
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-03-26 13:06:23 UTC (rev 100)
+++ trunk/Makefile 2009-03-26 13:25:10 UTC (rev 101)
@@ -13,7 +13,7 @@
binaries:
$(PYTHON) $(PYTHON_FLAGS) $(OGPLIB)
-install: install-libs
+install: install-libs install-daemon
install-libs:
@if [ ! -f $(PYTHON_LIB)/ogp ]; then \
@@ -22,6 +22,9 @@
@cd $(OGPLIB);\
tar -cf - --exclude='.svn' * | tar --no-same-owner -xf - -C $(PYTHON_LIB)/ogp
+install-daemon:
+
+
.PHONY: config clean mrproper
config:
@@ -30,4 +33,5 @@
clean:
@echo "Removing .pyc files"
@find $(OGPLIB) -name '*.pyc' -exec rm -v '{}' \; -print
+
mrproper: clean