Mercurial > audlegacy
view libguess/Makefile.in @ 1485:eff9a84c54bf trunk
[svn] use -1 to indicate "drop the original nsf/gbs/nsfe file, but silently error"
(not implemented in 1.1.x, but is backwards compatible -- also not yet implemented here. keyword YET)
author | nenolod |
---|---|
date | Thu, 03 Aug 2006 01:03:55 -0700 |
parents | a698348c5155 |
children | e402e0217870 |
line wrap: on
line source
include ../mk/rules.mk include ../mk/objective.mk OBJECTIVE_LIBS_NOINST = libguess.a OBJECTIVE_SONAME_SUFFIX = 0.2.0 LDFLAGS += -Wl,-export-dynamic CFLAGS += -fPIC -DPIC SOURCES = \ guess.c OBJECTS = ${SOURCES:.c=.o} libguess.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)