Mercurial > audlegacy
view librcd/Makefile.in @ 1801:de12374b5c4f trunk
[svn] Just saw that we have an AUTHORS file here as well, so I added myself
here, too.
author | js |
---|---|
date | Wed, 04 Oct 2006 21:02:06 -0700 |
parents | 79891e2fd8a5 |
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)