Mercurial > audlegacy-plugins
annotate src/filewriter/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 | f65aa5417221 |
| children | ef7894bd0c22 |
| rev | line source |
|---|---|
| 984 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libfilewriter$(SHARED_SUFFIX) | |
| 5 | |
| 6 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 7 | |
|
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
991
diff
changeset
|
8 LIBADD = $(GTK_LIBS) ${FILEWRITER_LIBS} |
| 991 | 9 SOURCES = filewriter.c wav.c mp3.c vorbis.c flac.c |
| 984 | 10 |
| 11 OBJECTS = ${SOURCES:.c=.o} | |
| 12 | |
| 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall | |
| 14 | |
| 15 include ../../mk/objective.mk |
