Skip to content

Commit

Permalink
option to display build compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 30, 2023
1 parent ad92edb commit 7aacae6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions magick/Magick-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ while test $# -gt 0; do
--version)
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cc)
echo '@CC@'
;;
--cflags)
@PKG_CONFIG@ --cflags MagickCore
;;
--cxx)
echo '@CXX@'
;;
--cxxflags)
@PKG_CONFIG@ --cflags MagickCore
;;
Expand Down
6 changes: 6 additions & 0 deletions magick/MagickCore-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ while test $# -gt 0; do
--version)
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cc)
echo '@CC@'
;;
--cflags)
@PKG_CONFIG@ --cflags MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
;;
--cxx)
echo '@CXX@'
;;
--cxxflags)
@PKG_CONFIG@ --cflags MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
;;
Expand Down
6 changes: 6 additions & 0 deletions wand/MagickWand-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ while test $# -gt 0; do
--version)
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cc)
echo '@CC@'
;;
--cflags)
@PKG_CONFIG@ --cflags MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
;;
--cxx)
echo '@CXX@'
;;
--cxxflags)
@PKG_CONFIG@ --cflags MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
;;
Expand Down
6 changes: 6 additions & 0 deletions wand/Wand-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ while test $# -gt 0; do
--version)
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cc)
echo '@CC@'
;;
--cflags)
@PKG_CONFIG@ --cflags MagickWand
;;
--cxx)
echo '@CXX@'
;;
--cxxflags)
@PKG_CONFIG@ --cflags MagickWand
;;
Expand Down

0 comments on commit 7aacae6

Please sign in to comment.