Mercurial > audlegacy
view librcd/Makefile @ 2139:fcd1f54efdb9 trunk
[svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme
author | giacomo |
---|---|
date | Sat, 16 Dec 2006 02:52:03 -0800 |
parents | 1749ad179a1c |
children |
line wrap: on
line source
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)