Mercurial > audlegacy-plugins
view src/flac/plugin_common/Makefile @ 91:6e1002ea4ded trunk
[svn] - some seek code (can't be implemented right now though)
- change `return 1' to `return NULL' in decode_thread().
| author | nenolod |
|---|---|
| date | Thu, 12 Oct 2006 09:05:01 -0700 |
| parents | 6240912bf874 |
| children | a19f24790f3c |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) -I.. -I../../.. OBJECTIVE_LIBS_NOINST = libplugin_common.a noinst_HEADERS = \ all.h \ charset.h \ defs.h \ dither.h \ locale_hack.h \ tags.h SOURCES = \ charset.c \ dither.c \ tags.c OBJECTS = ${SOURCES:.c=.o} libplugin_common.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS) include ../../../mk/objective.mk
