From 188332723dd3f070f1545e477d2c55425a31bde2 Mon Sep 17 00:00:00 2001 From: Love Mansson Date: Wed, 3 Feb 2010 10:17:11 +0100 Subject: Initial commit linux_b2r2lib 0.1.0 --- Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 + + + + -- cgit v1.2.3