view libguess/Makefile.in @ 1484:57ac83a14503 trunk

[svn] use -1 to indicate "drop the original cue 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:02:34 -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)