Mercurial > audlegacy-plugins
annotate src/CoreAudio/Makefile @ 461:cfd1b8a88e2d trunk
[svn] - updated amidi-plug to the new plugin API
| author | giacomo |
|---|---|
| date | Fri, 19 Jan 2007 04:46:00 -0800 |
| parents | ad8e44bcdf8a |
| children | 550c9e382cf8 |
| rev | line source |
|---|---|
| 18 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 OBJECTIVE_LIBS = libcoreaudio$(SHARED_SUFFIX) |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 noinst_HEADERS = coreaudio.h |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 |
| 388 | 10 LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 SOURCES = coreaudio.c mixer.c about.c configure.c audio.c init.c convert.c dbconvert.c |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
12 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
13 OBJECTS = ${SOURCES:.c=.o} |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
14 |
| 388 | 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../..intl -I../.. |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
16 |
| 18 | 17 include ../../mk/objective.mk |
