summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLove Mansson <love.mansson@stericsson.com>2010-02-03 10:17:11 +0100
committerLove Mansson <love.mansson@stericsson.com>2010-02-03 10:17:11 +0100
commit188332723dd3f070f1545e477d2c55425a31bde2 (patch)
tree875246fea94a91a73708b41f91716235a11cf295 /Makefile
Initial commit linux_b2r2lib 0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2d6d27c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,29 @@
+# vim:syntax=make:
+# -*- Mode: Makefile -*-
+
+#WARNING COMPONENT_PATH is MANDATORY for Make.config and Make.rules
+#-------------------------------
+# Default Config
+#-------------------------------
+include $(MMROOT)/shared/makefiles/Make.config
+
+################################################################################
+# library
+
+ifeq ($(DEBUG),1)
+CPPFLAGS += -DDEBUG
+endif
+LIBOBJ = b2r2_api
+INSTALL_LIB = libst_b2r2.a
+INSTALL_HEADER = b2r2_api.h
+LIBNAME = st_b2r2
+
+todo: lib
+#-------------------------------
+# Generic Rules
+#-------------------------------
+include $(MMROOT)/shared/makefiles/Make.rules
+
+
+
+