Mercurial > audlegacy
view librcd/Makefile.in @ 1686:2ffec123f57a trunk
[svn] Fixed mk/objective.mk so that there won't be any
[: ==: unexpected operator
error messages anymore. (This occoured with BSD make _AND_ gmake!)
author | js |
---|---|
date | Thu, 14 Sep 2006 07:38: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)