Mercurial > audlegacy-plugins
comparison src/CoreAudio/Makefile @ 18:e7f237e2595f trunk
[svn] - oops
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:41:03 -0700 |
| parents | cf1054422f81 |
| children | 0c50f248ed10 |
comparison
equal
deleted
inserted
replaced
| 17:cf1054422f81 | 18:e7f237e2595f |
|---|---|
| 1 include ../..les.mk | 1 include ../../mk/rules.mk |
| 2 include ../..it.mk | 2 include ../../mk/init.mk |
| 3 | 3 |
| 4 OBJECTIVE_LIBS = libcoreaudio$(SHARED_SUFFIX) | 4 OBJECTIVE_LIBS = libcoreaudio$(SHARED_SUFFIX) |
| 5 | 5 |
| 6 noinst_HEADERS = coreaudio.h | 6 noinst_HEADERS = coreaudio.h |
| 7 | 7 |
| 10 LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio | 10 LIBADD = $(GTK_LIBS) -Wl,-framework,CoreAudio |
| 11 SOURCES = coreaudio.c mixer.c about.c configure.c audio.c init.c convert.c dbconvert.c | 11 SOURCES = coreaudio.c mixer.c about.c configure.c audio.c init.c convert.c dbconvert.c |
| 12 | 12 |
| 13 OBJECTS = ${SOURCES:.c=.o} | 13 OBJECTS = ${SOURCES:.c=.o} |
| 14 | 14 |
| 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../..tl -I../.. | 15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../..intl -I../.. |
| 16 | 16 |
| 17 include ../..jective.mk | 17 include ../../mk/objective.mk |
