Mercurial > audlegacy-plugins
comparison src/audiocompress/Makefile @ 16:ada5b8bf1471 trunk
[svn] - and some more of that wonderful Makefile.in -> Makefile reduction
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:34:48 -0700 |
parents | src/audiocompress/Makefile.in@3da1b8942b8b |
children | cf1054422f81 |
comparison
equal
deleted
inserted
replaced
15:1564e11adc2b | 16:ada5b8bf1471 |
---|---|
1 include ../../../mk/rules.mk | |
2 include ../../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libaudiocompress$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) | |
7 | |
8 LIBADD = $(GTK_LIBS) | |
9 | |
10 SOURCES = compress.c audacious-glue.c | |
11 | |
12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../.. | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
16 include ../../../mk/objective.mk |