annotate Plugins/Input/amidi-plug/Makefile.in @ 1625:79891e2fd8a5 trunk

[svn] - use $(SHARED_SUFFIX) - use $(PICFLAGS) - use $(PICLDFLAGS)
author nenolod
date Wed, 06 Sep 2006 13:21:40 -0700
parents e402e0217870
children daabad781796
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
585
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
1 include ../../../mk/rules.mk
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 1387
diff changeset
2 include ../../../mk/init.mk
585
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
3
1625
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
4 OBJECTIVE_LIBS = libamidi-plug$(SHARED_SUFFIX)
1387
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
5 SUBDIRS = pcfg @AMIDIPLUG_BACKENDS@
585
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
6
1387
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
7 noinst_HEADERS = amidi-plug.h i_backend.h i_midi.h i_midievent.h \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
8 i_configure.h i_configure-ap.h i_configure-alsa.h \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
9 i_configure-fluidsynth.h i_configure-dummy.h \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
10 i_fileinfo.h i_utils.h i_common.h \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
11 amidi-plug-icon.xpm amidi-plug.logo.xpm \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
12 amidi-plug.midiicon.xpm
585
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
13
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
14 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
15
1387
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
16 LIBADD = $(GTK_LIBS) $(GMODULE_LIBS) -lpthread ./pcfg/libpcfg.a
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
17 SOURCES = amidi-plug.c i_midi.c i_backend.c \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
18 i_configure.c i_configure-ap.c i_configure-alsa.c \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
19 i_configure-fluidsynth.c i_configure-dummy.c \
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
20 i_utils.c i_fileinfo.c
585
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
21
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
22 OBJECTS = ${SOURCES:.c=.o}
72a03593dfc0 [svn] build objective for amidi-plug
nenolod
parents:
diff changeset
23
1625
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
24 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GMODULE_CFLAGS) -DAMIDIPLUGDATADIR=\"$(AMIDIPLUGDATADIR)\" \
1387
b0590e16329f [svn] import amidi-plug 0.5
giacomo
parents: 586
diff changeset
25 -I../../../intl -I../../..
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 1387
diff changeset
26
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 1387
diff changeset
27 include ../../../mk/objective.mk