renatofilho@20: bin_PROGRAMS = mmyth renatofilho@20: renatofilho@20: mmyth_SOURCES = \ renatofilho@20: mmyth_main.c \ renatofilho@20: mmyth_ui.c \ renatofilho@20: mmyth_uicommon.c \ renatofilho@20: mmyth_epg_grid_view.c \ renatofilho@20: mmyth_epg_grid_widget.c \ renatofilho@20: mmyth_recordui.c \ renatofilho@20: mmyth_uisettings.c \ renatofilho@20: mmyth_schedulerui.c \ renatofilho@20: mmyth_tvplayer.c renatofilho@20: renatofilho@20: mmyth_CFLAGS = \ renatofilho@20: $(GTK_CFLAGS) \ renatofilho@20: $(GLIB_CFLAGS) \ renatofilho@20: $(GST_CFLAGS) \ renatofilho@20: $(MYSQL_CFLAGS) \ renatofilho@20: $(LIBGMYTH_CFLAGS) \ renatofilho@20: -I$(top_srcdir)/src \ renatofilho@20: -DDATA_DIR=\""$(pkgdatadir)"\" \ renatofilho@20: -DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \ renatofilho@20: -DICON_DIR=\""$(datadir)/pixmaps/"\" \ renatofilho@20: -g3 -O0 renatofilho@20: renatofilho@20: mmyth_LDADD = \ melunko@27: $(LIBGMYTH_LIBS) \ melunko@27: $(GTK_LIBS) renatofilho@20: