Mercurial > audlegacy
view audtool/Makefile @ 1455:04730ff1693d trunk
[svn] changes link order to avoid linkage with installed library.
author | yaz |
---|---|
date | Sat, 29 Jul 2006 16:23:16 -0700 |
parents | 2419d0da1725 |
children | e402e0217870 |
line wrap: on
line source
include ../mk/rules.mk include ../mk/objective.mk beepincludedir = $(includedir)/audacious OBJECTIVE_BINS = audtool LDFLAGS += -Wl,-export-dynamic LDADD = \ -L.. $(LTLIBINTL) \ -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 $@ -Wl,-rpath,${libdir} @printf "%10s %-20s\n" LINK $@