Mercurial > audlegacy-plugins
view src/sexypsf/Makefile @ 981:d801d8ce24fb trunk
[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem.
- make use of audacious vfs functions.
author | yaz |
---|---|
date | Fri, 27 Apr 2007 02:29:33 -0700 |
parents | 550c9e382cf8 |
children | 6eef4486e481 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libsexypsf$(SHARED_SUFFIX) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = \ PsxBios.c \ PsxCounters.c \ PsxDma.c \ Spu.c \ PsxMem.c \ PsxHw.c \ Misc.c \ R3000A.c \ PsxInterpreter.c \ PsxHLE.c \ spu/spu.c \ xmms.c LIBADD = -lz OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -Ispu/ -I. include ../../mk/objective.mk clean-posthook: @rm -f spu/*.o