summaryrefslogtreecommitdiffstats
path: root/branches/1.0/tinySDP/test/droid-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/tinySDP/test/droid-makefile')
-rw-r--r--branches/1.0/tinySDP/test/droid-makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/branches/1.0/tinySDP/test/droid-makefile b/branches/1.0/tinySDP/test/droid-makefile
deleted file mode 100644
index 76e5f0c..0000000
--- a/branches/1.0/tinySDP/test/droid-makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-APP := test
-
-CFLAGS := $(CFLAGS_COMMON) -I../include -I../../tinySAK/src
-LDFLAGS := $(LDFLAGS_COMMON) -Wl,-Bsymbolic,--whole-archive -l$(PROJECT) -ltinySAK -Wl,--entry=main
-
-all: $(APP)
-
-OBJS += $(APP).o
-
-$(APP): $(OBJS)
- $(CC) $(LDFLAGS) -o $@ $^
-
-%.o: %.c
- $(CC) -c $(INCLUDE) $(CFLAGS) $< -o $@
-
-install: $(APP)
- $(ANDROID_SDK_ROOT)/tools/adb push $(APP) $(EXEC_DIR)/$(APP)
- $(ANDROID_SDK_ROOT)/tools/adb shell chmod 777 $(EXEC_DIR)/$(APP)
-
-run:
- $(ANDROID_SDK_ROOT)/tools/adb shell $(EXEC_DIR)/$(APP)
-
-#dbg:
-# $(MAKE) $(MAKEFILE) DEBUG="-g -DDEBUG"
-# $(MAKE) $(MAKEFILE) install
-
-clean:
- @rm -f $(OBJS) $(APP) \ No newline at end of file
OpenPOWER on IntegriCloud