Changeset 20405


Ignore:
Timestamp:
03/08/13 13:44:35 (11 years ago)
Author:
obi
Message:

update git make files

Location:
titan/plugins
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/Makefile.am

    r20389 r20405  
    22
    33SUBDIRS = \
    4         news
     4        news \
     5        wins3
  • titan/plugins/configure.ac

    r20389 r20405  
    3333Makefile
    3434news/Makefile
     35wins3/Makefile
    3536])
  • titan/plugins/news/Makefile.am

    r20399 r20405  
     1lib_LTLIBRARIES = libnews.la
     2libnews_la_SOURCES = news.c
     3
     4AM_CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
    15ALL_CFLAGS= -DSH4 -Deplayer3 -DDVDPLAYER -Os -export-dynamic -Wall
    2 LDFLAGS= -Wl,-soname,
    3 AM_CFLAGS= -shared -Os -fPIC -Wall -nostartfiles -Deplayer3 -DDVDPLAYER
    4 
    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/titan
    15 bin_PROGRAMS = news.so
    16 
    17 news_SOURCES = news.c
Note: See TracChangeset for help on using the changeset viewer.