Mercurial > audlegacy-plugins
annotate src/cdaudio-ng/Makefile @ 1341:4ca99d2be90e
Titles are now built using tuples, with the preferred format
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Tue, 24 Jul 2007 00:48:58 +0300 |
parents | 7bb2692b3be9 |
children | 5a7c84857361 |
rev | line source |
---|---|
1049
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
1 include ../../mk/rules.mk |
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
2 include ../../mk/init.mk |
1048 | 3 |
1049
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
4 OBJECTIVE_LIBS = libcdaudio-ng$(SHARED_SUFFIX) |
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
5 |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1189
diff
changeset
|
6 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CDIO_LIBS) $(CDDB_LIBS) |
1049
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
1048 | 8 |
1189
af5bd4592100
Added cdaudio-ng.h; added a configure dialog
zither@litestep.network
parents:
1058
diff
changeset
|
9 SOURCES = cdaudio-ng.c configure.c |
1049
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
10 |
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
11 OBJECTS = ${SOURCES:.c=.o} |
1048 | 12 |
1341
4ca99d2be90e
Titles are now built using tuples, with the preferred format
Calin Crisan ccrisan@gmail.com
parents:
1340
diff
changeset
|
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_CFLAGS) $(CDDB_CFLAGS) -I../../intl -I../.. |
1049
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
14 |
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
15 include ../../mk/objective.mk |