Mercurial > audlegacy
view audtool/Makefile @ 2016:917903e2fc1c trunk
[svn] - fix a bug regarding shaded mode in the playlist editor where
decorations are not properly rendered.
Patch by external contributor: Ralf Ertzinger <ralf@skytale.net>
author | nenolod |
---|---|
date | Mon, 27 Nov 2006 17:58:02 -0800 |
parents | 20ff61083530 |
children |
line wrap: on
line source
include ../mk/rules.mk include ../mk/init.mk include ../mk/objective.mk beepincludedir = $(includedir)/audacious OBJECTIVE_BINS = audtool LDFLAGS += $(AUDLDFLAGS) LDADD = \ -L../libaudacious -laudacious \ $(GTK_LIBS) \ $(LIBGLADE_LIBS) CFLAGS += \ $(GTK_CFLAGS) \ $(LIBGLADE_CFLAGS) \ $(BEEP_DEFINES) \ $(ARCH_DEFINES) \ -I.. \ -I../intl SOURCES = audtool.c OBJECTS = ${SOURCES:.c=.o} audtool: $(OBJECTS) $(CC) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@ @printf "%10s %-20s\n" LINK $@