view libguess/Makefile @ 2202:d1804718c5cc trunk

[svn] - playlist manager, work done for data consistency; now it should react and update when it is active and playlists are created/modified/deleted outside the manager (i.e. with keyboard shortcuts)
author giacomo
date Fri, 22 Dec 2006 17:35:11 -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)