author | melunko |
Tue Nov 28 03:15:55 2006 +0000 (2006-11-28) | |
branch | trunk |
changeset 125 | 420f3b9432db |
parent 117 | b90cf50ca3dc |
child 129 | acb4ff7d7d0c |
permissions | -rw-r--r-- |
renatofilho@18 | 1 |
SUBDIRS = . |
leo_sobral@1 | 2 |
|
renatofilho@18 | 3 |
lib_LTLIBRARIES = libgmyth.la |
leo_sobral@1 | 4 |
|
renatofilho@18 | 5 |
libgmyth_la_SOURCES = \ |
renatofilho@18 | 6 |
gmyth_common.c \ |
renatofilho@18 | 7 |
gmyth_epg.c \ |
rosfran@65 | 8 |
gmyth_recorder.c \ |
renatofilho@18 | 9 |
gmyth_remote_util.c \ |
renatofilho@18 | 10 |
gmyth_tvchain.c \ |
renatofilho@18 | 11 |
gmyth_scheduler.c \ |
renatofilho@18 | 12 |
gmyth_util.c \ |
renatofilho@18 | 13 |
gmyth_query.c \ |
renatofilho@18 | 14 |
gmyth_socket.c \ |
rosfran@41 | 15 |
gmyth_stringlist.c \ |
rosfran@41 | 16 |
gmyth_file_transfer.c \ |
rosfran@41 | 17 |
gmyth_livetv.c \ |
melunko@117 | 18 |
gmyth_backendinfo.c \ |
melunko@125 | 19 |
gmyth_programinfo.c \ |
rosfran@41 | 20 |
gmyth_uri.c |
leo_sobral@1 | 21 |
|
renatofilho@18 | 22 |
libgmyth_la_CFLAGS = \ |
renatofilho@18 | 23 |
-DDATADIR=\"$(pkgdatadir)\" \ |
renatofilho@18 | 24 |
$(GLIB_CFLAGS) \ |
renatofilho@18 | 25 |
$(GOBJECT_CFLAGS) \ |
renatofilho@18 | 26 |
$(GST_CFLAGS) \ |
renatofilho@18 | 27 |
$(GSTBASE_CFLAGS) \ |
melunko@36 | 28 |
$(GSTPLUGINSBASE_CFLAGS) \ |
renatofilho@18 | 29 |
$(MYSQL_CFLAGS) \ |
renatofilho@18 | 30 |
-g3 -O0 |
leo_sobral@1 | 31 |
|
renatofilho@18 | 32 |
#libgmyth_la_LIBADD = \ |
renatofilho@18 | 33 |
# $(MYSQL_LIBS) |
leo_sobral@1 | 34 |
|
renatofilho@18 | 35 |
libgmyth_la_LDFLAGS = \ |
renatofilho@18 | 36 |
-export-dynamic \ |
renatofilho@18 | 37 |
$(MYSQL_LIBS) \ |
renatofilho@18 | 38 |
$(GST_LIBS) \ |
melunko@36 | 39 |
$(GSTBASE_LIBS) \ |
melunko@36 | 40 |
$(GSTPLUGINS_LIBS) |
renatofilho@18 | 41 |
|
renatofilho@18 | 42 |
libgmyth_includedir = \ |
renatofilho@18 | 43 |
$(pkgincludedir) |
renatofilho@18 | 44 |
|
renatofilho@18 | 45 |
libgmyth_include_HEADERS = \ |
renatofilho@18 | 46 |
gmyth_common.h \ |
renatofilho@18 | 47 |
gmyth_epg.h \ |
rosfran@65 | 48 |
gmyth_recorder.h \ |
renatofilho@18 | 49 |
gmyth_scheduler.h \ |
renatofilho@18 | 50 |
gmyth_tvchain.h \ |
renatofilho@18 | 51 |
gmyth_util.h \ |
renatofilho@18 | 52 |
gmyth_query.h \ |
renatofilho@18 | 53 |
gmyth_socket.h \ |
renatofilho@18 | 54 |
gmyth_remote_util.h \ |
rosfran@41 | 55 |
gmyth_stringlist.h \ |
rosfran@41 | 56 |
gmyth_file_transfer.h \ |
rosfran@41 | 57 |
gmyth_livetv.h \ |
melunko@117 | 58 |
gmyth_backendinfo.h \ |
melunko@125 | 59 |
gmyth_programinfo.h \ |
rosfran@41 | 60 |
gmyth_uri.h |
renatofilho@18 | 61 |
|
renatofilho@18 | 62 |
CLEANFILES = $(BUILT_SOURCES) |
renatofilho@18 | 63 |