view libguess/Makefile.in @ 1867:bddfba95af47 trunk

[svn] - fix another regression where mainwin_othertext_visible is TRUE even though the skin doesn't want the othertext system to be used at all
author nenolod
date Thu, 12 Oct 2006 08:10:01 -0700
parents 79891e2fd8a5
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)