Mercurial > audlegacy-plugins
annotate src/vtx/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | c78a88954801 |
| children | eed7c270e8dd |
| rev | line source |
|---|---|
| 1775 | 1 include ../../extra.mk |
|
749
26ff35aa9b2b
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
nenolod
parents:
diff
changeset
|
2 |
| 1775 | 3 PLUGIN = vtx$(SHARED_SUFFIX) |
| 4 plugindir = audacious/$(INPUT_PLUGIN_DIR) | |
|
749
26ff35aa9b2b
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
nenolod
parents:
diff
changeset
|
5 |
| 1775 | 6 SRCS = about.c ay8912.c config.c info.c lh5dec.c vtx.c vtxfile.c |
|
749
26ff35aa9b2b
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
nenolod
parents:
diff
changeset
|
7 |
| 1775 | 8 include ../../buildsys.mk |
|
749
26ff35aa9b2b
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
nenolod
parents:
diff
changeset
|
9 |
| 1775 | 10 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -Wall |
| 11 CPPFLAGS = $(CFLAGS) -I. | |
| 12 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
