source: titan/titan/Makefile.am @ 37145

Last change on this file since 37145 was 36599, checked in by obi, 8 years ago

fix

File size: 562 bytes
Line 
1ALL_CFLAGS= -DSH4 -DEPLAYER3AUS -DDVDPLAYER -Os -export-dynamic -Wall -Wno-unused-but-set-variable
2
3INCLUDES = \
4        -I../../../tufsbox/cdkroot/usr/include \
5        -I../../../tufsbox/cdkroot/usr/include/freetype2 \
6        -I../../driver/bpamem \
7        -I../../../apps/titan/libdreamdvd \
8        -I../../../apps/tools/libeplayer3/include \
9        -I../../../apps/tools/libmmeimage \
10        -I../../../apps/titan/titan
11
12bin_PROGRAMS = titan
13
14titan_SOURCES = titan.c
15
16titan_LDADD = -lm -lpthread -ldl -lpng -lfreetype -leplayer3 -ldreamdvd -ljpeg -lmmeimage -lmme_host -lz
17titan_CFLAGS = $(ALL_CFLAGS)
Note: See TracBrowser for help on using the repository browser.