annotate Plugins/Output/jack/Makefile.in @ 1170:b77f9f1162b3 trunk

[svn] Update AUTHORS a little bit. (testing new auto changelog stuff)
author nenolod
date Sun, 11 Jun 2006 13:44:43 -0700
parents cee582b99770
children e402e0217870
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
719
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
1 include ../../../mk/rules.mk
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
2 include ../../../mk/objective.mk
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
3
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
4 SOURCES = jack.c configure.c bio2jack.c
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
5
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
6 OBJECTIVE_LIBS = libjackout.so
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
7
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
9
724
cee582b99770 [svn] - fix this stupid thing
nenolod
parents: 722
diff changeset
10 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -Wall $(SAMPLERATE_CFLAGS) -I../../../intl -I../../..
722
78e3429bf77b [svn] perhaps a fix?
nenolod
parents: 720
diff changeset
11 LIBADD = $(GTK_LIBS) $(JACK_LIBS) $(SAMPLERATE_LIBS) -lpthread
719
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
12
a403471b7429 [svn] - convert to objective make. needs testing.
nenolod
parents:
diff changeset
13 OBJECTS = ${SOURCES:.c=.o}