initiaql check-in, moved repository -- no-longer a fork of
haikuarchives/yab
This commit is contained in:
40
yab-IDE/BuildFactory/AutoHeader.mak
Normal file
40
yab-IDE/BuildFactory/AutoHeader.mak
Normal file
@@ -0,0 +1,40 @@
|
||||
##
|
||||
## yab Haiku BuildFactory Makefile
|
||||
##
|
||||
## (c) Jan Bungeroth 2009 - 2011
|
||||
## Artistic License.
|
||||
##
|
||||
|
||||
##
|
||||
## Haiku stuff
|
||||
##
|
||||
HAIKUTAB = YabTabView.o
|
||||
HAIKUOPT = -DHAIKU
|
||||
|
||||
##
|
||||
## Use our own column list view
|
||||
##
|
||||
COLUMN = column/ColumnListView.o
|
||||
|
||||
##
|
||||
## enable debug
|
||||
##
|
||||
# DBG = -g
|
||||
#
|
||||
|
||||
##
|
||||
## enable optimization
|
||||
##
|
||||
OPT = -O
|
||||
#
|
||||
|
||||
##
|
||||
## Libraries
|
||||
##
|
||||
##LIBPATH = -L/boot/home/config/lib
|
||||
##LIBPATH = -L/boot/system/lib
|
||||
LIBPATHS = $(shell findpaths B_FIND_PATH_DEVELOP_LIB_DIRECTORY)
|
||||
LIBPATH=$(addprefix -L,$(LIBPATHS))
|
||||
|
||||
LIB = -lbe -lroot -ltranslation -ltracker -lmedia -lz
|
||||
|
||||
Reference in New Issue
Block a user