AM_CPPFLAGS = \ -I$(top_srcdir) \ $(WARN_CFLAGS) \ $(GTK_CFLAGS) \ $(LIBPLANFAHR_CFLAGS) $(NULL) LDFLAGS = \ $(GTK_LIBS) \ $(LIBPLANFAHR_LIBS) \ $(NULL) noinst_PROGRAMS = uplanfahr uplanfahr_SOURCES = \ main.c \ uplanfahr.c uplanfahr.h \ uplanfahrwin.c uplanfahrwin.h \ uplanfahrprefs.c uplanfahrprefs.h \ uplanfahrtripview.c uplanfahrtripview.h \ resources.c BUILT_SOURCES = \ resources.c \ gschemas.compiled resources.c: uplanfahr.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/uplanfahr.gresource.xml) $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/uplanfahr.gresource.xml \ --target=$@ --sourcedir=$(srcdir) --generate-source gsettings_SCHEMAS = \ org.sigxcpu.uplanfahr.gschema.xml @GSETTINGS_RULES@ gschemas.compiled: org.sigxcpu.uplanfahr.gschema.xml $(GLIB_COMPILE_SCHEMAS) . EXTRA_DIST = \ window.ui \ app-menu.ui \ prefs.ui \ gears-menu.ui \ tripview.ui \ uplanfahr.gresource.xml \ org.sigxcpu.uplanfahr.gschema.xml CLEANFILES = \ gschemas.compiled