diff src/cdaudio-ng/Makefile @ 1048:a42f95563c98 trunk

[svn] Added cdaudio-ng
author zither
date Mon, 21 May 2007 15:28:07 -0700
parents
children 9fb341e1a87f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cdaudio-ng/Makefile	Mon May 21 15:28:07 2007 -0700
@@ -0,0 +1,13 @@
+
+all : libcdaudio-ng.so
+
+libcdaudio-ng.so :
+	gcc -shared -fPIC -o libcdaudio-ng.so cdaudio-ng.c \
+		$(shell pkg-config --libs --cflags libcdio) \
+		$(shell pkg-config --libs --cflags libcdio_paranoia) \
+		$(shell pkg-config --libs --cflags libcdio_cdda) \
+		$(shell pkg-config --libs --cflags glib-2.0) \
+		$(shell pkg-config --libs --cflags gtk+-2.0)
+
+clean :
+	rm *.so