Mercurial > audlegacy-plugins
view src/notify/Makefile @ 86:60cf31332daa trunk
[svn] - some improvements to the cuesheet plugin, not totally there yet ;)
| author | nenolod |
|---|---|
| date | Thu, 05 Oct 2006 02:33:10 -0700 |
| parents | cf1054422f81 |
| children |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libnotify$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) SOURCES = notify.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(LIBNOTIFY_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -DDATA_DIR=\"$(datadir)\" CXXFLAGS = $(CFLAGS) LIBADD = $(GTK_LIBS) $(LIBNOTIFY_LIBS) include ../../mk/objective.mk
