Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 306:b47f02042530 trunk
[svn] - pluginize the transport layer.
author | nenolod |
---|---|
date | Thu, 23 Nov 2006 20:20:01 -0800 |
parents | |
children | 0c50f248ed10 |
rev | line source |
---|---|
306 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libstdio$(SHARED_SUFFIX) | |
5 | |
6 # XXX | |
7 LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) | |
8 | |
9 SOURCES = stdio.c | |
10 | |
11 OBJECTS = ${SOURCES:.c=.o} | |
12 | |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | |
14 | |
15 CXXFLAGS = $(CFLAGS) | |
16 | |
17 LIBADD = $(GTK_LIBS) | |
18 | |
19 include ../../mk/objective.mk |