#!/bin/bash if test "$1" = "CXXFLAGS"; then echo @MediaInfoLib_CXXFLAGS@ fi if test "$1" = "LIBS"; then echo @MediaInfoLib_LIBS@ fi if test "$1" = "LIBS_Static"; then echo @MediaInfoLib_LIBS_Static@ fi if test "$1" = "Unicode"; then echo @MediaInfoLib_Unicode@ fi if test "$1" = "Exists"; then echo yes fi if test "$1" = "la_name"; then echo lib@MediaInfoLib_LibName@.la fi