Mercurial > audlegacy-plugins
view src/alarm/Makefile @ 430:ed94145472df trunk
[svn] Support shoutcast (over TCP) with VFS HTTP code. mpg123 has to accept
failure on seeking to the end of the file.
author | iabervon |
---|---|
date | Sun, 14 Jan 2007 23:53:59 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk SUBDIRS = OBJECTIVE_LIBS = libalarm$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) LIBADD += $(GTK_LIBS) SOURCES = alarm.c interface.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk