Changeset 20405
- Timestamp:
- 03/08/13 13:44:35 (11 years ago)
- Location:
- titan/plugins
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/Makefile.am
r20389 r20405 2 2 3 3 SUBDIRS = \ 4 news 4 news \ 5 wins3 -
titan/plugins/configure.ac
r20389 r20405 33 33 Makefile 34 34 news/Makefile 35 wins3/Makefile 35 36 ]) -
titan/plugins/news/Makefile.am
r20399 r20405 1 lib_LTLIBRARIES = libnews.la 2 libnews_la_SOURCES = news.c 3 4 AM_CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 1 5 ALL_CFLAGS= -DSH4 -Deplayer3 -DDVDPLAYER -Os -export-dynamic -Wall 2 LDFLAGS= -Wl,-soname,3 AM_CFLAGS= -shared -Os -fPIC -Wall -nostartfiles -Deplayer3 -DDVDPLAYER4 5 INCLUDES = \6 -I../../../../../tufsbox/cdkroot/usr/include \7 -I../../../../../tufsbox/cdkroot/usr/include/freetype2 \8 -I../../../../driver/bpamem \9 -I../../../../apps/titan/libdreamdvd \10 -I../../../../apps/misc/tools/libeplayer3/include \11 -I../../../../apps/misc/tools/libmmeimage \12 -I../../../../apps/titan/titan/libdreamdvd \13 -I../../../../apps/misc/tools/libmmeimage \14 -I../../../../apps/titan/titan15 bin_PROGRAMS = news.so16 17 news_SOURCES = news.c
Note: See TracChangeset
for help on using the changeset viewer.