source: titan/titan/Makefile.am @ 40896

Last change on this file since 40896 was 37878, checked in by obi, 8 years ago

fix

File size: 628 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../../../tufsbox/cdkroot/usr/include/openssl \
7        -I../../driver/bpamem \
8        -I../../../apps/titan/libdreamdvd \
9        -I../../../apps/tools/libeplayer3/include \
10        -I../../../apps/tools/libmme_image \
11        -I../../../apps/titan/titan
12
13bin_PROGRAMS = titan
14
15titan_SOURCES = titan.c
16
17titan_LDADD = -lm -lpthread -ldl -lpng -lfreetype -leplayer3 -ldreamdvd -ljpeg -lz -lmmeimage -lmme_host -lssl -lcrypto
18titan_CFLAGS = $(ALL_CFLAGS)
Note: See TracBrowser for help on using the repository browser.