Mercurial > audlegacy-plugins
annotate src/cdaudio-ng/Makefile @ 1150:3506c611a802 trunk
[svn] - fix registration of lastfm session ID
author | nenolod |
---|---|
date | Mon, 28 May 2007 23:29:02 -0700 |
parents | 75f713176b2f |
children | af5bd4592100 |
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 |
9fb341e1a87f
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
chainsaw
parents:
1048
diff
changeset
|
6 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CDIO_LIBS) |
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 |
1050
10fc7b5378f0
[svn] .so != .c and lack of sleep is not an excuse.
chainsaw
parents:
1049
diff
changeset
|
9 SOURCES = cdaudio-ng.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 |
1058 | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_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 |