summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2d6d27c1b081db6e10904f0a811fe7115611e2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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