view libguess/Makefile.in @ 1783:9ed09a2c878e trunk

[svn] The default values for old skins were wrong. But since changing from the new skin to an old doesn't work anyway, we can set these to 0 so that the old skins at least work when Audacious is restarted.
author js
date Wed, 04 Oct 2006 12:47:37 -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)