Mercurial > audlegacy-plugins
annotate src/shnplug/Makefile @ 2008:b3002edfa3b9
Converted the last plugin to the new build system.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 06:01:07 +0300 |
parents | 51bf0e431e02 |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
1 PLUGIN = libshnplug$(PLUGIN_SUFFIX) |
1305 | 2 |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
3 SRCS = array.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
4 convert.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
5 fixio.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
6 gtk.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
7 id3v2.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
8 misc.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
9 output.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
10 seek.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
11 shn.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
12 shorten.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
13 sulawalaw.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
14 vario.c \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
15 wave.c |
1305 | 16 |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
17 include ../../buildsys.mk |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
18 include ../../extra.mk |
1305 | 19 |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
20 plugindir := $(plugindir)/$(INPUT_PLUGIN_DIR) |
1305 | 21 |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
22 CFLAGS += $(PLUGIN_CFLAGS) |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
23 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(MOWGLI_CFLAGS) \ |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
24 $(PANGO_CFLAGS) $(ARCH_DEFINES) $(SIMD_CFLAGS) -I../../intl -I../.. -Wall |
1305 | 25 LDFLAGS += $(AUDLDFLAGS) |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
26 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
1305 | 27 |
2008
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
28 # These were the additional link flags in the old Makefile: |
b3002edfa3b9
Converted the last plugin to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1305
diff
changeset
|
29 # -L/opt/local/lib -L$(plugindir) -laudid3tag -Wl,-rpath=$(plugindir) |