#!/bin/sh if test "$1" = "CXXFLAGS"; then echo -I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -DUNICODE fi if test "$1" = "LIBS" -a -n " -L/data/jenkins/workspace/oi-encumbered/components/encumbered/libmediainfo/build/amd64/.libs -lmediainfo -lz -lcurl -lmms -lm -lglib-2.0"; then echo -L/data/jenkins/workspace/oi-encumbered/components/encumbered/libmediainfo/build/amd64/.libs -lmediainfo -lz -lcurl -lmms -lm -lglib-2.0 fi if test "$1" = "LIBS_Static" -a -n ""; then echo fi if test "$1" = "Unicode"; then echo yes fi if test "$1" = "Exists"; then echo yes fi if test "$1" = "la_name"; then echo libmediainfo.la fi