Mercurial > audlegacy-plugins
annotate src/cdaudio/Makefile @ 32:d127b22eb601 trunk
[svn] Add BMP_RCPATH to configure.ac and -DBMP_RCPATH=$(BMP_RCPATH\)
author | js |
---|---|
date | Mon, 18 Sep 2006 08:31:59 -0700 |
parents | 78eaf8b87899 |
children | e6d2dc95dda1 |
rev | line source |
---|---|
17 | 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 = libcdaudio$(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 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
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 SOURCES = cdaudio.c cddb.c cdinfo.c configure.c http.c |
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 OBJECTS = ${SOURCES:.c=.o} |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 |
32
d127b22eb601
[svn] Add BMP_RCPATH to configure.ac and -DBMP_RCPATH=$(BMP_RCPATH\)
js
parents:
31
diff
changeset
|
12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -I../.. -DBMP_RCPATH=\"$(BMP_RCPATH)\" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
13 |
17 | 14 include ../../mk/objective.mk |