Mercurial > audlegacy-plugins
annotate src/CoreAudio/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:38:44 -0700 |
| parents | 3da1b8942b8b |
| children | e7f237e2595f |
| rev | line source |
|---|---|
| 17 | 1 include ../..les.mk |
| 2 include ../..it.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 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio |
|
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 |
| 17 | 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../..tl -I../.. |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
16 |
| 17 | 17 include ../..jective.mk |
