view libguess/Makefile.in @ 1541:06329cbf186a trunk

[svn] this massive commit does the following: - seriously cleans up dependencies on the WA2-like gui code - moves all of the WA2 stuff into a seperate library (libwidgets.a) - makes things less icky in the player tree
author nenolod
date Wed, 09 Aug 2006 02:47:22 -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)