Mercurial > audlegacy
view librcd/Makefile.in @ 1644:a556e7ff1871 trunk
[svn] - keep filepopup code in the core for now
- add README noting that this code sucks
- still a ways to go
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 20:27:46 -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)