Mercurial > audlegacy-plugins
comparison src/wav/Makefile @ 14:772c5d3af066 trunk
[svn] - remove some unnecessary Makefile.in's and replace them with normal Makefiles
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:27:46 -0700 |
parents | src/wav/Makefile.in@3da1b8942b8b |
children | cf1054422f81 |
comparison
equal
deleted
inserted
replaced
13:ba8d481810b1 | 14:772c5d3af066 |
---|---|
1 include ../../../mk/rules.mk | |
2 include ../../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libwav$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
7 | |
8 SOURCES = wav$(WAV_SNDFILE).c | |
9 | |
10 LIBADD = -L/usr/local/lib $(SNDFILE_LIBS) | |
11 | |
12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../.. | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
16 include ../../../mk/objective.mk |