view libguess/Makefile.in @ 1539:850f1eba9cbd trunk

[svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539.
author nenolod
date Wed, 09 Aug 2006 02:04:02 -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)