source: titan/plugins/tinews/Makefile.am @ 43068

Last change on this file since 43068 was 36503, checked in by obi, 8 years ago

update sh4 plugin makefile

File size: 826 bytes
Line 
1lib_LTLIBRARIES = libtinews.la
2libtinews_la_SOURCES = tinews.c
3
4AM_CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
5ALL_CFLAGS= -DSH4 -DEPLAYER4 -DDVDPLAYER -Os -export-dynamic -Wall -Wno-unused-but-set-variable
6
7CFLAGS = \
8        -I../../../../tufsbox/cdkroot/usr/include \
9        -I../../../../tufsbox/cdkroot/usr/include/freetype2 \
10        -I../../../../tufsbox/cdkroot/usr/include/gstreamer-1.0 \
11        -I../../../../tufsbox/cdkroot/usr/include/glib-2.0 \
12        -I../../../../tufsbox/cdkroot/usr/include/libxml2 \
13        -I../../../../tufsbox/cdkroot/usr/lib/glib-2.0/include \
14        -I../../../../tufsbox/cdkroot/usr/lib/gstreamer-1.0/include \
15        -I../../../driver/bpamem \
16        -I../../../../apps/titan/libdreamdvd \
17        -I../../../../apps/tools/libeplayer3/include \
18        -I../../../../apps/tools/libmmeimage \
19        -I../../../../apps/titan/titan
Note: See TracBrowser for help on using the repository browser.