view src/librcd/Makefile @ 2636:517d13842fe7 trunk

[svn] improve support for static playlist. - Playlist.attribute has been introduced. if loading playlist file is marked as static playlist, this value would be set. - now user can specify whether save as a static playlist or not. - thanks to Playlist.attribute, meaningful mtime in a static playlist will be preserved.
author yaz
date Wed, 21 Mar 2007 02:13:02 -0700
parents 62a93407ce99
children ecfb79d60c3a
line wrap: on
line source

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

OBJECTIVE_LIBS_NOINST = librcd.a
OBJECTIVE_SONAME_SUFFIX = 0.1.8

LDFLAGS += -Wl,-export-dynamic

CFLAGS += $(PICFLAGS)

SOURCES = \
	librcd.c

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

include ../../mk/objective.mk

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