Home
last modified time | relevance | path

Searched refs:LIBRARY_COMBO (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/gnustep-make/gnustep-make-2.8.0/
H A Dexecutable.template.in35 if [ -z "$LIBRARY_COMBO" ]; then
36 LIBRARY_COMBO=@ac_cv_library_combo@
120 if [ "$LIBRARY_COMBO" = nx ]; then
121 LIBRARY_COMBO=nx-nx-nx
122 elif [ "$LIBRARY_COMBO" = gnu ]; then
123 LIBRARY_COMBO=gnu-gnu-gnu
124 elif [ "$LIBRARY_COMBO" = fd ]; then
125 LIBRARY_COMBO=gnu-fd-gnu
127 LIBRARY_COMBO=apple-apple-apple
129 export LIBRARY_COMBO
[all …]
H A Dopenapp.in98 LIBRARY_COMBO=`echo "$1" | sed 's/--library-combo=//'`
270 case "$LIBRARY_COMBO" in
272 …executable="$openapp_full_appname/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$openapp_appna…
277 case "$LIBRARY_COMBO" in
H A Dopentool.in89 LIBRARY_COMBO=`echo "$1" | sed 's/--library-combo=//'`
91 echo "Switched to library combo $LIBRARY_COMBO"
165 tmplibdir="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO"
H A DGNUstep.csh.in126 if ( ! ${?LIBRARY_COMBO} ) then
127 setenv LIBRARY_COMBO "@ac_cv_library_combo@"
226 …set path_fragment="${dir}:${dir}/${GNUSTEP_HOST_CPU}-${GNUSTEP_HOST_OS}/${LIBRARY_COMBO}:${dir}/${…
244 …set path_fragment="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO:$dir/$GNUSTEP_HOST_CPU-$…
355 …set path_fragment="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$GNUSTEP_PKGCONFIG_FRAGM…
375 unsetenv LIBRARY_COMBO
H A DGNUstep.sh.in158 if [ -z "$LIBRARY_COMBO" ]; then
159 LIBRARY_COMBO=@ac_cv_library_combo@
166 export GNUSTEP_IS_FLATTENED LIBRARY_COMBO
339 …path_fragment="$dir:$dir/${GNUSTEP_HOST_CPU}-${GNUSTEP_HOST_OS}/${LIBRARY_COMBO}:$dir/${GNUSTEP_HO…
373 …path_fragment="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO:$dir/$GNUSTEP_HOST_CPU-$GNUS…
464 # if [ "$LIBRARY_COMBO" = "apple-apple-apple" -o \
465 # "$LIBRARY_COMBO" = "apple" ]; then
569 …path_fragment="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$GNUSTEP_PKGCONFIG_FRAGMENT:…
610 export GNUSTEP_IS_FLATTENED LIBRARY_COMBO
633 unset LIBRARY_COMBO
H A DGNUstep-reset.sh191 unset LIBRARY_COMBO
H A Dcommon.make81 # Get library_combo from LIBRARY_COMBO or default_library_combo (or
87 ifdef LIBRARY_COMBO
88 library_combo := $(LIBRARY_COMBO)
135 # Now build and export the final LIBRARY_COMBO variable, which is the
137 # GUI_LIB) the other makefiles need to know about. This LIBRARY_COMBO
142 export LIBRARY_COMBO = $(OBJC_RUNTIME_LIB)-$(FOUNDATION_LIB)-$(GUI_LIB)
148 GNUSTEP_HOST_LDIR = $(GNUSTEP_HOST_DIR)/$(LIBRARY_COMBO)
149 GNUSTEP_TARGET_LDIR = $(GNUSTEP_TARGET_DIR)/$(LIBRARY_COMBO)
800 GNUSTEP_OBJ_DIR_NAME = obj/$(ARCH_OBJ_DIR)/$(LIBRARY_COMBO)
H A Dconfigure6315 _LIBRARY_COMBO=${LIBRARY_COMBO}
6346 _LIBRARY_COMBO=${LIBRARY_COMBO}
6377 _LIBRARY_COMBO=${LIBRARY_COMBO}
6408 _LIBRARY_COMBO=${LIBRARY_COMBO}
6465 _LIBRARY_COMBO=${LIBRARY_COMBO}
6496 _LIBRARY_COMBO=${LIBRARY_COMBO}
6527 _LIBRARY_COMBO=${LIBRARY_COMBO}
6558 _LIBRARY_COMBO=${LIBRARY_COMBO}
6758 LIBRARY_COMBO=ng-gnu-gnu
6818 _LIBRARY_COMBO=${LIBRARY_COMBO}
[all …]
H A Dconfig.site93 includedir="\${prefix}/Library/Headers/${LIBRARY_COMBO}"
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/WrapperFactory/Resources/
H A DLaunchScript.sh30 if [ -z "$LIBRARY_COMBO" ]; then
31 LIBRARY_COMBO=gnu-gnu-gnu
81 if [ "$LIBRARY_COMBO" = nx ]; then
82 LIBRARY_COMBO=nx-nx-nx
83 elif [ "$LIBRARY_COMBO" = gnu ]; then
84 LIBRARY_COMBO=gnu-gnu-gnu
85 elif [ "$LIBRARY_COMBO" = fd ]; then
86 LIBRARY_COMBO=gnu-fd-gnu
88 LIBRARY_COMBO=apple-apple-apple
90 export LIBRARY_COMBO
[all …]
/dports/deskutils/appwrapper/AppWrapper/AppWrapper.app/
H A DAppWrapper34 if [ -z "$LIBRARY_COMBO" ]; then
35 LIBRARY_COMBO=gnu-gnu-gnu
64 LIBRARY_COMBO=`echo $1 | sed 's/--library-combo=//'`
85 if [ "$LIBRARY_COMBO" = nx ]; then
86 LIBRARY_COMBO=nx-nx-nx
87 elif [ "$LIBRARY_COMBO" = gnu ]; then
88 LIBRARY_COMBO=gnu-gnu-gnu
89 elif [ "$LIBRARY_COMBO" = fd ]; then
90 LIBRARY_COMBO=gnu-fd-gnu
92 export LIBRARY_COMBO
[all …]
/dports/games/grubik/GRubik/GRubik.app/
H A DGRubik29 if [ -z "$LIBRARY_COMBO" ]; then
30 LIBRARY_COMBO=gnu-gnu-gnu
57 LIBRARY_COMBO=`echo $1 | sed 's/--library-combo=//'`
77 if [ "$LIBRARY_COMBO" = nx ]; then
78 LIBRARY_COMBO=nx-nx-nx
79 elif [ "$LIBRARY_COMBO" = gnu ]; then
80 LIBRARY_COMBO=gnu-gnu-gnu
81 elif [ "$LIBRARY_COMBO" = fd ]; then
82 LIBRARY_COMBO=gnu-fd-gnu
84 export LIBRARY_COMBO
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A D.travis.yml9 - LIBRARY_COMBO=gnu-gnu-gnu
10 - LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-1.9
11 - LIBRARY_COMBO=ng-gnu-gnu BASE_ABI=--disable-mixedabi RUNTIME_VERSION=gnustep-1.9
12 - LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-2.0
13 - LIBRARY_COMBO=ng-gnu-gnu BASE_ABI=--disable-mixedabi RUNTIME_VERSION=gnustep-2.0
17 env: LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-1.9
21 env: LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-2.0
25 env: LIBRARY_COMBO=gnu-gnu-gnu
30 if [ $LIBRARY_COMBO = 'gnu-gnu-gnu' ];
51 if [ $LIBRARY_COMBO = 'ng-gnu-gnu' ];
[all …]
H A Dtravis-deps.sh18 ./configure --prefix=$DEP_ROOT --with-library-combo=$LIBRARY_COMBO $WITH_RUNTIME_ABI
56 if [ "$LIBRARY_COMBO" = 'ng-gnu-gnu' ]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A D.travis.yml9 - LIBRARY_COMBO=gnu-gnu-gnu
10 - LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-1.9
11 - LIBRARY_COMBO=ng-gnu-gnu BASE_ABI=--disable-mixedabi RUNTIME_VERSION=gnustep-1.9
12 - LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-2.0
13 - LIBRARY_COMBO=ng-gnu-gnu BASE_ABI=--disable-mixedabi RUNTIME_VERSION=gnustep-2.0
17 env: LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-1.9
21 env: LIBRARY_COMBO=ng-gnu-gnu RUNTIME_VERSION=gnustep-2.0
25 env: LIBRARY_COMBO=gnu-gnu-gnu
30 if [ $LIBRARY_COMBO = 'gnu-gnu-gnu' ];
51 if [ $LIBRARY_COMBO = 'ng-gnu-gnu' ];
[all …]
H A Dtravis-deps.sh18 ./configure --prefix=$DEP_ROOT --with-library-combo=$LIBRARY_COMBO $WITH_RUNTIME_ABI
68 if [ "$LIBRARY_COMBO" = 'ng-gnu-gnu' ]
/dports/devel/gnustep-make/gnustep-make-2.8.0/m4/
H A Dgs_objc_runtime.m434 AS_VAR_SET([_LIBRARY_COMBO], [${LIBRARY_COMBO}])
36 AS_VAR_PUSHDEF([LIBRARY_COMBO], m4_join([], search_dir, [_combo]))
37 LIBRARY_COMBO=m4_default([$3], [${_LIBRARY_COMBO}])
42 …search_dir="${search_dir}/m4_case([$2], [HEADERS], [${LIBRARY_COMBO}], [LIBRARIES], [${gs_cv_obj_d…
45 AS_VAR_POPDEF([LIBRARY_COMBO])
180 AS_VAR_PUSHDEF([LIBRARY_COMBO], m4_join([_], [gs_cv_rt_combo], m4_tolower($1)))
182 AS_VAR_SET([LIBRARY_COMBO], [$2])
211 GNUSTEP_HDIR="$GNUSTEP_HDIR/$LIBRARY_COMBO"
251 AS_VAR_POPDEF([LIBRARY_COMBO])
H A Dgs_library_combo.m424 maybe_library_combo=$(gnustep-config --variable=LIBRARY_COMBO||echo "")
/dports/www/sogo2/SOGo-2.4.1/
H A Dconfigure210 echo " combo: ${LIBRARY_COMBO}"
307 cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
/dports/www/sogo/SOGo-5.4.0/
H A Dconfigure223 echo " combo: ${LIBRARY_COMBO}"
320 cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
/dports/www/sogo-activesync/SOGo-5.4.0/
H A Dconfigure223 echo " combo: ${LIBRARY_COMBO}"
320 cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/
H A DDirectories.make30 ARCH_DIR=$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(LIBRARY_COMBO)
/dports/devel/sope2/SOPE/
H A Dconfigure307 echo " combo: ${LIBRARY_COMBO}"
430 cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
/dports/devel/sope/SOPE/
H A Dconfigure307 echo " combo: ${LIBRARY_COMBO}"
430 cfgwrite "LIBRARY_COMBO=$LIBRARY_COMBO"
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGNUmakefile.preamble44 -DLIBRARY_COMBO=\"$(LIBRARY_COMBO)\" \

12