renatofilho@320: SUBDIRS = . renatofilho@320: renatofilho@320: lib_LTLIBRARIES = libgmyth.la renatofilho@320: renatofilho@320: BUILT_SOURCES = \ renatofilho@320: gmyth_marshal.c \ renatofilho@320: gmyth_marshal.h renatofilho@320: renatofilho@320: libgmyth_la_SOURCES = \ renatofilho@320: gmyth_common.c \ renatofilho@320: gmyth_debug.c \ renatofilho@320: gmyth_epg.c \ renatofilho@320: gmyth_recorder.c \ renatofilho@320: gmyth_remote_util.c \ renatofilho@320: gmyth_tvchain.c \ renatofilho@320: gmyth_scheduler.c \ renatofilho@320: gmyth_util.c \ renatofilho@320: gmyth_query.c \ renatofilho@320: gmyth_socket.c \ renatofilho@320: gmyth_stringlist.c \ renatofilho@320: gmyth_monitor_handler.c \ renatofilho@320: gmyth_file_transfer.c \ renatofilho@320: gmyth_livetv.c \ renatofilho@320: gmyth_backendinfo.c \ renatofilho@320: gmyth_programinfo.c \ renatofilho@320: gmyth_uri.c \ renatofilho@320: gmyth_http.c \ renatofilho@320: $(BUILT_SOURCES) renatofilho@320: renatofilho@320: renatofilho@320: EXTRA_libgmyth_la_SOURCES = gmyth_marshal.list renatofilho@320: renatofilho@320: gmyth_marshal.h: gmyth_marshal.list renatofilho@320: glib-genmarshal --header --prefix=gmyth_marshal gmyth_marshal.list > gmyth_marshal.h.tmp renatofilho@320: mv gmyth_marshal.h.tmp gmyth_marshal.h renatofilho@320: renatofilho@320: gmyth_marshal.c: gmyth_marshal.list gmyth_marshal.h renatofilho@320: echo "#include \"glib-object.h\"" > gmyth_marshal.c.tmp renatofilho@320: echo "#include \"gmyth_marshal.h\"" >> gmyth_marshal.c.tmp renatofilho@320: glib-genmarshal --body --prefix=gmyth_marshal $(srcdir)/gmyth_marshal.list >> gmyth_marshal.c.tmp renatofilho@320: mv gmyth_marshal.c.tmp gmyth_marshal.c renatofilho@320: renatofilho@320: libgmyth_la_CFLAGS = \ renatofilho@320: -DDATADIR=\"$(pkgdatadir)\" \ renatofilho@320: $(GLIB_CFLAGS) \ renatofilho@320: $(GOBJECT_CFLAGS) \ renatofilho@320: $(GST_CFLAGS) \ renatofilho@320: $(GSTBASE_CFLAGS) \ renatofilho@320: $(GSTPLUGINSBASE_CFLAGS) \ renatofilho@320: $(MYSQL_CFLAGS) \ renatofilho@320: $(LIBXML_CFLAGS) renatofilho@320: renatofilho@320: libgmyth_la_LDFLAGS = \ renatofilho@320: -export-dynamic \ renatofilho@320: $(MYSQL_LIBS) \ renatofilho@320: $(GST_LIBS) \ renatofilho@320: $(GSTBASE_LIBS) \ renatofilho@320: $(GSTPLUGINS_LIBS) \ renatofilho@320: $(LIBXML_LIBS) renatofilho@320: renatofilho@320: libgmyth_includedir = \ renatofilho@320: $(pkgincludedir) renatofilho@320: renatofilho@320: libgmyth_include_HEADERS = \ renatofilho@320: gmyth.h \ renatofilho@320: gmyth_common.h \ renatofilho@320: gmyth_debug.h \ renatofilho@320: gmyth_epg.h \ renatofilho@320: gmyth_recorder.h \ renatofilho@320: gmyth_scheduler.h \ renatofilho@320: gmyth_tvchain.h \ renatofilho@320: gmyth_util.h \ renatofilho@320: gmyth_query.h \ renatofilho@320: gmyth_socket.h \ renatofilho@320: gmyth_remote_util.h \ renatofilho@320: gmyth_stringlist.h \ renatofilho@320: gmyth_monitor_handler.h \ renatofilho@320: gmyth_file_transfer.h \ renatofilho@320: gmyth_livetv.h \ renatofilho@320: gmyth_backendinfo.h \ renatofilho@320: gmyth_programinfo.h \ renatofilho@320: gmyth_uri.h \ renatofilho@320: gmyth_http.h renatofilho@320: renatofilho@320: CLEANFILES = $(BUILT_SOURCES)