Deleting rtaudio-config in favor of rtaudio.pc
authorGary Scavone <gary@music.mcgill.ca>
Fri, 24 Jun 2016 12:50:48 +0000 (08:50 -0400)
committerGary Scavone <gary@music.mcgill.ca>
Fri, 24 Jun 2016 12:50:48 +0000 (08:50 -0400)
rtaudio-config.in [deleted file]

diff --git a/rtaudio-config.in b/rtaudio-config.in
deleted file mode 100644 (file)
index 5f83d51..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-if (test "x$#" != "x1") ; then
-  echo "Usage: $0 [--libs | --cxxflags | --cppflags]"
-  exit;
-fi
-
-LIBRARY="@LIBS@"
-CXXFLAGS="@CXXFLAGS@"
-CPPFLAGS="@CPPFLAGS@"
-
-if (test "x$1" = "x--libs") ; then
-  echo "$LIBRARY -lrtaudio"
-elif (test "x$1" = "x--cxxflags") ; then
-  echo "$CXXFLAGS"
-elif (test "x$1" = "x--cppflags") ; then
-  echo "$CPPFLAGS"
-else
-  echo "Unknown option: $1"
-fi