annotate src/cdaudio-ng/Makefile @ 1786:5a7c84857361

cdaudio-ng: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 12:11:14 -0500
parents 4ca99d2be90e
children d9d4b258fbf1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1786
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
1 include ../../extra.mk
1048
a42f95563c98 [svn] Added cdaudio-ng
zither
parents:
diff changeset
2
1786
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
3 PLUGIN = cdaudio-ng$(PLUGIN_SUFFIX)
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
4 plugindir = audacious/$(INPUT_PLUGIN_DIR)
1049
9fb341e1a87f [svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents: 1048
diff changeset
5
1786
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
6 SRCS = cdaudio-ng.c configure.c
1048
a42f95563c98 [svn] Added cdaudio-ng
zither
parents:
diff changeset
7
1786
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
8 include ../../buildsys.mk
1048
a42f95563c98 [svn] Added cdaudio-ng
zither
parents:
diff changeset
9
1786
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
10 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -Wall
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
11 CPPFLAGS = $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_CFLAGS) $(CDDB_CFLAGS) -I../..
5a7c84857361 cdaudio-ng: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1341
diff changeset
12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CDIO_LIBS) $(CDDB_LIBS)
1049
9fb341e1a87f [svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents: 1048
diff changeset
13