Home
last modified time | relevance | path

Searched refs:OSX_BUNDLE (Results 1 – 11 of 11) sorted by last modified time

/dports/comms/qrq/qrq-0.3.3/
H A DMakefile22 OSX_BUNDLE=YES macro
25 OSX_BUNDLE=NO macro
H A Dqrq.c190 #ifdef OSX_BUNDLE in main()
/dports/security/cardpeek/cardpeek-0.8.4/
H A DMakefile.am60 if OSX_BUNDLE
H A Dconfigure.ac48 AM_CONDITIONAL([OSX_BUNDLE], [test "x$enable_osx_bundle" = "xyes"]) condition
49 AM_COND_IF([OSX_BUNDLE], [
71 AM_COND_IF([OSX_BUNDLE],[
/dports/math/gri/gri-2.12.23/
H A Dconfigure6209 yes) OSX_BUNDLE=true ;;
6210 no) OSX_BUNDLE=false ;;
6219 if test x$OSX_BUNDLE = xtrue; then
H A Dconfigure.ac405 dnl See if the user did "configure --enable-OSX_BUNDLE"
406 AC_ARG_ENABLE(OSX_BUNDLE, optenable
407 [ --enable-OSX_BUNDLE Build for an OSX BUNDLE],
409 yes) OSX_BUNDLE=true ;;
410 no) OSX_BUNDLE=false ;;
411 *) AC_MSG_ERROR(bad value ${enableval} for --enable-OSX_BUNDLE) ;;
413 AM_CONDITIONAL(OS_IS_OSX_BUNDLE, test x$OSX_BUNDLE = xtrue)
H A DINSTALL28 --enable-OSX_BUNDLE
/dports/math/gri/gri-2.12.23/src/
H A Dversion.cc21 #ifdef OSX_BUNDLE
H A Dstartup.cc182 #ifdef OSX_BUNDLE in start_up()
227 #ifdef OSX_BUNDLE in start_up()
743 #ifndef OSX_BUNDLE in interpret_optional_arguments()
746 #ifdef OSX_BUNDLE in interpret_optional_arguments()
922 #ifndef OSX_BUNDLE in interpret_optional_arguments()
925 #ifdef OSX_BUNDLE in interpret_optional_arguments()
H A Dcommand.cc324 #ifdef OSX_BUNDLE in create_commands()
H A DMakefile.am55 OSX_BUNDLE = -DOSX_BUNDLE macro