Mercurial > audlegacy
diff src/audtool/Makefile @ 3572:625af2797f35 trunk
Clean up Makefiles.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 19 Sep 2007 17:32:47 +0200 |
| parents | 9ddf21ab5c84 |
| children | e48f2f4c116d |
line wrap: on
line diff
--- a/src/audtool/Makefile Wed Sep 19 18:41:39 2007 +0900 +++ b/src/audtool/Makefile Wed Sep 19 17:32:47 2007 +0200 @@ -1,33 +1,24 @@ -include ../../extra.mk - PROG = audtool - -SRCS = \ - audtool_main.c \ - audtool_handlers_general.c \ - audtool_handlers_playback.c \ - audtool_handlers_playlist.c \ - audtool_handlers_playqueue.c \ - audtool_handlers_vitals.c \ - audtool_report.c +SRCS = audtool_main.c \ + audtool_handlers_general.c \ + audtool_handlers_playback.c \ + audtool_handlers_playlist.c \ + audtool_handlers_playqueue.c \ + audtool_handlers_vitals.c \ + audtool_report.c include ../../buildsys.mk - -LIBS += \ - $(DBUS_LIBS) \ - -L../libaudclient -laudclient \ - $(GTK_LIBS) \ - $(MOWGLI_LIBS) \ - $(LIBGLADE_LIBS) +include ../../extra.mk -CFLAGS += \ - $(GTK_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(LIBGLADE_CFLAGS) \ - $(BEEP_DEFINES) \ - $(ARCH_DEFINES) \ - $(MOWGLI_CFLAGS) \ - -I.. -I../.. \ - -I../intl - -CPPFLAGS += $(CFLAGS) +CPPFLAGS += ${CFLAGS} -I.. -I../.. -I../intl +CFLAGS += ${GTK_CFLAGS} \ + ${DBUS_CFLAGS} \ + ${LIBGLADE_CFLAGS} \ + ${BEEP_DEFINES} \ + ${ARCH_DEFINES} \ + ${MOWGLI_CFLAGS} +LIBS += ${DBUS_LIBS} \ + -L../libaudclient -laudclient \ + ${GTK_LIBS} \ + ${MOWGLI_LIBS} \ + ${LIBGLADE_LIBS}
