annotate src/arts/arts_helper/Makefile @ 1861:cbcb6d2154bd

arts -> new buildsys.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 22:35:27 +0200
parents f5eb1da48084
children 81cdc01db60e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1861
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
1 PROG = audacious-arts-helper
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
2 SRCS = arts_helper.c
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
3
1861
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
4 include ../../../buildsys.mk
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
5 include ../../../extra.mk
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
6
1861
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
7 LDFLAGS += -Wl,-export-dynamic
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
8 LIBS += ${ARTSC_LIBS}
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
9
1861
cbcb6d2154bd arts -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 30
diff changeset
10 CPPFLAGS += ${ARTSC_CFLAGS} -I../../../intl -I../../..