source: titan/titan/Makefile.am @ 32089

Last change on this file since 32089 was 31205, checked in by obi, 9 years ago

fix

File size: 570 bytes
Line 
1ALL_CFLAGS= -DSH4 -Deplayer3 -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/misc/tools/libeplayer3/include \
9        -I../../../apps/misc/tools/libmmeimage \
10        -I../../../apps/titan/titan
11
12bin_PROGRAMS = titan
13
14titan_SOURCES = titan.c
15
16titan_LDADD = -lpthread -ldl -lpng -lfreetype -leplayer3 -ldreamdvd -ljpeg -lmmeimage -lmme_host
17titan_CFLAGS = $(ALL_CFLAGS)
Note: See TracBrowser for help on using the repository browser.