1 # make sure top_builddir is set
2 if ! $(top_builddir) { top_builddir = $(TOP) ; }
5 # do some compiler settings for the different compilation modes
6 # COMPILER_CFLAGS += -Wall ;
7 # COMPILER_CFLAGS_optimize += -O3 ;
8 # COMPILER_LFLAGS_optimize += -O3 ;
9 # COMPILER_CFLAGS_debug += -W -DDEBUG -g3 ;
10 # COMPILER_LFLAGS_debug += -g3 ;
11 # COMPILER_CFLAGS_profile += -DDEBUG -O3 -g3 -pg ;
12 # COMPILER_LFLAGS_profile += -g3 -O3 -pg ;
15 include $(TOP)/mk/jam/build.jam ;
17 # Include the top_builddir dir, because it contains config.h
18 # (not used by trigger yet, but would be usefull eventually :)
19 # IncludeDir $(top_builddir) ;
21 # also add the src dir as include directory
22 IncludeDir $(TOP)/src ;