Mercurial > audlegacy-plugins
annotate src/flac/plugin_common/Makefile @ 1212:36cc5e56246e trunk
Added title changes event for songchange plugin
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Fri, 06 Jul 2007 17:37:21 +0200 |
| parents | f19e6748d8eb |
| children |
| rev | line source |
|---|---|
| 22 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 779 | 4 CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac |
| 22 | 5 |
| 6 OBJECTIVE_LIBS_NOINST = libplugin_common.a | |
| 7 | |
| 8 noinst_HEADERS = \ | |
| 9 all.h \ | |
| 10 charset.h \ | |
| 11 defs.h \ | |
| 12 dither.h \ | |
| 13 locale_hack.h \ | |
| 97 | 14 tags.h \ |
| 15 replaygain.h | |
| 22 | 16 |
| 17 SOURCES = \ | |
| 18 charset.c \ | |
| 19 dither.c \ | |
| 97 | 20 tags.c \ |
| 21 replaygain.c | |
| 22 | 22 |
| 23 OBJECTS = ${SOURCES:.c=.o} | |
| 24 | |
| 25 include ../../../mk/objective.mk |
