Mercurial > audlegacy
view src/librcd/Makefile @ 2639:ed67025aeea5 trunk
[svn] - give focus to jump_to_track window before filling it with information; this way user can start typing while huge playlists are loaded
author | giacomo |
---|---|
date | Wed, 21 Mar 2007 13:47:48 -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)