summaryrefslogtreecommitdiffstats
path: root/android-projects/tinyHTTP/makefile
diff options
context:
space:
mode:
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