summaryrefslogtreecommitdiffstats
path: root/android-projects/tinyHTTP/makefile
diff options
context:
space:
mode:
authorbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
committerbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
commit1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch)
tree4b6214a7142ab1035cb0e47444e88af38e712421 /android-projects/tinyHTTP/makefile
downloaddoubango-1.0.zip
doubango-1.0.tar.gz
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'android-projects/tinyHTTP/makefile')
-rw-r--r--android-projects/tinyHTTP/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/android-projects/tinyHTTP/makefile b/android-projects/tinyHTTP/makefile
new file mode 100644
index 0000000..706dc05
--- /dev/null
+++ b/android-projects/tinyHTTP/makefile
@@ -0,0 +1,11 @@
+include ../root.mk
+
+export PROJECT=tinyHTTP
+
+all:
+ (cd $(DOUBANGO_HOME)/$(PROJECT)/src ; $(MAKE) all; $(MAKE) install; cp lib$(PROJECT).so $(OUTPUT_DIR))
+ (cd $(DOUBANGO_HOME)/$(PROJECT)/test; $(MAKE) all; $(MAKE) install; cp test $(OUTPUT_DIR))
+
+clean:
+ (cd $(DOUBANGO_HOME)/$(PROJECT)/src; $(MAKE) clean)
+ (cd $(DOUBANGO_HOME)/$(PROJECT)/test; $(MAKE) clean) \ No newline at end of file
OpenPOWER on IntegriCloud