comparison src/flac/plugin_common/Makefile @ 97:a19f24790f3c trunk

[svn] It compiles now.
author chainsaw
date Sat, 21 Oct 2006 18:02:01 -0700
parents 6240912bf874
children
comparison
equal deleted inserted replaced
96:63bde7ca7ad0 97:a19f24790f3c
9 all.h \ 9 all.h \
10 charset.h \ 10 charset.h \
11 defs.h \ 11 defs.h \
12 dither.h \ 12 dither.h \
13 locale_hack.h \ 13 locale_hack.h \
14 tags.h 14 tags.h \
15 replaygain.h
15 16
16 SOURCES = \ 17 SOURCES = \
17 charset.c \ 18 charset.c \
18 dither.c \ 19 dither.c \
19 tags.c 20 tags.c \
21 replaygain.c
20 22
21 OBJECTS = ${SOURCES:.c=.o} 23 OBJECTS = ${SOURCES:.c=.o}
22 24
23 libplugin_common.a: $(OBJECTS) 25 libplugin_common.a: $(OBJECTS)
24 $(AR) cq $@ $(OBJECTS) 26 $(AR) cq $@ $(OBJECTS)