Mercurial > audlegacy
diff librcd/Makefile @ 1871:1749ad179a1c trunk
[svn] - same for librcd, libguess, icons and audacious/images
author | nenolod |
---|---|
date | Sat, 14 Oct 2006 11:36:12 -0700 |
parents | librcd/Makefile.in@79891e2fd8a5 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/librcd/Makefile Sat Oct 14 11:36:12 2006 -0700 @@ -0,0 +1,19 @@ +include ../mk/rules.mk +include ../mk/init.mk + +OBJECTIVE_LIBS_NOINST = librcd.a +OBJECTIVE_SONAME_SUFFIX = 0.1.8 + +LDFLAGS += -Wl,-export-dynamic + +CFLAGS += $(PICFLAGS) + +SOURCES = \ + librcd.c + +OBJECTS = ${SOURCES:.c=.o} + +include ../mk/objective.mk + +libguess.a: $(OBJECTS) + $(AR) cq $@ $(OBJECTS)