Mercurial > audlegacy-plugins
view src/stdio/Makefile @ 1037:c31e94fefd2a trunk
[svn] - upstream updates regarding handling of SPC700 instructions and runtime
length issues.
| author | nenolod |
|---|---|
| date | Tue, 15 May 2007 13:18:35 -0700 |
| parents | 550c9e382cf8 |
| children | 5896bd827cbc |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libstdio$(SHARED_SUFFIX) # XXX LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) SOURCES = stdio.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. CXXFLAGS = $(CFLAGS) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk
