annotate src/lame/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 622c63a5c191
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
668
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
1 include ../../mk/rules.mk
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
2 include ../../mk/init.mk
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
3
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
4 OBJECTIVE_LIBS = liblame$(SHARED_SUFFIX)
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
5
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
6 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
7
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
8 LIBADD = $(GTK_LIBS) -lmp3lame
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
9 SOURCES = out_lame.c
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
10
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
11 OBJECTS = ${SOURCES:.c=.o}
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
12
981
d801d8ce24fb [svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem.
yaz
parents: 668
diff changeset
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall
668
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
14
622c63a5c191 [svn] - add lame encoder plugin. not yet hooked up.
yaz
parents:
diff changeset
15 include ../../mk/objective.mk