Mercurial > audlegacy-plugins
diff src/vtx/Makefile @ 749:26ff35aa9b2b trunk
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
| author | nenolod |
|---|---|
| date | Wed, 28 Feb 2007 04:38:53 -0800 |
| parents | |
| children | c78a88954801 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/vtx/Makefile Wed Feb 28 04:38:53 2007 -0800 @@ -0,0 +1,16 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +OBJECTIVE_LIBS = libvtx$(SHARED_SUFFIX) + +LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) + +SOURCES = lh5dec.c ay8912.c about.c config.c info.c vtx.c vtxfile.c + +OBJECTS = ${SOURCES:.c=.o} + +LIBADD = $(VTX_LIBS) + +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I. -I../../intl -I../.. -I../.. + +include ../../mk/objective.mk
