Mercurial > audlegacy
view audtool/Makefile @ 1841:7d0cd3fab6a2 trunk
[svn] - mtime=-1 has been introduced to represent "uninitialized".
- scanning for uninitialized tuple works correctly.
- "Update View" works again.
author | yaz |
---|---|
date | Fri, 06 Oct 2006 10:50:55 -0700 |
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 $@