Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: c5762a1b3d5dffb4629619d21de66044168fcc5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                          
include buildTools/defaults.mk

DIR_COMMON := ./src/common
DIR_CONFIG := ./src/config
DIR_UTIL := ./src/util
DIR_PLATFORM := ./src/platforms/${TARGET_PLATFORM}
RUNTIME_INCDIRS := ${DIR_COMMON} ${DIR_CONFIG} ${DIR_UTIL} ${DIR_PLATFORM}


IN_TARGET := lib$(notdir $(shell pwd)).a
IN_INCDIRS := ${RUNTIME_INCDIRS}
IN_SRCDIRS_REC := ${RUNTIME_INCDIRS}

include buildTools/Makefile.mk



Back to the top