Browse Source

Deleting rtaudio-config in favor of rtaudio.pc

tags/5.0.0
Gary Scavone 9 years ago
parent
commit
85c90a520e
1 changed files with 0 additions and 19 deletions
  1. +0
    -19
      rtaudio-config.in

+ 0
- 19
rtaudio-config.in View File

@@ -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

Loading…
Cancel
Save