Home
last modified time | relevance | path

Searched refs:GNUSTEP_HOST_CPU (Results 1 – 24 of 24) sorted by relevance

/dports/deskutils/appwrapper/AppWrapper/AppWrapper.app/
H A DAppWrapper171 if [ -z "$GNUSTEP_HOST_CPU" ]; then
172 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Makefiles/cpu.sh $GNUSTEP_HOST`
173 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Makefiles/clean_cpu.sh $GNUSTEP_HOST_CPU`
174 export GNUSTEP_HOST_CPU
191 relative_path=$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname
192 elif [ -x $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname ]; then
193 relative_path=$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname
194 elif [ -x $full_appname/$GNUSTEP_HOST_CPU/$appname ]; then
195 relative_path=$GNUSTEP_HOST_CPU/$appname
200 if [ -d $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS ]; then
[all …]
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/WrapperFactory/Resources/
H A DLaunchScript.sh166 if [ -z "$GNUSTEP_HOST_CPU" ]; then
167 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Library/Makefiles/cpu.sh $GNUSTEP_HOST`
168 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Library/Makefiles/clean_cpu.sh $GNUSTEP_HOST_CPU`
169 export GNUSTEP_HOST_CPU
186 relative_path="$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname"
187 elif [ -x "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname" ]; then
188 relative_path="$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname"
189 elif [ -x "$full_appname/$GNUSTEP_HOST_CPU/$appname" ]; then
190 relative_path="$GNUSTEP_HOST_CPU/$appname"
195 if [ -d "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS" ]; then
[all …]
/dports/games/grubik/GRubik/GRubik.app/
H A DGRubik163 if [ -z "$GNUSTEP_HOST_CPU" ]; then
164 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Makefiles/cpu.sh $GNUSTEP_HOST`
165 GNUSTEP_HOST_CPU=`$GNUSTEP_SYSTEM_ROOT/Makefiles/clean_cpu.sh $GNUSTEP_HOST_CPU`
166 export GNUSTEP_HOST_CPU
182 if [ -x $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname ]; then
183 relative_path=$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname
184 elif [ -x $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname ]; then
185 relative_path=$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname
186 elif [ -x $full_appname/$GNUSTEP_HOST_CPU/$appname ]; then
187 relative_path=$GNUSTEP_HOST_CPU/$appname
[all …]
/dports/devel/gnustep-make/gnustep-make-2.8.0/
H A Dexecutable.template.in187 if [ -x "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname" ]; then
188 relative_path="$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname"
189 elif [ -x "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname" ]; then
190 relative_path="$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$appname"
191 elif [ -x "$full_appname/$GNUSTEP_HOST_CPU/$appname" ]; then
192 relative_path="$GNUSTEP_HOST_CPU/$appname"
197 if [ -d "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS" ]; then
199 cd "$full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS";
210 relative_path="$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname"
218 … does not have a binary for this kind of machine/operating system ($GNUSTEP_HOST_CPU/$GNUSTEP_HOST…
H A Dnames.make29 GNUSTEP_HOST_CPU := $(shell (cd /tmp; $(CONFIG_CPU_SCRIPT) $(GNUSTEP_HOST)))
33 GNUSTEP_HOST_CPU := $(shell (cd /tmp; $(CLEAN_CPU_SCRIPT) $(GNUSTEP_HOST_CPU)))
46 GNUSTEP_TARGET_CPU := $(GNUSTEP_HOST_CPU)
H A DGNUstep.csh.in161 setenv GNUSTEP_HOST_CPU "@clean_target_cpu@"
176 if ( ! ${?GNUSTEP_HOST_CPU} ) then
177 setenv GNUSTEP_HOST_CPU `${GNUSTEP_MAKEFILES}/cpu.sh ${GNUSTEP_HOST}`
178 setenv GNUSTEP_HOST_CPU `${GNUSTEP_MAKEFILES}/clean_cpu.sh ${GNUSTEP_HOST_CPU}`
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…
377 unsetenv GNUSTEP_HOST_CPU
H A Dopentool.in164 tmpgnudir="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS"
165 tmplibdir="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO"
H A DGNUstep.sh.in223 GNUSTEP_HOST_CPU=@clean_target_cpu@
240 if [ -z "$GNUSTEP_HOST_CPU" ]; then
241 GNUSTEP_HOST_CPU=`$GNUSTEP_MAKEFILES/cpu.sh $GNUSTEP_HOST`
242 GNUSTEP_HOST_CPU=`$GNUSTEP_MAKEFILES/clean_cpu.sh $GNUSTEP_HOST_CPU`
258 export GNUSTEP_HOST GNUSTEP_HOST_CPU GNUSTEP_HOST_VENDOR GNUSTEP_HOST_OS
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…
569 …path_fragment="$dir/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$GNUSTEP_PKGCONFIG_FRAGMENT:…
611 export GNUSTEP_HOST GNUSTEP_HOST_CPU GNUSTEP_HOST_VENDOR GNUSTEP_HOST_OS
635 unset GNUSTEP_HOST_CPU
H A Dconfig.site30 GNUSTEP_TARGET_CPU=$GNUSTEP_HOST_CPU
54 bindir="\${exec_prefix}/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}"
62 DIR_BIN="\${prefix}/Tools/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}"
H A DGNUstep-reset.sh182 unset GNUSTEP_HOST_CPU
H A Dopenapp.in272 …*) openapp_app_executable="$openapp_full_appname/$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS/$LIBRARY…
H A Dconfig-noarch.make.in151 GNUSTEP_HOST_CPU = @clean_target_cpu@
H A Dcommon.make59 # it will also load GNUSTEP_HOST, GNUSTEP_HOST_CPU, etc.
146 GNUSTEP_HOST_DIR = $(GNUSTEP_HOST_CPU)-$(GNUSTEP_HOST_OS)
H A Dtarget.make1171 ifeq ($(GNUSTEP_HOST_CPU), ia64)
H A DChangeLog5023 GNUSTEP_HOST_CPU, etc, when in GNUSTEP_MULTI_PLATFORM mode -- this
7163 GNUSTEP_HOST, GNUSTEP_HOST_OS, GNUSTEP_HOST_CPU,
H A DChangeLog.14326 * GNUstep.sh.in, GNUstep.csh.in: Compute GNUSTEP_HOST_CPU,
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A Dgnustep-base.spec.old103 sed -e "s|GSARCH|${GNUSTEP_HOST_CPU}|g" -e "s|GSOS|${GNUSTEP_HOST_OS}|g" < mygnustep.init.in > mygn…
162 sed -e "s|GSARCH|${GNUSTEP_HOST_CPU}|" -e "s|GSOS|${GNUSTEP_HOST_OS}|" < filelist.rpm.in > filelist…
163 sed -e "s|GSARCH|${GNUSTEP_HOST_CPU}|" -e "s|GSOS|${GNUSTEP_HOST_OS}|" < filelist-devel.rpm.in > fi…
173 …q '%{gsr}/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/gnu-gnu-gnu-xgps' /etc/ld.so.conf || echo "…
197 …grep -v "^%{gsr}/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/%{libcombo}$" /etc/ld.so.conf.orig >…
H A Dconfigure.ac1064 ARCH="$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS"
H A Dconfigure4034 ARCH="$GNUSTEP_HOST_CPU-$GNUSTEP_HOST_OS"
/dports/databases/sqlclient/SQLClient-1.8.1/
H A Dconfigure.ac134 if test "$GNUSTEP_HOST_CPU" = "ix86"; then
137 _CPU="$GNUSTEP_HOST_CPU"
139 *) _CPU="$GNUSTEP_HOST_CPU";;
H A Dconfigure3824 if test "$GNUSTEP_HOST_CPU" = "ix86"; then
3827 _CPU="$GNUSTEP_HOST_CPU"
3829 *) _CPU="$GNUSTEP_HOST_CPU";;
/dports/devel/gnustep-make/gnustep-make-2.8.0/Documentation/
H A Dgnustep-make.texi1153 @code{GNUSTEP_HOST_CPU} and @code{GNUSTEP_HOST_OS} variables.
1190 platform variables: @code{GNUSTEP_HOST}, @code{GNUSTEP_HOST_CPU},
1275 @defvar GNUSTEP_HOST_CPU
1276 @code{GNUSTEP_HOST_CPU} is the CPU name for the canonical host
1317 platform, @code{GNUSTEP_HOST_CPU}, unless the user specifies a
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/WrapperFactory/
H A DWrapperDocument.m952 [environment objectForKey: @"GNUSTEP_HOST_CPU"],
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSBundle.m1173 else if ((str = [env objectForKey: @"GNUSTEP_HOST_CPU"]) != nil)