Mercurial > audlegacy
annotate Plugins/Output/jack/Makefile.in @ 1717:837983bac90f trunk
[svn] Fixed a lot of warnings that only showed up on *BSD.
author | js |
---|---|
date | Sat, 16 Sep 2006 16:26:54 -0700 |
parents | 79891e2fd8a5 |
children |
rev | line source |
---|---|
719 | 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:
724
diff
changeset
|
2 include ../../../mk/init.mk |
719 | 3 |
4 SOURCES = jack.c configure.c bio2jack.c | |
5 | |
1625 | 6 OBJECTIVE_LIBS = libjackout$(SHARED_SUFFIX) |
719 | 7 |
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
9 | |
1625 | 10 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -Wall $(SAMPLERATE_CFLAGS) -I../../../intl -I../../.. |
722 | 11 LIBADD = $(GTK_LIBS) $(JACK_LIBS) $(SAMPLERATE_LIBS) -lpthread |
719 | 12 |
13 OBJECTS = ${SOURCES:.c=.o} | |
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:
724
diff
changeset
|
14 |
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:
724
diff
changeset
|
15 include ../../../mk/objective.mk |