#!/bin/bash

Magick++-config --libs | sed 's# *-l# #g'
exit $?

