view libguess/Makefile @ 2276:3643679159ae trunk

[svn] Fix the accidental overlap between the contents of README.bmp/NEWS.bmp and the PC bitmap magic bytes.
author deitarion
date Thu, 04 Jan 2007 17:22:49 -0800
parents 1749ad179a1c
children
line wrap: on
line source

include ../mk/rules.mk
include ../mk/init.mk

OBJECTIVE_LIBS_NOINST = libguess.a
OBJECTIVE_SONAME_SUFFIX = 0.2.0

LDFLAGS += -Wl,-export-dynamic

CFLAGS += $(PICFLAGS)

SOURCES = \
	guess.c

OBJECTS = ${SOURCES:.c=.o}

include ../mk/objective.mk

libguess.a: $(OBJECTS)
	$(AR) cq $@ $(OBJECTS)