Mercurial > audlegacy-plugins
annotate src/wma/Makefile @ 1044:b1128efde471 trunk
[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration.
- fix for minor bugs.
author | yaz |
---|---|
date | Sun, 20 May 2007 12:05:48 -0700 |
parents | f19e6748d8eb |
children | 9b8400ca5ee8 |
rev | line source |
---|---|
878 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) | |
5 | |
6 SUBDIRS = libffwma | |
7 | |
8 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
9 | |
10 LIBADD = ./libffwma/libffwma.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | |
11 | |
12 SOURCES = wma.c | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
894 | 16 LIBDEP = ./libffwma/libffwma.a |
17 | |
1044
b1128efde471
[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration.
yaz
parents:
894
diff
changeset
|
18 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. -I./libffwma -std=c99 -fgnu89-inline |
878 | 19 |
20 include ../../mk/objective.mk |