Mercurial > audlegacy-plugins
view src/stdio/Makefile @ 438:4fec4a3ca1a4 trunk
[svn] - evdev-plug: check that the player local datadir exists before attempting to create evdev-plug.conf
| author | giacomo |
|---|---|
| date | Mon, 15 Jan 2007 14:04:11 -0800 |
| parents | ad8e44bcdf8a |
| children | 550c9e382cf8 |
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) $(ARCH_DEFINES) -I../../intl -I../.. CXXFLAGS = $(CFLAGS) LIBADD = $(GTK_LIBS) include ../../mk/objective.mk
