Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/Makefile SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/Makefile
- --- orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/Makefile 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/Makefile 2011-04-05 10:27:53.000000000 -0700
- @@ -0,0 +1,749 @@
- +# Generated automatically from Makefile.in by configure.
- +# Makefile.in generated automatically by automake 1.4 from Makefile.am
- +
- +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
- +# This Makefile.in is free software; the Free Software Foundation
- +# gives unlimited permission to copy and/or distribute it,
- +# with or without modifications, as long as this notice is preserved.
- +
- +# This program is distributed in the hope that it will be useful,
- +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- +# PARTICULAR PURPOSE.
- +
- +# This is a -*-Makefile-*-, or close enough
- +
- +
- +SHELL = /bin/sh
- +
- +srcdir = ..
- +top_srcdir = ..
- +VPATH = ..
- +prefix = /usr/local
- +exec_prefix = ${prefix}
- +
- +bindir = ${exec_prefix}/bin
- +sbindir = ${exec_prefix}/sbin
- +libexecdir = ${exec_prefix}/libexec
- +datadir = ${prefix}/share
- +sysconfdir = ${prefix}/etc
- +sharedstatedir = ${prefix}/com
- +localstatedir = ${prefix}/var
- +libdir = ${exec_prefix}/lib
- +infodir = ${prefix}/info
- +mandir = ${prefix}/man
- +includedir = ${prefix}/include
- +oldincludedir = /usr/include
- +
- +DESTDIR =
- +
- +pkgdatadir = $(datadir)/make
- +pkglibdir = $(libdir)/make
- +pkgincludedir = $(includedir)/make
- +
- +top_builddir = .
- +
- +ACLOCAL = aclocal
- +AUTOCONF = autoconf
- +AUTOMAKE = automake
- +AUTOHEADER = autoheader
- +
- +INSTALL = /usr/bin/ginstall -c
- +INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
- +INSTALL_DATA = ${INSTALL} -m 644
- +INSTALL_SCRIPT = ${INSTALL_PROGRAM}
- +transform = s,x,x,
- +
- +NORMAL_INSTALL = :
- +PRE_INSTALL = :
- +POST_INSTALL = :
- +NORMAL_UNINSTALL = :
- +PRE_UNINSTALL = :
- +POST_UNINSTALL = :
- +host_alias = i686-pc-linux-gnu
- +host_triplet = i686-pc-linux-gnu
- +AR = ar
- +CC = gcc
- +CPP = gcc -E
- +GETCONF = getconf
- +GLOBLIB =
- +LIBOBJS = getloadavg.o
- +MAKEINFO = makeinfo
- +PACKAGE = make
- +PERL = perl
- +RANLIB = ranlib
- +REMOTE = sge
- +VERSION = 3.78.1
- +
- +AUTOMAKE_OPTIONS = 1.4
- +
- +bin_PROGRAMS = make
- +
- +make_SOURCES = main.c commands.c job.c dir.c file.c misc.c read.c remake.c rule.c implicit.c default.c variable.c expand.c function.c vpath.c version.c ar.c arscan.c remote-$(REMOTE).c commands.h dep.h filedef.h job.h make.h rule.h variable.h signame.c signame.h getopt.c getopt1.c getopt.h
- +
- +make_LDADD = getloadavg.o
- +
- +info_TEXINFOS = make.texinfo
- +man_MANS = make.1
- +
- +INCLUDES = -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\"
- +
- +EXTRA_DIST = README build.sh.in $(man_MANS) README.customs remote-cstms.c make-stds.texi texinfo.tex SCOPTIONS SMakefile README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h README.DOS Makefile.DOS configure.bat dosbuild.bat configh.dos README.W32 NMakefile config.h.W32 build_w32.bat subproc.bat readme.vms makefile.vms makefile.com config.h-vms vmsdir.h vmsfunctions.c vmsify.c
- +
- +
- +SUBDIRS = glob
- +
- +MOSTLYCLEANFILES = loadavg.c
- +CLEANFILES = loadavg
- +
- +MAKE_HOST = i686-pc-linux-gnu
- +
- +# --------------- Local INSTALL Section
- +
- +# If necessary, change the gid of the app and turn on the setgid flag.
- +#
- +
- +# Whether or not make needs to be installed setgid.
- +# The value should be either `true' or `false'.
- +# On many systems, the getloadavg function (used to implement the `-l'
- +# switch) will not work unless make is installed setgid kmem.
- +#
- +inst_setgid = false
- +
- +# Install make setgid to this group so it can get the load average.
- +#
- +inst_group =
- +
- +# > check-regression
- +#
- +# Look for the make test suite, and run it if found and we can find perl.
- +# If we're building outside the tree, we use symlinks to make a local copy of
- +# the test suite. Unfortunately the test suite itself isn't localizable yet.
- +#
- +MAKETESTFLAGS =
- +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- +CONFIG_HEADER = config.h
- +CONFIG_CLEAN_FILES = build.sh
- +PROGRAMS = $(bin_PROGRAMS)
- +
- +
- +DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
- +CPPFLAGS =
- +LDFLAGS =
- +LIBS =
- +make_OBJECTS = main.o commands.o job.o dir.o file.o misc.o read.o \
- +remake.o rule.o implicit.o default.o variable.o expand.o function.o \
- +vpath.o version.o ar.o arscan.o remote-$(REMOTE).o signame.o getopt.o \
- +getopt1.o
- +make_DEPENDENCIES = getloadavg.o
- +make_LDFLAGS =
- +CFLAGS = -g -O2 -Wall -DLINUX
- +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- +CCLD = $(CC)
- +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
- +TEXI2DVI = texi2dvi
- +INFO_DEPS = make.info
- +DVIS = make.dvi
- +TEXINFOS = make.texinfo
- +man1dir = $(mandir)/man1
- +MANS = $(man_MANS)
- +
- +NROFF = nroff
- +DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
- +Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \
- +alloca.c build.sh.in config.guess config.h.in config.sub configure \
- +configure.in getloadavg.c install-sh missing mkinstalldirs texinfo.tex
- +
- +
- +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- +
- +TAR = tar
- +GZIP_ENV = --best
- +SOURCES = $(make_SOURCES)
- +OBJECTS = $(make_OBJECTS)
- +
- +all: all-redirect
- +.SUFFIXES:
- +.SUFFIXES: .c .o
- +#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- +# cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
- +#
- +#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- +# cd $(top_builddir) \
- +# && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
- +#
- +#$(ACLOCAL_M4): configure.in acinclude.m4
- +# cd $(srcdir) && $(ACLOCAL)
- +#
- +#config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- +# $(SHELL) ./config.status --recheck
- +#$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- +# cd $(srcdir) && $(AUTOCONF)
- +#
- +#config.h: stamp-h
- +# @if test ! -f $@; then \
- +# rm -f stamp-h; \
- +# $(MAKE) stamp-h; \
- +# else :; fi
- +#stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
- +# cd $(top_builddir) \
- +# && CONFIG_FILES= CONFIG_HEADERS=config.h \
- +# $(SHELL) ./config.status
- +# @echo timestamp > stamp-h 2> /dev/null
- +#$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
- +# @if test ! -f $@; then \
- +# rm -f $(srcdir)/stamp-h.in; \
- +# $(MAKE) $(srcdir)/stamp-h.in; \
- +# else :; fi
- +#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
- +# cd $(top_srcdir) && $(AUTOHEADER)
- +# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
- +#
- +#mostlyclean-hdr:
- +#
- +#clean-hdr:
- +#
- +#distclean-hdr:
- +# -rm -f config.h
- +#
- +#maintainer-clean-hdr:
- +#build.sh: $(top_builddir)/config.status build.sh.in
- +# cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
- +#
- +mostlyclean-binPROGRAMS:
- +
- +clean-binPROGRAMS:
- + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
- +
- +distclean-binPROGRAMS:
- +
- +maintainer-clean-binPROGRAMS:
- +
- +install-binPROGRAMS: $(bin_PROGRAMS)
- + @$(NORMAL_INSTALL)
- + $(mkinstalldirs) $(DESTDIR)$(bindir)
- + @list='$(bin_PROGRAMS)'; for p in $$list; do \
- + if test -f $$p; then \
- + echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
- + $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
- + else :; fi; \
- + done
- +
- +uninstall-binPROGRAMS:
- + @$(NORMAL_UNINSTALL)
- + list='$(bin_PROGRAMS)'; for p in $$list; do \
- + rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
- + done
- +
- +depend:
- + @echo No dependencies for 3rd_party qmake
- +
- +.c.o:
- + $(COMPILE) -c $<
- +
- +.s.o:
- + $(COMPILE) -c $<
- +
- +.S.o:
- + $(COMPILE) -c $<
- +
- +mostlyclean-compile:
- + -rm -f *.o core *.core
- +
- +clean-compile:
- +
- +distclean-compile:
- + -rm -f *.tab.c
- +
- +maintainer-clean-compile:
- +
- +make: $(make_OBJECTS) $(make_DEPENDENCIES)
- + @rm -f make
- + $(LINK) $(make_LDFLAGS) $(make_OBJECTS) $(make_LDADD) $(LIBS)
- +
- +make.info: make.texinfo
- +make.dvi: make.texinfo
- +
- +
- +DVIPS = dvips
- +
- +.texi.info:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +
- +.texi.dvi:
- + TEXINPUTS=.:$$TEXINPUTS \
- + MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
- +
- +.texi:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +
- +.texinfo.info:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +
- +.texinfo:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +
- +.texinfo.dvi:
- + TEXINPUTS=.:$$TEXINPUTS \
- + MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
- +
- +.txi.info:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +
- +.txi.dvi:
- + TEXINPUTS=.:$$TEXINPUTS \
- + MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
- +
- +.txi:
- + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- + cd $(srcdir) \
- + && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
- +.dvi.ps:
- + $(DVIPS) $< -o $@
- +
- +install-info-am: $(INFO_DEPS)
- + @$(NORMAL_INSTALL)
- + $(mkinstalldirs) $(DESTDIR)$(infodir)
- + @list='$(INFO_DEPS)'; \
- + for file in $$list; do \
- + d=$(srcdir); \
- + for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
- + if test -f $$d/$$ifile; then \
- + echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
- + $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
- + else : ; fi; \
- + done; \
- + done
- + @$(POST_INSTALL)
- + @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
- + list='$(INFO_DEPS)'; \
- + for file in $$list; do \
- + echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
- + install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
- + done; \
- + else : ; fi
- +
- +uninstall-info:
- + $(PRE_UNINSTALL)
- + @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
- + ii=yes; \
- + else ii=; fi; \
- + list='$(INFO_DEPS)'; \
- + for file in $$list; do \
- + test -z "$ii" \
- + || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
- + done
- + @$(NORMAL_UNINSTALL)
- + list='$(INFO_DEPS)'; \
- + for file in $$list; do \
- + (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
- + done
- +
- +dist-info: $(INFO_DEPS)
- + list='$(INFO_DEPS)'; \
- + for base in $$list; do \
- + d=$(srcdir); \
- + for file in `cd $$d && eval echo $$base*`; do \
- + test -f $(distdir)/$$file \
- + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- + || cp -p $$d/$$file $(distdir)/$$file; \
- + done; \
- + done
- +
- +mostlyclean-aminfo:
- + -rm -f make.aux make.cp make.cps make.dvi make.fn make.fns make.ky \
- + make.kys make.ps make.log make.pg make.toc make.tp make.tps \
- + make.vr make.vrs make.op make.tr make.cv make.cn
- +
- +clean-aminfo:
- +
- +distclean-aminfo:
- +
- +maintainer-clean-aminfo:
- + cd $(srcdir) && for i in $(INFO_DEPS); do \
- + rm -f $$i; \
- + if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
- + rm -f $$i-[0-9]*; \
- + fi; \
- + done
- +
- +install-man1:
- + $(mkinstalldirs) $(DESTDIR)$(man1dir)
- + @list='$(man1_MANS)'; \
- + l2='$(man_MANS)'; for i in $$l2; do \
- + case "$$i" in \
- + *.1*) list="$$list $$i" ;; \
- + esac; \
- + done; \
- + for i in $$list; do \
- + if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
- + else file=$$i; fi; \
- + ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- + inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- + echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
- + $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
- + done
- +
- +uninstall-man1:
- + @list='$(man1_MANS)'; \
- + l2='$(man_MANS)'; for i in $$l2; do \
- + case "$$i" in \
- + *.1*) list="$$list $$i" ;; \
- + esac; \
- + done; \
- + for i in $$list; do \
- + ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- + inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- + echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
- + rm -f $(DESTDIR)$(man1dir)/$$inst; \
- + done
- +install-man: $(MANS)
- + @$(NORMAL_INSTALL)
- + $(MAKE) $(AM_MAKEFLAGS) install-man1
- +uninstall-man:
- + @$(NORMAL_UNINSTALL)
- + $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
- +
- +# This directory's subdirectories are mostly independent; you can cd
- +# into them and run `make' without going through this Makefile.
- +# To change the values of `make' variables: instead of editing Makefiles,
- +# (1) if the variable is set in `config.status', edit `config.status'
- +# (which will cause the Makefiles to be regenerated when you run `make');
- +# (2) otherwise, pass the desired values on the `make' command line.
- +
- +
- +
- +all-recursive install-data-recursive install-exec-recursive \
- +installdirs-recursive install-recursive uninstall-recursive \
- +check-recursive installcheck-recursive info-recursive dvi-recursive:
- + @set fnord $(MAKEFLAGS); amf=$$2; \
- + dot_seen=no; \
- + target=`echo $@ | sed s/-recursive//`; \
- + list='$(SUBDIRS)'; for subdir in $$list; do \
- + echo "Making $$target in $$subdir"; \
- + if test "$$subdir" = "."; then \
- + dot_seen=yes; \
- + local_target="$$target-am"; \
- + else \
- + local_target="$$target"; \
- + fi; \
- + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- + done; \
- + if test "$$dot_seen" = "no"; then \
- + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- + fi; test -z "$$fail"
- +
- +mostlyclean-recursive clean-recursive distclean-recursive \
- +maintainer-clean-recursive:
- + @set fnord $(MAKEFLAGS); amf=$$2; \
- + dot_seen=no; \
- + rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- + rev="$$subdir $$rev"; \
- + test "$$subdir" = "." && dot_seen=yes; \
- + done; \
- + test "$$dot_seen" = "no" && rev=". $$rev"; \
- + target=`echo $@ | sed s/-recursive//`; \
- + for subdir in $$rev; do \
- + echo "Making $$target in $$subdir"; \
- + if test "$$subdir" = "."; then \
- + local_target="$$target-am"; \
- + else \
- + local_target="$$target"; \
- + fi; \
- + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- + done && test -z "$$fail"
- +tags-recursive:
- + list='$(SUBDIRS)'; for subdir in $$list; do \
- + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- + done
- +
- +tags: TAGS
- +
- +ID: $(HEADERS) $(SOURCES) $(LISP)
- + list='$(SOURCES) $(HEADERS)'; \
- + unique=`for i in $$list; do echo $$i; done | \
- + awk ' { files[$$0] = 1; } \
- + END { for (i in files) print i; }'`; \
- + here=`pwd` && cd $(srcdir) \
- + && mkid -f$$here/ID $$unique $(LISP)
- +
- +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
- + tags=; \
- + here=`pwd`; \
- + list='$(SUBDIRS)'; for subdir in $$list; do \
- + if test "$$subdir" = .; then :; else \
- + test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
- + fi; \
- + done; \
- + list='$(SOURCES) $(HEADERS)'; \
- + unique=`for i in $$list; do echo $$i; done | \
- + awk ' { files[$$0] = 1; } \
- + END { for (i in files) print i; }'`; \
- + test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
- + || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
- +
- +mostlyclean-tags:
- +
- +clean-tags:
- +
- +distclean-tags:
- + -rm -f TAGS ID
- +
- +maintainer-clean-tags:
- +
- +distdir = $(PACKAGE)-$(VERSION)
- +top_distdir = $(distdir)
- +
- +# This target untars the dist file and tries a VPATH configuration. Then
- +# it guarantees that the distribution is self-contained by making another
- +# tarfile.
- +distcheck: dist
- + -rm -rf $(distdir)
- + GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
- + mkdir $(distdir)/=build
- + mkdir $(distdir)/=inst
- + dc_install_base=`cd $(distdir)/=inst && pwd`; \
- + cd $(distdir)/=build \
- + && ../configure --srcdir=.. --prefix=$$dc_install_base \
- + && $(MAKE) $(AM_MAKEFLAGS) \
- + && $(MAKE) $(AM_MAKEFLAGS) dvi \
- + && $(MAKE) $(AM_MAKEFLAGS) check \
- + && $(MAKE) $(AM_MAKEFLAGS) install \
- + && $(MAKE) $(AM_MAKEFLAGS) installcheck \
- + && $(MAKE) $(AM_MAKEFLAGS) dist
- + -rm -rf $(distdir)
- + @banner="$(distdir).tar.gz is ready for distribution"; \
- + dashes=`echo "$$banner" | sed s/./=/g`; \
- + echo "$$dashes"; \
- + echo "$$banner"; \
- + echo "$$dashes"
- +dist: distdir
- + -chmod -R a+r $(distdir)
- + GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
- + -rm -rf $(distdir)
- +dist-all: distdir
- + -chmod -R a+r $(distdir)
- + GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
- + -rm -rf $(distdir)
- +distdir: $(DISTFILES)
- + -rm -rf $(distdir)
- + mkdir $(distdir)
- + -chmod 777 $(distdir)
- + @for file in $(DISTFILES); do \
- + d=$(srcdir); \
- + if test -d $$d/$$file; then \
- + cp -pr $$/$$file $(distdir)/$$file; \
- + else \
- + test -f $(distdir)/$$file \
- + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- + || cp -p $$d/$$file $(distdir)/$$file || :; \
- + fi; \
- + done
- + for subdir in $(SUBDIRS); do \
- + if test "$$subdir" = .; then :; else \
- + test -d $(distdir)/$$subdir \
- + || mkdir $(distdir)/$$subdir \
- + || exit 1; \
- + chmod 777 $(distdir)/$$subdir; \
- + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
- + || exit 1; \
- + fi; \
- + done
- + $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
- + $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
- +info-am: $(INFO_DEPS)
- +info: info-recursive
- +dvi-am: $(DVIS)
- +dvi: dvi-recursive
- +check-am: all-am
- + $(MAKE) $(AM_MAKEFLAGS) check-local
- +check: check-recursive
- +installcheck-am:
- +installcheck: installcheck-recursive
- +all-recursive-am: config.h
- + $(MAKE) $(AM_MAKEFLAGS) all-recursive
- +
- +install-exec-am: install-binPROGRAMS install-exec-local
- +install-exec: install-exec-recursive
- +
- +install-data-am: install-info-am install-man
- +install-data: install-data-recursive
- +
- +install-am: all-am
- + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- +install: install-recursive
- +uninstall-am: uninstall-binPROGRAMS uninstall-info uninstall-man
- +uninstall: uninstall-recursive
- +all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) config.h
- +all-redirect: all-recursive-am
- +install-strip:
- + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- +installdirs: installdirs-recursive
- +installdirs-am:
- + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(infodir) \
- + $(DESTDIR)$(mandir)/man1
- +
- +
- +mostlyclean-generic:
- + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
- +
- +clean-generic:
- + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
- +
- +distclean-generic:
- + -rm -f Makefile $(CONFIG_CLEAN_FILES)
- + -rm -f config.cache config.log stamp-h stamp-h[0-9]*
- +
- +maintainer-clean-generic:
- +mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
- + mostlyclean-compile mostlyclean-aminfo mostlyclean-tags \
- + mostlyclean-generic
- +
- +mostlyclean: mostlyclean-recursive
- +
- +clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-aminfo \
- + clean-tags clean-generic mostlyclean-am
- +
- +clean: clean-recursive
- +
- +distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
- + distclean-aminfo distclean-tags distclean-generic \
- + clean-am
- +
- +distclean: distclean-recursive
- + -rm -f config.status
- +
- +maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
- + maintainer-clean-compile maintainer-clean-aminfo \
- + maintainer-clean-tags maintainer-clean-generic \
- + distclean-am maintainer-clean-local
- + @echo "This command is intended for maintainers to use;"
- + @echo "it deletes files that may require special tools to rebuild."
- +
- +maintainer-clean: maintainer-clean-recursive
- + -rm -f config.status
- +
- +.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
- +mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
- +maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
- +mostlyclean-compile distclean-compile clean-compile \
- +maintainer-clean-compile install-info-am uninstall-info \
- +mostlyclean-aminfo distclean-aminfo clean-aminfo \
- +maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
- +uninstall-man install-data-recursive uninstall-data-recursive \
- +install-exec-recursive uninstall-exec-recursive installdirs-recursive \
- +uninstalldirs-recursive all-recursive check-recursive \
- +installcheck-recursive info-recursive dvi-recursive \
- +mostlyclean-recursive distclean-recursive clean-recursive \
- +maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
- +distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
- +dvi-am dvi check-local check check-am installcheck-am installcheck \
- +all-recursive-am install-exec-local install-exec-am install-exec \
- +install-data-am install-data install-am install uninstall-am uninstall \
- +all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
- +distclean-generic clean-generic maintainer-clean-generic clean \
- +mostlyclean distclean maintainer-clean
- +
- +
- +install-exec-local:
- + @if $(inst_setgid); then \
- + app=$(DESTDIR)$(bindir)/`echo $(bin_PROGRAMS)|sed '$(transform)'`; \
- + if chgrp $(inst_group) $$app && chmod g+s $$app; then \
- + echo "chgrp $(inst_group) $$app && chmod g+s $$app"; \
- + else \
- + echo "$$app needs to be owned by group $(inst_group) and setgid;"; \
- + echo "otherwise the \`-l' option will probably not work."; \
- + echo "You may need special privileges to complete the installation"; \
- + echo "of $$app."; \
- + fi; \
- + else true; fi
- +
- +# --------------- Local DIST Section
- +
- +# Install the w32 and tests subdirectories
- +#
- +dist-hook:
- + (cd $(srcdir); \
- + sub=`find w32 tests -follow \( -name CVS -prune -o -name work -prune \) -o \( -name \*.orig -o -name \*.rej -o -name \*~ -prune \) -o -type f -print`; \
- + tar chf - $$sub) \
- + | (cd $(distdir); tar xfBp -)
- +
- +# --------------- Local CHECK Section
- +
- +check-local: check-regression check-loadavg
- + @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
- + dashes=`echo "$$banner" | sed s/./=/g`; \
- + echo; \
- + echo "$$dashes"; \
- + echo "$$banner"; \
- + echo "$$dashes"; \
- + echo
- +
- +.PHONY: check-loadavg check-regression
- +
- +# > check-loadavg
- +#
- +loadavg: loadavg.c config.h
- + @rm -f loadavg
- + $(LINK) $(DEFS) $(CPPFLAGS) -DTEST $(make_LDFLAGS) loadavg.c $(LIBS)
- +
- +# We copy getloadavg.c into a different file rather than compiling it
- +# directly because some compilers clobber getloadavg.o in the process.
- +#
- +loadavg.c: getloadavg.c
- + ln $(srcdir)/getloadavg.c loadavg.c || \
- + cp $(srcdir)/getloadavg.c loadavg.c
- +
- +check-loadavg: loadavg
- + @echo The system uptime program believes the load average to be:
- + -uptime
- + @echo The GNU load average checking code believes:
- + -./loadavg
- +
- +check-regression:
- + @if test -f "$(srcdir)/tests/run_make_tests"; then \
- + if $(PERL) -v >/dev/null 2>&1; then \
- + case `cd $(srcdir); pwd` in `pwd`) : ;; \
- + *) test -d tests || mkdir tests; \
- + rm -f srctests; \
- + if ln -s "$(srcdir)/tests" srctests; then \
- + for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \
- + rm -f tests/$$f; ln -s ../srctests/$$f tests; \
- + done; fi ;; \
- + esac; \
- + echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS)"; \
- + cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS); \
- + else \
- + echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
- + fi; \
- + else \
- + echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \
- + fi
- +
- +# --------------- Local CLEAN section
- +
- +maintainer-clean-local:
- + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- +
- +# --------------- Maintainer's Section
- +
- +
- +
- +# Tell versions [3.59,3.63) of GNU make to not export all variables.
- +# Otherwise a system limit (for SysV at least) may be exceeded.
- +.NOEXPORT:
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.h SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.h
- --- orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.h 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.h 2011-04-05 10:27:53.000000000 -0700
- @@ -0,0 +1,379 @@
- +/* config.h. Generated automatically by configure. */
- +/* config.h.in. Generated automatically from configure.in by autoheader. */
- +
- +/* Define if on AIX 3.
- + System headers sometimes define this.
- + We just want to avoid a redefinition error message. */
- +#ifndef _ALL_SOURCE
- +/* #undef _ALL_SOURCE */
- +#endif
- +
- +/* Define if using alloca.c. */
- +/* #undef C_ALLOCA */
- +
- +/* Define if the closedir function returns void instead of int. */
- +/* #undef CLOSEDIR_VOID */
- +
- +/* Define to empty if the keyword does not work. */
- +/* #undef const */
- +
- +/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- + This function is required for alloca.c support on those systems. */
- +/* #undef CRAY_STACKSEG_END */
- +
- +/* Define for DGUX with <sys/dg_sys_info.h>. */
- +/* #undef DGUX */
- +
- +/* Define if the `getloadavg' function needs to be run setuid or setgid. */
- +/* #undef GETLOADAVG_PRIVILEGED */
- +
- +/* Define to `int' if <sys/types.h> doesn't define. */
- +/* #undef gid_t */
- +
- +/* Define if you have alloca, as a function or macro. */
- +#define HAVE_ALLOCA 1
- +
- +/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
- +#define HAVE_ALLOCA_H 1
- +
- +/* Define if you don't have vprintf but do have _doprnt. */
- +/* #undef HAVE_DOPRNT */
- +
- +/* Define if your system has a working fnmatch function. */
- +/* #undef HAVE_FNMATCH */
- +
- +/* Define if your system has its own `getloadavg' function. */
- +/* #undef HAVE_GETLOADAVG */
- +
- +/* Define if you have the getmntent function. */
- +/* #undef HAVE_GETMNTENT */
- +
- +/* Define if the `long double' type works. */
- +/* #undef HAVE_LONG_DOUBLE */
- +
- +/* Define if you support file names longer than 14 characters. */
- +/* #undef HAVE_LONG_FILE_NAMES */
- +
- +/* Define if you have a working `mmap' system call. */
- +/* #undef HAVE_MMAP */
- +
- +/* Define if system calls automatically restart after interruption
- + by a signal. */
- +/* #undef HAVE_RESTARTABLE_SYSCALLS */
- +
- +/* Define if your struct stat has st_blksize. */
- +/* #undef HAVE_ST_BLKSIZE */
- +
- +/* Define if your struct stat has st_blocks. */
- +/* #undef HAVE_ST_BLOCKS */
- +
- +/* Define if you have the strcoll function and it is properly defined. */
- +#define HAVE_STRCOLL 1
- +
- +/* Define if your struct stat has st_rdev. */
- +/* #undef HAVE_ST_RDEV */
- +
- +/* Define if you have the strftime function. */
- +/* #undef HAVE_STRFTIME */
- +
- +/* Define if you have the ANSI # stringizing operator in cpp. */
- +/* #undef HAVE_STRINGIZE */
- +
- +/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
- +#define HAVE_SYS_WAIT_H 1
- +
- +/* Define if your struct tm has tm_zone. */
- +/* #undef HAVE_TM_ZONE */
- +
- +/* Define if you don't have tm_zone but do have the external array
- + tzname. */
- +/* #undef HAVE_TZNAME */
- +
- +/* Define if you have <unistd.h>. */
- +#define HAVE_UNISTD_H 1
- +
- +/* Define if utime(file, NULL) sets file's timestamp to the present. */
- +/* #undef HAVE_UTIME_NULL */
- +
- +/* Define if you have <vfork.h>. */
- +/* #undef HAVE_VFORK_H */
- +
- +/* Define if you have the vprintf function. */
- +#define HAVE_VPRINTF 1
- +
- +/* Define if you have the wait3 system call. */
- +#define HAVE_WAIT3 1
- +
- +/* Define if on MINIX. */
- +/* #undef _MINIX */
- +
- +/* Define if your struct nlist has an n_un member. */
- +/* #undef NLIST_NAME_UNION */
- +
- +/* Define if you have <nlist.h>. */
- +/* #undef NLIST_STRUCT */
- +
- +/* Define if your C compiler doesn't accept -c and -o together. */
- +/* #undef NO_MINUS_C_MINUS_O */
- +
- +/* Define to `int' if <sys/types.h> doesn't define. */
- +/* #undef pid_t */
- +
- +/* Define if the system does not provide POSIX.1 features except
- + with this defined. */
- +/* #undef _POSIX_1_SOURCE */
- +
- +/* Define if you need to in order for stat and other things to work. */
- +/* #undef _POSIX_SOURCE */
- +
- +/* Define as the return type of signal handlers (int or void). */
- +#define RETSIGTYPE void
- +
- +/* Define if the setvbuf function takes the buffering type as its second
- + argument and the buffer pointer as the third, as on System V
- + before release 3. */
- +/* #undef SETVBUF_REVERSED */
- +
- +/* If using the C implementation of alloca, define if you know the
- + direction of stack growth for your system; otherwise it will be
- + automatically deduced at run-time.
- + STACK_DIRECTION > 0 => grows toward higher addresses
- + STACK_DIRECTION < 0 => grows toward lower addresses
- + STACK_DIRECTION = 0 => direction of growth unknown
- + */
- +/* #undef STACK_DIRECTION */
- +
- +/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
- +/* #undef STAT_MACROS_BROKEN */
- +
- +/* Define if you have the ANSI C header files. */
- +#define STDC_HEADERS 1
- +
- +/* Define on System V Release 4. */
- +#define SVR4 1
- +
- +/* Define if `sys_siglist' is declared by <signal.h>. */
- +#define SYS_SIGLIST_DECLARED 1
- +
- +/* Define to `int' if <sys/types.h> doesn't define. */
- +/* #undef uid_t */
- +
- +/* Define for Encore UMAX. */
- +/* #undef UMAX */
- +
- +/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
- + instead of <sys/cpustats.h>. */
- +/* #undef UMAX4_3 */
- +
- +/* Define vfork as fork if vfork does not work. */
- +/* #undef vfork */
- +
- +/* Define to the name of the SCCS `get' command. */
- +#define SCCS_GET "get"
- +
- +/* Define this if the SCCS `get' command understands the `-G<file>' option. */
- +/* #undef SCCS_GET_MINUS_G */
- +
- +/* Define this to enable job server support in GNU make. */
- +#define MAKE_JOBSERVER 1
- +
- +/* Define to be the nanoseconds member of struct stat's st_mtim,
- + if it exists. */
- +/* #undef ST_MTIM_NSEC */
- +
- +/* Define this if the C library defines the variable `sys_siglist'. */
- +#define HAVE_SYS_SIGLIST 1
- +
- +/* Define this if the C library defines the variable `_sys_siglist'. */
- +/* #undef HAVE__SYS_SIGLIST */
- +
- +/* Define this if you have the `union wait' type in <sys/wait.h>. */
- +/* #undef HAVE_UNION_WAIT */
- +
- +/* Define to `unsigned long' or `unsigned long long'
- + if <inttypes.h> doesn't define. */
- +/* #undef uintmax_t */
- +
- +/* Define if the system doesn't provide fd_set. */
- +/* #undef fd_set */
- +
- +/* Define the type of the first arg to select(). */
- +#define fd_set_size_t int
- +
- +/* Define this if select() args need to be cast away from fd_set (HP-UX). */
- +#define SELECT_FD_SET_CAST
- +
- +/* Define if you have the INTTYPES_H function. */
- +#define HAVE_INTTYPES_H 1
- +
- +/* Define if you have the clock_gettime function. */
- +/* #undef HAVE_CLOCK_GETTIME */
- +
- +/* Define if you have the dup2 function. */
- +#define HAVE_DUP2 1
- +
- +/* Define if you have the getcwd function. */
- +#define HAVE_GETCWD 1
- +
- +/* Define if you have the getgroups function. */
- +#define HAVE_GETGROUPS 1
- +
- +/* Define if you have the gethostbyname function. */
- +/* #undef HAVE_GETHOSTBYNAME */
- +
- +/* Define if you have the gethostname function. */
- +/* #undef HAVE_GETHOSTNAME */
- +
- +/* Define if you have the getloadavg function. */
- +/* #undef HAVE_GETLOADAVG */
- +
- +/* Define if you have the memmove function. */
- +#define HAVE_MEMMOVE 1
- +
- +/* Define if you have the mktemp function. */
- +#define HAVE_MKTEMP 1
- +
- +/* Define if you have the pipe function. */
- +#define HAVE_PIPE 1
- +
- +/* Define if you have the psignal function. */
- +#define HAVE_PSIGNAL 1
- +
- +/* Define if you have the pstat_getdynamic function. */
- +/* #undef HAVE_PSTAT_GETDYNAMIC */
- +
- +/* Define if you have the select function. */
- +#define HAVE_SELECT 1
- +
- +/* Define if you have the setegid function. */
- +#define HAVE_SETEGID 1
- +
- +/* Define if you have the seteuid function. */
- +#define HAVE_SETEUID 1
- +
- +/* Define if you have the setlinebuf function. */
- +#define HAVE_SETLINEBUF 1
- +
- +/* Define if you have the setregid function. */
- +#define HAVE_SETREGID 1
- +
- +/* Define if you have the setreuid function. */
- +#define HAVE_SETREUID 1
- +
- +/* Define if you have the sigaction function. */
- +#define HAVE_SIGACTION 1
- +
- +/* Define if you have the sigsetmask function. */
- +#define HAVE_SIGSETMASK 1
- +
- +/* Define if you have the socket function. */
- +/* #undef HAVE_SOCKET */
- +
- +/* Define if you have the strcasecmp function. */
- +/* #undef HAVE_STRCASECMP */
- +
- +/* Define if you have the strdup function. */
- +#define HAVE_STRDUP 1
- +
- +/* Define if you have the strerror function. */
- +#define HAVE_STRERROR 1
- +
- +/* Define if you have the strsignal function. */
- +#define HAVE_STRSIGNAL 1
- +
- +/* Define if you have the wait3 function. */
- +#define HAVE_WAIT3 1
- +
- +/* Define if you have the waitpid function. */
- +#define HAVE_WAITPID 1
- +
- +/* Define if you have the <dirent.h> header file. */
- +#define HAVE_DIRENT_H 1
- +
- +/* Define if you have the <dmalloc.h> header file. */
- +/* #undef HAVE_DMALLOC_H */
- +
- +/* Define if you have the <fcntl.h> header file. */
- +#define HAVE_FCNTL_H 1
- +
- +/* Define if you have the <limits.h> header file. */
- +#define HAVE_LIMITS_H 1
- +
- +/* Define if you have the <mach/mach.h> header file. */
- +/* #undef HAVE_MACH_MACH_H */
- +
- +/* Define if you have the <memory.h> header file. */
- +#define HAVE_MEMORY_H 1
- +
- +/* Define if you have the <ndir.h> header file. */
- +/* #undef HAVE_NDIR_H */
- +
- +/* Define if you have the <stdlib.h> header file. */
- +#define HAVE_STDLIB_H 1
- +
- +/* Define if you have the <string.h> header file. */
- +#define HAVE_STRING_H 1
- +
- +/* Define if you have the <sys/dir.h> header file. */
- +/* #undef HAVE_SYS_DIR_H */
- +
- +/* Define if you have the <sys/ndir.h> header file. */
- +/* #undef HAVE_SYS_NDIR_H */
- +
- +/* Define if you have the <sys/param.h> header file. */
- +#define HAVE_SYS_PARAM_H 1
- +
- +/* Define if you have the <sys/select.h> header file. */
- +#define HAVE_SYS_SELECT_H 1
- +
- +/* Define if you have the <sys/socket.h> header file. */
- +#define HAVE_SYS_SOCKET_H 1
- +
- +/* Define if you have the <sys/time.h> header file. */
- +#define HAVE_SYS_TIME_H 1
- +
- +/* Define if you have the <sys/timeb.h> header file. */
- +#define HAVE_SYS_TIMEB_H 1
- +
- +/* Define if you have the <sys/types.h> header file. */
- +#define HAVE_SYS_TYPES_H 1
- +
- +/* Define if you have the <sys/wait.h> header file. */
- +#define HAVE_SYS_WAIT_H 1
- +
- +/* Define if you have the <unistd.h> header file. */
- +#define HAVE_UNISTD_H 1
- +
- +/* Define if you have the dgc library (-ldgc). */
- +/* #undef HAVE_LIBDGC */
- +
- +/* Define if you have the dmalloc library (-ldmalloc). */
- +/* #undef HAVE_LIBDMALLOC */
- +
- +/* Define if you have the kstat library (-lkstat). */
- +/* #undef HAVE_LIBKSTAT */
- +
- +/* Define if you have the posix4 library (-lposix4). */
- +/* #undef HAVE_LIBPOSIX4 */
- +
- +/* Define if you have the sun library (-lsun). */
- +/* #undef HAVE_LIBSUN */
- +
- +/* Name of package */
- +#define PACKAGE "make"
- +
- +/* Version number of package */
- +#define VERSION "3.78.1"
- +
- +/* Number of bits in a file offset, on hosts where this is settable. */
- +#define _FILE_OFFSET_BITS 64
- +
- +/* Define to make fseeko etc. visible, on some hosts. */
- +/* #undef _LARGEFILE_SOURCE */
- +
- +/* Define for large files, on AIX-style hosts. */
- +/* #undef _LARGE_FILES */
- +
- +/* Build host information. */
- +#define MAKE_HOST "i586-pc-linux-gnu"
- +
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.status SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.status
- --- orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.status 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/config.status 2011-04-05 10:27:53.000000000 -0700
- @@ -0,0 +1,492 @@
- +#! /bin/sh
- +# Generated automatically by configure.
- +# Run this file to recreate the current configuration.
- +# This directory was configured as follows,
- +# on host LIS
- +#
- +# ../configure --srcdir=..
- +#
- +# Compiler output produced by configure, useful for debugging
- +# configure, is in ./config.log if it exists.
- +
- +ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
- +for ac_option
- +do
- + case "$ac_option" in
- + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- + echo "running ${CONFIG_SHELL-/bin/sh} ../configure --srcdir=.. --no-create --no-recursion"
- + exec ${CONFIG_SHELL-/bin/sh} ../configure --srcdir=.. --no-create --no-recursion ;;
- + -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- + echo "./config.status generated by autoconf version 2.13"
- + exit 0 ;;
- + -help | --help | --hel | --he | --h)
- + echo "$ac_cs_usage"; exit 0 ;;
- + *) echo "$ac_cs_usage"; exit 1 ;;
- + esac
- +done
- +
- +ac_given_srcdir=..
- +ac_given_INSTALL="/usr/bin/install -c"
- +
- +trap 'rm -fr build.sh Makefile glob/Makefile config.h conftest*; exit 1' 1 2 15
- +
- +# Protect against being on the right side of a sed subst in config.status.
- +sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
- + s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
- +
- +
- +s%@SHELL@%/bin/sh%g
- +s%@CFLAGS@%-g -O2%g
- +s%@CPPFLAGS@%%g
- +s%@CXXFLAGS@%%g
- +s%@FFLAGS@%%g
- +s%@DEFS@%-DHAVE_CONFIG_H%g
- +s%@LDFLAGS@%%g
- +s%@LIBS@%-lelf %g
- +s%@exec_prefix@%${prefix}%g
- +s%@prefix@%/usr/local%g
- +s%@program_transform_name@%s,x,x,%g
- +s%@bindir@%${exec_prefix}/bin%g
- +s%@sbindir@%${exec_prefix}/sbin%g
- +s%@libexecdir@%${exec_prefix}/libexec%g
- +s%@datadir@%${prefix}/share%g
- +s%@sysconfdir@%${prefix}/etc%g
- +s%@sharedstatedir@%${prefix}/com%g
- +s%@localstatedir@%${prefix}/var%g
- +s%@libdir@%${exec_prefix}/lib%g
- +s%@includedir@%${prefix}/include%g
- +s%@oldincludedir@%/usr/include%g
- +s%@infodir@%${prefix}/info%g
- +s%@mandir@%${prefix}/man%g
- +s%@INSTALL_PROGRAM@%${INSTALL}%g
- +s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
- +s%@INSTALL_DATA@%${INSTALL} -m 644%g
- +s%@PACKAGE@%make%g
- +s%@VERSION@%3.78.1%g
- +s%@ACLOCAL@%aclocal%g
- +s%@AUTOCONF@%autoconf%g
- +s%@AUTOMAKE@%automake%g
- +s%@AUTOHEADER@%autoheader%g
- +s%@MAKEINFO@%makeinfo%g
- +s%@SET_MAKE@%%g
- +s%@host@%i586-pc-linux-gnu%g
- +s%@host_alias@%i586-pc-linux-gnu%g
- +s%@host_cpu@%i586%g
- +s%@host_vendor@%pc%g
- +s%@host_os@%linux-gnu%g
- +s%@CC@%gcc%g
- +s%@AR@%ar%g
- +s%@RANLIB@%ranlib%g
- +s%@CPP@%gcc -E%g
- +s%@PERL@%perl%g
- +s%@build@%i586-pc-linux-gnu%g
- +s%@build_alias@%i586-pc-linux-gnu%g
- +s%@build_cpu@%i586%g
- +s%@build_vendor@%pc%g
- +s%@build_os@%linux-gnu%g
- +s%@GETCONF@%getconf%g
- +s%@LIBOBJS@% getloadavg.o%g
- +s%@ALLOCA@%%g
- +s%@NEED_SETGID@%false%g
- +s%@KMEM_GROUP@%%g
- +s%@REMOTE@%stub%g
- +s%@GLOBLIB@%%g
- +s%@MAKE_HOST@%i586-pc-linux-gnu%g
- +/@MAINT_MAKEFILE@/r /dev/null
- +s%@MAINT_MAKEFILE@%%g
- +
- +CEOF
- +
- +# Split the substitutions into bite-sized pieces for seds with
- +# small command number limits, like on Digital OSF/1 and HP-UX.
- +ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
- +ac_file=1 # Number of current file.
- +ac_beg=1 # First line for current file.
- +ac_end=$ac_max_sed_cmds # Line after last line for current file.
- +ac_more_lines=:
- +ac_sed_cmds=""
- +while $ac_more_lines; do
- + if test $ac_beg -gt 1; then
- + sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
- + else
- + sed "${ac_end}q" conftest.subs > conftest.s$ac_file
- + fi
- + if test ! -s conftest.s$ac_file; then
- + ac_more_lines=false
- + rm -f conftest.s$ac_file
- + else
- + if test -z "$ac_sed_cmds"; then
- + ac_sed_cmds="sed -f conftest.s$ac_file"
- + else
- + ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
- + fi
- + ac_file=`expr $ac_file + 1`
- + ac_beg=$ac_end
- + ac_end=`expr $ac_end + $ac_max_sed_cmds`
- + fi
- +done
- +if test -z "$ac_sed_cmds"; then
- + ac_sed_cmds=cat
- +fi
- +
- +CONFIG_FILES=${CONFIG_FILES-"build.sh Makefile glob/Makefile"}
- +for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
- + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- + case "$ac_file" in
- + *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
- + ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- + *) ac_file_in="${ac_file}.in" ;;
- + esac
- +
- + # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
- +
- + # Remove last slash and all that follows it. Not all systems have dirname.
- + ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
- + if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- + # The file is in a subdirectory.
- + test ! -d "$ac_dir" && mkdir "$ac_dir"
- + ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
- + # A "../" for each directory in $ac_dir_suffix.
- + ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- + else
- + ac_dir_suffix= ac_dots=
- + fi
- +
- + case "$ac_given_srcdir" in
- + .) srcdir=.
- + if test -z "$ac_dots"; then top_srcdir=.
- + else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- + /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
- + *) # Relative path.
- + srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- + top_srcdir="$ac_dots$ac_given_srcdir" ;;
- + esac
- +
- + case "$ac_given_INSTALL" in
- + [/$]*) INSTALL="$ac_given_INSTALL" ;;
- + *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- + esac
- +
- + echo creating "$ac_file"
- + rm -f "$ac_file"
- + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- + case "$ac_file" in
- + *Makefile*) ac_comsub="1i\\
- +# $configure_input" ;;
- + *) ac_comsub= ;;
- + esac
- +
- + ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
- + sed -e "$ac_comsub
- +s%@configure_input@%$configure_input%g
- +s%@srcdir@%$srcdir%g
- +s%@top_srcdir@%$top_srcdir%g
- +s%@INSTALL@%$INSTALL%g
- +" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
- +fi; done
- +rm -f conftest.s*
- +
- +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
- +# NAME is the cpp macro being defined and VALUE is the value it is being given.
- +#
- +# ac_d sets the value in "#define NAME VALUE" lines.
- +ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
- +ac_dB='\([ ][ ]*\)[^ ]*%#\2'
- +ac_dC='\3'
- +ac_dD='%g'
- +# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
- +ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
- +ac_uB='\([ ]\)%#\2define\3'
- +ac_uC=' '
- +ac_uD='\4%g'
- +# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
- +ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
- +ac_eB='$%#\2define\3'
- +ac_eC=' '
- +ac_eD='%g'
- +
- +if test "${CONFIG_HEADERS+set}" != set; then
- + CONFIG_HEADERS="config.h"
- +fi
- +for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
- + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- + case "$ac_file" in
- + *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
- + ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- + *) ac_file_in="${ac_file}.in" ;;
- + esac
- +
- + echo creating $ac_file
- +
- + rm -f conftest.frag conftest.in conftest.out
- + ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
- + cat $ac_file_inputs > conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"make"${ac_dD}
- +${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"make"${ac_uD}
- +${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"make"${ac_eD}
- +${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"3.78.1"${ac_dD}
- +${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"3.78.1"${ac_uD}
- +${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"3.78.1"${ac_eD}
- +${ac_dA}_FILE_OFFSET_BITS${ac_dB}_FILE_OFFSET_BITS${ac_dC}64${ac_dD}
- +${ac_uA}_FILE_OFFSET_BITS${ac_uB}_FILE_OFFSET_BITS${ac_uC}64${ac_uD}
- +${ac_eA}_FILE_OFFSET_BITS${ac_eB}_FILE_OFFSET_BITS${ac_eC}64${ac_eD}
- +${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
- +${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
- +${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
- +${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
- +${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
- +${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
- +${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_TIMEB_H${ac_dB}HAVE_SYS_TIMEB_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_TIMEB_H${ac_uB}HAVE_SYS_TIMEB_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_TIMEB_H${ac_eB}HAVE_SYS_TIMEB_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_INTTYPES_H${ac_eB}HAVE_INTTYPES_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STRDUP${ac_eB}HAVE_STRDUP${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_PSIGNAL${ac_dB}HAVE_PSIGNAL${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_PSIGNAL${ac_uB}HAVE_PSIGNAL${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_PSIGNAL${ac_eB}HAVE_PSIGNAL${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_MKTEMP${ac_dB}HAVE_MKTEMP${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_MKTEMP${ac_uB}HAVE_MKTEMP${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_MKTEMP${ac_eB}HAVE_MKTEMP${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_DUP2${ac_dB}HAVE_DUP2${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_DUP2${ac_uB}HAVE_DUP2${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_DUP2${ac_eB}HAVE_DUP2${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_GETCWD${ac_dB}HAVE_GETCWD${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_GETCWD${ac_uB}HAVE_GETCWD${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_GETCWD${ac_eB}HAVE_GETCWD${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SIGSETMASK${ac_dB}HAVE_SIGSETMASK${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SIGSETMASK${ac_uB}HAVE_SIGSETMASK${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SIGSETMASK${ac_eB}HAVE_SIGSETMASK${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SIGACTION${ac_dB}HAVE_SIGACTION${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SIGACTION${ac_uB}HAVE_SIGACTION${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SIGACTION${ac_eB}HAVE_SIGACTION${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_GETGROUPS${ac_dB}HAVE_GETGROUPS${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_GETGROUPS${ac_uB}HAVE_GETGROUPS${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_GETGROUPS${ac_eB}HAVE_GETGROUPS${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_SETLINEBUF${ac_dB}HAVE_SETLINEBUF${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SETLINEBUF${ac_uB}HAVE_SETLINEBUF${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SETLINEBUF${ac_eB}HAVE_SETLINEBUF${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SETEUID${ac_dB}HAVE_SETEUID${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SETEUID${ac_uB}HAVE_SETEUID${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SETEUID${ac_eB}HAVE_SETEUID${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SETEGID${ac_dB}HAVE_SETEGID${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SETEGID${ac_uB}HAVE_SETEGID${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SETEGID${ac_eB}HAVE_SETEGID${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SETREUID${ac_dB}HAVE_SETREUID${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SETREUID${ac_uB}HAVE_SETREUID${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SETREUID${ac_eB}HAVE_SETREUID${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_SETREGID${ac_dB}HAVE_SETREGID${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SETREGID${ac_uB}HAVE_SETREGID${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SETREGID${ac_eB}HAVE_SETREGID${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_PIPE${ac_dB}HAVE_PIPE${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_PIPE${ac_uB}HAVE_PIPE${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_PIPE${ac_eB}HAVE_PIPE${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_STRSIGNAL${ac_dB}HAVE_STRSIGNAL${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STRSIGNAL${ac_uB}HAVE_STRSIGNAL${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STRSIGNAL${ac_eB}HAVE_STRSIGNAL${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_SYS_SIGLIST${ac_dB}HAVE_SYS_SIGLIST${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_SIGLIST${ac_uB}HAVE_SYS_SIGLIST${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_SIGLIST${ac_eB}HAVE_SYS_SIGLIST${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_VPRINTF${ac_dB}HAVE_VPRINTF${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_VPRINTF${ac_uB}HAVE_VPRINTF${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_VPRINTF${ac_eB}HAVE_VPRINTF${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_STRCOLL${ac_dB}HAVE_STRCOLL${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_STRCOLL${ac_uB}HAVE_STRCOLL${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_STRCOLL${ac_eB}HAVE_STRCOLL${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SELECT${ac_dB}HAVE_SELECT${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SELECT${ac_uB}HAVE_SELECT${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SELECT${ac_eB}HAVE_SELECT${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_SELECT_H${ac_dB}HAVE_SYS_SELECT_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_SELECT_H${ac_uB}HAVE_SYS_SELECT_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_SELECT_H${ac_eB}HAVE_SYS_SELECT_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_SOCKET_H${ac_eB}HAVE_SYS_SOCKET_H${ac_eC}1${ac_eD}
- +${ac_dA}fd_set_size_t${ac_dB}fd_set_size_t${ac_dC}int${ac_dD}
- +${ac_uA}fd_set_size_t${ac_uB}fd_set_size_t${ac_uC}int${ac_uD}
- +${ac_eA}fd_set_size_t${ac_eB}fd_set_size_t${ac_eC}int${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}SELECT_FD_SET_CAST${ac_dB}SELECT_FD_SET_CAST${ac_dC}${ac_dD}
- +${ac_uA}SELECT_FD_SET_CAST${ac_uB}SELECT_FD_SET_CAST${ac_uC}${ac_uD}
- +${ac_eA}SELECT_FD_SET_CAST${ac_eB}SELECT_FD_SET_CAST${ac_eC}${ac_eD}
- +${ac_dA}SVR4${ac_dB}SVR4${ac_dC}1${ac_dD}
- +${ac_uA}SVR4${ac_uB}SVR4${ac_uC}1${ac_uD}
- +${ac_eA}SVR4${ac_eB}SVR4${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_SYS_WAIT_H${ac_eB}HAVE_SYS_WAIT_H${ac_eC}1${ac_eD}
- +${ac_dA}HAVE_WAITPID${ac_dB}HAVE_WAITPID${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_WAITPID${ac_uB}HAVE_WAITPID${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_WAITPID${ac_eB}HAVE_WAITPID${ac_eC}1${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}HAVE_WAIT3${ac_dB}HAVE_WAIT3${ac_dC}1${ac_dD}
- +${ac_uA}HAVE_WAIT3${ac_uB}HAVE_WAIT3${ac_uC}1${ac_uD}
- +${ac_eA}HAVE_WAIT3${ac_eB}HAVE_WAIT3${ac_eC}1${ac_eD}
- +${ac_dA}SYS_SIGLIST_DECLARED${ac_dB}SYS_SIGLIST_DECLARED${ac_dC}1${ac_dD}
- +${ac_uA}SYS_SIGLIST_DECLARED${ac_uB}SYS_SIGLIST_DECLARED${ac_uC}1${ac_uD}
- +${ac_eA}SYS_SIGLIST_DECLARED${ac_eB}SYS_SIGLIST_DECLARED${ac_eC}1${ac_eD}
- +${ac_dA}MAKE_JOBSERVER${ac_dB}MAKE_JOBSERVER${ac_dC}1${ac_dD}
- +${ac_uA}MAKE_JOBSERVER${ac_uB}MAKE_JOBSERVER${ac_uC}1${ac_uD}
- +${ac_eA}MAKE_JOBSERVER${ac_eB}MAKE_JOBSERVER${ac_eC}1${ac_eD}
- +${ac_dA}SCCS_GET${ac_dB}SCCS_GET${ac_dC}"get"${ac_dD}
- +${ac_uA}SCCS_GET${ac_uB}SCCS_GET${ac_uC}"get"${ac_uD}
- +${ac_eA}SCCS_GET${ac_eB}SCCS_GET${ac_eC}"get"${ac_eD}
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + cat > conftest.frag <<CEOF
- +${ac_dA}MAKE_HOST${ac_dB}MAKE_HOST${ac_dC}"i586-pc-linux-gnu"${ac_dD}
- +${ac_uA}MAKE_HOST${ac_uB}MAKE_HOST${ac_uC}"i586-pc-linux-gnu"${ac_uD}
- +${ac_eA}MAKE_HOST${ac_eB}MAKE_HOST${ac_eC}"i586-pc-linux-gnu"${ac_eD}
- +s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
- +CEOF
- + sed -f conftest.frag conftest.in > conftest.out
- + rm -f conftest.in
- + mv conftest.out conftest.in
- +
- + rm -f conftest.frag conftest.h
- + echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
- + cat conftest.in >> conftest.h
- + rm -f conftest.in
- + if cmp -s $ac_file conftest.h 2>/dev/null; then
- + echo "$ac_file is unchanged"
- + rm -f conftest.h
- + else
- + # Remove last slash and all that follows it. Not all systems have dirname.
- + ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
- + if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- + # The file is in a subdirectory.
- + test ! -d "$ac_dir" && mkdir "$ac_dir"
- + fi
- + rm -f $ac_file
- + mv conftest.h $ac_file
- + fi
- +fi; done
- +
- +
- +
- +test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
- +
- +exit 0
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/glob/Makefile SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/glob/Makefile
- --- orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/glob/Makefile 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/glob/Makefile 2011-04-05 10:27:53.000000000 -0700
- @@ -0,0 +1,273 @@
- +# Generated automatically from Makefile.in by configure.
- +# Makefile.in generated automatically by automake 1.4 from Makefile.am
- +
- +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
- +# This Makefile.in is free software; the Free Software Foundation
- +# gives unlimited permission to copy and/or distribute it,
- +# with or without modifications, as long as this notice is preserved.
- +
- +# This program is distributed in the hope that it will be useful,
- +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- +# PARTICULAR PURPOSE.
- +
- +# -*-Makefile-*-, or close enough
- +
- +
- +SHELL = /bin/sh
- +
- +srcdir = ../../glob
- +top_srcdir = ../..
- +VPATH = ../../glob
- +prefix = /usr/local
- +exec_prefix = ${prefix}
- +
- +bindir = ${exec_prefix}/bin
- +sbindir = ${exec_prefix}/sbin
- +libexecdir = ${exec_prefix}/libexec
- +datadir = ${prefix}/share
- +sysconfdir = ${prefix}/etc
- +sharedstatedir = ${prefix}/com
- +localstatedir = ${prefix}/var
- +libdir = ${exec_prefix}/lib
- +infodir = ${prefix}/info
- +mandir = ${prefix}/man
- +includedir = ${prefix}/include
- +oldincludedir = /usr/include
- +
- +DESTDIR =
- +
- +pkgdatadir = $(datadir)/make
- +pkglibdir = $(libdir)/make
- +pkgincludedir = $(includedir)/make
- +
- +top_builddir = ..
- +
- +ACLOCAL = aclocal
- +AUTOCONF = autoconf
- +AUTOMAKE = automake
- +AUTOHEADER = autoheader
- +
- +INSTALL = /usr/bin/install -c
- +INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
- +INSTALL_DATA = ${INSTALL} -m 644
- +INSTALL_SCRIPT = ${INSTALL_PROGRAM}
- +transform = s,x,x,
- +
- +NORMAL_INSTALL = :
- +PRE_INSTALL = :
- +POST_INSTALL = :
- +NORMAL_UNINSTALL = :
- +PRE_UNINSTALL = :
- +POST_UNINSTALL = :
- +host_alias = i586-pc-linux-gnu
- +host_triplet = i586-pc-linux-gnu
- +AR = ar
- +CC = gcc
- +CPP = gcc -E
- +GETCONF = getconf
- +GLOBLIB =
- +LIBOBJS = getloadavg.o
- +MAKEINFO = makeinfo
- +MAKE_HOST = i586-pc-linux-gnu
- +PACKAGE = make
- +PERL = perl
- +RANLIB = ranlib
- +REMOTE = stub
- +VERSION = 3.78.1
- +
- +AUTOMAKE_OPTIONS = 1.4 foreign
- +
- +noinst_LIBRARIES = libglob.a
- +
- +libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
- +
- +EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile configure.bat
- +
- +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- +CONFIG_HEADER = ../config.h
- +CONFIG_CLEAN_FILES =
- +LIBRARIES = $(noinst_LIBRARIES)
- +
- +
- +DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
- +CPPFLAGS =
- +LDFLAGS =
- +LIBS = -lelf
- +libglob_a_LIBADD =
- +libglob_a_OBJECTS = glob.o fnmatch.o
- +CFLAGS = -g -O2
- +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- +CCLD = $(CC)
- +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
- +DIST_COMMON = COPYING.LIB ChangeLog Makefile.am Makefile.in
- +
- +
- +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
- +
- +TAR = gtar
- +GZIP_ENV = --best
- +SOURCES = $(libglob_a_SOURCES)
- +OBJECTS = $(libglob_a_OBJECTS)
- +
- +all: all-redirect
- +.SUFFIXES:
- +.SUFFIXES: .S .c .o .s
- +#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- +# cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps glob/Makefile
- +#
- +#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- +# cd $(top_builddir) \
- +# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
- +
- +
- +mostlyclean-noinstLIBRARIES:
- +
- +clean-noinstLIBRARIES:
- + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
- +
- +distclean-noinstLIBRARIES:
- +
- +maintainer-clean-noinstLIBRARIES:
- +
- +.c.o:
- + $(COMPILE) -c $<
- +
- +.s.o:
- + $(COMPILE) -c $<
- +
- +.S.o:
- + $(COMPILE) -c $<
- +
- +mostlyclean-compile:
- + -rm -f *.o core *.core
- +
- +clean-compile:
- +
- +distclean-compile:
- + -rm -f *.tab.c
- +
- +maintainer-clean-compile:
- +
- +libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES)
- + -rm -f libglob.a
- + $(AR) cru libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
- + $(RANLIB) libglob.a
- +
- +tags: TAGS
- +
- +ID: $(HEADERS) $(SOURCES) $(LISP)
- + list='$(SOURCES) $(HEADERS)'; \
- + unique=`for i in $$list; do echo $$i; done | \
- + awk ' { files[$$0] = 1; } \
- + END { for (i in files) print i; }'`; \
- + here=`pwd` && cd $(srcdir) \
- + && mkid -f$$here/ID $$unique $(LISP)
- +
- +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
- + tags=; \
- + here=`pwd`; \
- + list='$(SOURCES) $(HEADERS)'; \
- + unique=`for i in $$list; do echo $$i; done | \
- + awk ' { files[$$0] = 1; } \
- + END { for (i in files) print i; }'`; \
- + test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
- + || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
- +
- +mostlyclean-tags:
- +
- +clean-tags:
- +
- +distclean-tags:
- + -rm -f TAGS ID
- +
- +maintainer-clean-tags:
- +
- +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
- +
- +subdir = glob
- +
- +distdir: $(DISTFILES)
- + @for file in $(DISTFILES); do \
- + d=$(srcdir); \
- + if test -d $$d/$$file; then \
- + cp -pr $$d/$$file $(distdir)/$$file; \
- + else \
- + test -f $(distdir)/$$file \
- + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- + || cp -p $$d/$$file $(distdir)/$$file || :; \
- + fi; \
- + done
- +info-am:
- +info: info-am
- +dvi-am:
- +dvi: dvi-am
- +check-am: all-am
- +check: check-am
- +installcheck-am:
- +installcheck: installcheck-am
- +install-exec-am:
- +install-exec: install-exec-am
- +
- +install-data-am:
- +install-data: install-data-am
- +
- +install-am: all-am
- + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- +install: install-am
- +uninstall-am:
- +uninstall: uninstall-am
- +all-am: Makefile $(LIBRARIES)
- +all-redirect: all-am
- +install-strip:
- + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- +installdirs:
- +
- +
- +mostlyclean-generic:
- +
- +clean-generic:
- +
- +distclean-generic:
- + -rm -f Makefile $(CONFIG_CLEAN_FILES)
- + -rm -f config.cache config.log stamp-h stamp-h[0-9]*
- +
- +maintainer-clean-generic:
- +mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
- + mostlyclean-tags mostlyclean-generic
- +
- +mostlyclean: mostlyclean-am
- +
- +clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
- + mostlyclean-am
- +
- +clean: clean-am
- +
- +distclean-am: distclean-noinstLIBRARIES distclean-compile \
- + distclean-tags distclean-generic clean-am
- +
- +distclean: distclean-am
- +
- +maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
- + maintainer-clean-compile maintainer-clean-tags \
- + maintainer-clean-generic distclean-am
- + @echo "This command is intended for maintainers to use;"
- + @echo "it deletes files that may require special tools to rebuild."
- +
- +maintainer-clean: maintainer-clean-am
- +
- +.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
- +clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
- +mostlyclean-compile distclean-compile clean-compile \
- +maintainer-clean-compile tags mostlyclean-tags distclean-tags \
- +clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
- +check-am installcheck-am installcheck install-exec-am install-exec \
- +install-data-am install-data install-am install uninstall-am uninstall \
- +all-redirect all-am all installdirs mostlyclean-generic \
- +distclean-generic clean-generic maintainer-clean-generic clean \
- +mostlyclean distclean maintainer-clean
- +
- +
- +# Tell versions [3.59,3.63) of GNU make to not export all variables.
- +# Otherwise a system limit (for SysV at least) may be exceeded.
- +.NOEXPORT:
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/stamp-h SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/stamp-h
- --- orig/SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/stamp-h 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qmake/LINUXAMD64/stamp-h 2011-04-05 10:27:53.000000000 -0700
- @@ -0,0 +1 @@
- +timestamp
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/Makefile SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/Makefile
- --- orig/SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/Makefile 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/Makefile 2019-03-22 11:08:13.472953348 -0700
- @@ -0,0 +1,633 @@
- +# Generated automatically from Makefile.in by configure.
- +# $Id: Makefile,v 1.2 2007/04/26 14:18:58 joga Exp $
- +# Makefile.in 4.3 6/11/83
- +#
- +# C Shell with process control; VM/UNIX VAX Makefile
- +# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
- +#
- +# With an input editor, command completion, etc. and ported to all sorts of
- +# things; Paul Placeway, CIS Dept., Ohio State University
- +#
- +SHELL=/bin/sh
- +VERSION=6.08
- +BUILD=tcsh
- +VPATH=..
- +srcdir=..
- +
- +################################################################
- +## CFLAGS. For various -D things, see config.h
- +################################################################
- +#
- +# These are the default suffixes from .c to .o and -c to get there
- +# but to use the global optimizer on the mips boxes, see below
- +#
- +SUF=o
- +CF=-c
- +
- +CPPFLAGS=-I. -I$(srcdir)
- +
- +LFLAGS=$(SGE_LOPTS)
- +#LFLAGS= -Zn10000 # hpux lint
- +
- +
- +CFLAGS = $(SGE_COPTS) -g -O2 -DLINUXAMD64 -DPROG_NAME='"qtcsh"' # This is set by autoconf.
- +#CFLAGS= -g # debug
- +#CFLAGS= -O # production
- +#CFLAGS= # Broken optimizers....
- +
- +#CFLAGS= -g -pg -DPROF
- +#CFLAGS= -O -pg -DPROF
- +
- +# gcc 1.00-1.37
- +#CFLAGS= -O -finline-functions -fstrength-reduce
- +
- +# gcc 1.37-1.40
- +#CFLAGS= -O -fcombine-regs -finline-functions -fstrength-reduce
- +# add -msoft-float for 68881 machines.
- +
- +# gcc 2.0
- +# On the sparc, don't use -O2; it breaks setjmp() and vfork()
- +#CFLAGS= -O
- +
- +# gcc-2.1+
- +#CFLAGS= -O2
- +
- +# lucid c on suns
- +#CFLAGS= -O5
- +
- +# gcc 2.1 on linux
- +#CFLAGS= -O6 -fomit-frame-pointer
- +
- +# HP/UX 8.0, 9.0
- +#CFLAGS= +O3 -Aa
- +
- +# Ultrix 4.2a
- +#CFLAGS= -O -Olimit 2000
- +
- +# Intel Paragon OSF/1 with PGI compilers
- +#CFLAGS= -O -Mnodebug -Mnoperfmon
- +
- +# DEC Alpha OSF/1
- +#CFLAGS= -O2 -Olimit 2000 ## Normal Optimization
- +#CFLAGS= -O3 -Olimit 2000 ## Full Optimization - may not work
- +#CF=-j
- +#SUF=u
- +#.SUFFIXES: .u
- +
- +# for silicon graphics (and other mips compilers) -- use the
- +# global optimizer! (-O3).
- +# On SGI 4.0+ you need to add -D__STDC__ too.
- +#CFLAGS= -O3
- +#CFLAGS= -O3 -Olimit 2000 ## Ultrix 4.2a
- +#CF=-j
- +#SUF=u
- +#.SUFFIXES: .u ## Ultrix and gnu-make need that
- +
- +# mips systems
- +# CFLAGS= -O -systype bsd43 -Wf,-XNd5000 -Wf,-XNp6000 -Olimit 2000
- +
- +# for at&t machines
- +#CFLAGS= -O -Ksd
- +
- +# Stardent Titan
- +#CFLAGS = -O -43
- +
- +# Stardent Stellar or sunos4 /bin/cc or Solaris2.1 /opt/SUNWspro/bin/cc
- +#CFLAGS = -O4
- +
- +# Intergraph clipper CLIX 3.1
- +#CFLAGS= -w -O2
- +
- +# Dnix 5.3
- +#CFLAGS = -O -X7
- +
- +# Pyramid OS/x
- +#CFLAGS = -OG
- +
- +# Multiflow (5M binary... if you choose -O5!)
- +#CFLAGS = -O5 -sb_trace 0
- +
- +# DDE Supermax Unix SYSV Rel III.
- +# CFLAGS= -O3
- +
- +# SINIX RMx00
- +#CFLAGS= -O # -D_POSIX_SOURCE # -kansi
- +
- +# Apollo's with cc [apollo builtins don't work with gcc]
- +# and apollo should not define __STDC__ if it does not have
- +# the standard header files. RT's (aos4.3) need that too;
- +# you might want to skip the -O on the rt's... Not very wise.
- +# AIX/ESA needs -D_IBMESA on command line (this may disappear by GA)
- +#DFLAGS=-U__STDC__
- +#DFLAGS=-D_IBMESA
- +# On aix2.2.1 we need more compiler space.
- +#DFLAGS=-Nd4000 -Nn3000
- +# AU/X 2.0 needs a flag for POSIX (read the config file)
- +#DFLAGS=-Zp
- +# Tektronix 4300 running UTek 4.0 (BSD 4.2) needs:
- +#DFLAGS = -DUTek -DBSD
- +# VMS_POSIX needs:
- +#DFLAGS=-D_VMS_POSIX
- +# Multiflow and PCC compilers don't like void typedefs.
- +# You may also need -U__STDC__ if you use pcc (i.e. ibmrt aos4.3).
- +#DFLAGS=-DMULTIFLOW
- +#DFLAGS=-DPCC
- +# DELL SVR4
- +#DFLAGS=-DDELL
- +#DFLAGS=
- +#DFLAGS=-D_PATH_TCSHELL='"${DESTBIN}/tcsh"'
- +## The following is set by autoconf.
- +DFLAGS = -D_PATH_TCSHELL='"${DESTBIN}/tcsh"'
- +
- +
- +################################################################
- +## LDFLAGS. Define something here if you need to
- +################################################################
- +LDFLAGS=$(SGE_LOPTS) ## This is set by autoconf.
- +#LDFLAGS= ## The simplest, suitable for all.
- +#LDFLAGS= -s ## Stripped. Takes less space on disk.
- +#LDFLAGS= -s -n ## Pure executable. Spares paging over
- +# ## the network for machines with local
- +# ## swap but external /usr/local/bin .
- +#LDFLAGS= -s -n -Bstatic ## Without dynamic linking. (SunOS/cc)
- +#LDFLAGS= -s -n -static ## Without dynamic linking. (SunOS/gcc)
- +#LDFLAGS= -Wl,-s,-n ## Stripped, shared text (Unicos)
- +#LDFLAGS= -s -static ## Link statically. (linux)
- +#LDFLAGS= -s -N ## Impure executable (linux)
- +
- +################################################################
- +## LIBES. Pick one, or roll your own.
- +################################################################
- +LIBES= -lncurses -lcrypt ## This is set by autoconf.
- +#LIBES= -ltermcap ## BSD style things
- +#LIBES= -ltermcap ## SunOS, HP-UX, pyramid
- +#LIBES= -ltermcap ## Linux
- +#LIBES= -ltermcap -lshadow ## Linux with PW_SHADOW
- +#LIBES= -ltermcap -lsec ## Tek XD88/10 (UTekV) with PW_SHADOW
- +#LIBES= -ltermcap -lsec ## Motorola MPC (sysV88) with PW_SHADOW
- +#LIBES= -ltermcap -lcs ## Mach
- +#LIBES= -ltermcap -lbsd ## DEC osf1 on the alpha
- +#LIBES= -ltermcap -lbsd ## Intel paragon
- +#LIBES= -ltermcap -lbsd ## Clipper intergraph
- +#LIBES= -ltermcap -lseq ## Sequent's Dynix
- +#LIBES= -ltermcap -lauth ## Ultrix with Enhanced Security
- +#LIBES= -ltermcap -ldir -lx ## Xenix 386 style things
- +#LIBES= -ltermcap -lndir -lsocket -ljobs ## masscomp RTU6.0
- +#LIBES= -lcurses ## AIX on the rt
- +#LIBES= -lcurses ## TitanOS on the stellar
- +#LIBES= -ltermlib -lsocket -lnsl ## SysV4 w/o BSDTIMES or Solaris 2
- +#LIBES= -lcurses ## SysV3 w/o networking
- +#LIBES= -lcurses -lnet ## SysV3 with networking
- +#LIBES= -lcurses -ldir ## SysV2 w/o networking & dirlib
- +#LIBES= -lcurses -ldir -lnet ## SysV2 with networking & dirlib
- +#LIBES= -lcurses -lbsd ## AIX on the IBM 370 or rs6000 or ps2
- +#LIBES= -lcurses -lbsd ## ETA10
- +#LIBES= -lcurses -lbsd ## Irix3.1 on the SGI-IRIS4D
- +#LIBES= -lcurses -lbsd -lc_s ## Irix3.3 on the SGI-IRIS4D w/o yp
- +#LIBES= -lcurses -lsun -lbsd -lc_s ## Irix3.3 on the SGI-IRIS4D with yp
- +#LIBES= -lcurses -lsocket -lbsd ## Amdahl UTS 2.1
- +#LIBES= -lcurses -lsocket ## Intel's hypercube.
- +#LIBES= -lcurses -lsocket ## ns32000 based Opus.
- +#LIBES= -lcurses -lcposix ## ISC 2.2 without networking
- +#LIBES= -lcposix -lc_s -lcurses -linet ## ISC 2.2 with networking
- +#LIBES= -lcurses -lsec -lc_s ## ISC 2.0.2 without networking
- +#LIBES= -lcurses -linet -lsec -lc_s ## ISC 2.0.2 with networking
- +#LIBES= -lcurses -lintl -lcrypt ## SCO SysVR3.2v2.0
- +#LIBES= -lcurses -lintl -lsocket -lcrypt ## SCO+ODT1.1
- +#LIBES= -lposix -ltermcap ## A/UX 2.0
- +#LIBES= -lposix -ltermcap -lc_s ## A/UX 3.0
- +#LIBES= -ldirent -lcurses ## att3b1 cc w/o shared lib & dirlib
- +#LIBES= -shlib -ldirent -lcurses ## att3b1 gcc with shared lib & dirlib
- +#LIBES= -ltermlib -lsocket -lnsl -lc /usr/ucblib/libucb.a ## SysV4 with BSDTIMES
- +#LIBES= -lcurses -lnsl -lsocket -lc /usr/ucblib/libucb.a ## Stardent Vistra
- +#LIBES= -ltermc ## emx under OS/2
- +#LIBES= ## Minix, VMS_POSIX
- +#LIBES= -ltermcap -lcrypt ## Multiflow
- +#LIBES= -ltermcap -lcrypt ## NetBSD
- +#LIBES= -lcurses ## DDE Supermax
- +
- +################################################################
- +## EXTRAFLAGS and EXTRALIBS
- +################################################################
- +# Compiling for AFS with kerberos authentication
- +#AFSLIBDIR = /usr/afsws/lib
- +#AFSDEF = -DAFS -I/usr/afsws/include
- +#AFS33LIB = -laudit
- +#
- +#Solaris and HPUX require the BSD libraries with AFS.
- +#We use -lc to use only what we require.
- +#AFSAUXLIB = -lsocket -lnsl -lc -lucb # Solaris
- +#AFSAUXLIB = -lc -lBSD # HPUX
- +#
- +#AFSLIB = -L$(AFSLIBDIR) -L$(AFSLIBDIR)/afs -lkauth -lprot -lubik\
- +# -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err\
- +# $(AFSLIBDIR)/afs/util.a $(AFS33LIB) $(AFSAUXLIB)
- +#
- +
- +
- +EXTRAFLAGS = $(AFSDEF) -I../../../libs/gdi
- +EXTRALIBS = $(AFSLIB) -L../../../LINUXAMD64 $(SGE_LIBS) -lm
- +
- +
- +# The difficult choice of a c-compiler...
- +# First, you should try your own c-compiler.
- +# Gcc -traditional is also a safe choice.
- +# If you think that you have good include files try gcc -Wall...
- +# If you want to take out -traditional, make sure that your sys/ioctl.h
- +# is fixed correctly, otherwise you'll be stopped for tty input, or you
- +# will lose the editor and job control.
- +
- +# This is for setting your C preprocessor value.
- +CPP = gcc -E # This is set by autoconf.
- +# The -B tells gcc to use /bin/ld. This is to avoid using the gnu ld, which
- +# on the suns does not know how to make dynamically linked binaries.
- +CC = gcc # This is set by autoconf.
- +#CC= gcc -Wall -pipe -B/bin/ # -ansi -pedantic
- +#CC= gcc -m486 -pipe -Wall # Generate code for Intel 486 (linux)
- +#CC= shlicc # BSDI2.1 w/ shared libraries
- +#CC= cc
- +#CC= occ
- +#CC= acc
- +#CC= pcc
- +#CC= hc -w
- +#CC= c89 # For VMS/POSIX
- +#CC= /bin/cc # For suns, w/o gcc and SVR4
- +#CC= /usr/lib/sun.compile/cc # FPS 500 (+FPX) with Sun C compiler
- +#CC= /opt/SUNWspro/bin/cc # Solaris 2.1
- +#CC= scc # Alliant fx2800
- +#CC= cc -h0,ansi,novector,float0 # for NEC SX-4
- +#CC= lcc -wa
- +ED= ed
- +AS= as
- +RM= rm
- +CXREF= /usr/ucb/cxref
- +VGRIND= csh /usr/ucb/vgrind
- +CTAGS= /usr/ucb/ctags
- +#XSTR= /usr/ucb/xstr
- +SCCS= /usr/local/sccs
- +PARALLEL=12 # Make the multi-max run fast.
- +#P=& # Use Sequent's parallel make
- +P=
- +prefix=/usr/local
- +exec_prefix=${prefix}
- +bindir=${exec_prefix}/bin
- +mandir=${prefix}/man
- +MANSECT=1
- +DESTBIN=${DESTDIR}${bindir}
- +DESTMAN=${DESTDIR}${mandir}/man${MANSECT}
- +# DESTMAN=${DESTDIR}/catman/man${MANSECT} # A/UX
- +# DESTMAN=${DESTDIR}/usr/share/man/man${MANSECT} # Stardent Vistra (SysVR4)
- +# DESTMAN=/usr/catman/1l # Amiga unix (SysVR4)
- +FTPAREA=/usr/spool/ftp
- +
- +ASSRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
- + sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
- + sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
- + sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h \
- + tw.color.c
- +PSSRCS= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
- + vms.termcap.c
- +SHSRCS= ${ASSRCS} ${PSSRCS}
- +SHOBJS= sh.${SUF} sh.dir.${SUF} sh.dol.${SUF} sh.err.${SUF} sh.exec.${SUF} \
- + sh.char.${SUF} sh.exp.${SUF} sh.func.${SUF} sh.glob.${SUF} \
- + sh.hist.${SUF} sh.init.${SUF} sh.lex.${SUF} sh.misc.${SUF} \
- + sh.parse.${SUF} sh.print.${SUF} sh.proc.${SUF} sh.sem.${SUF} \
- + sh.set.${SUF} sh.time.${SUF} glob.${SUF} mi.termios.${SUF} \
- + ma.setp.${SUF} vms.termcap.${SUF}
- +
- +TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
- + tw.comp.c tw.color.c
- +TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \
- + tw.comp.${SUF} tw.color.${SUF}
- +
- +EDSRCS= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
- + ed.refresh.c ed.screen.c ed.xmap.c ed.term.c ed.term.h
- +EDOBJS= ed.chared.${SUF} ed.refresh.${SUF} ed.screen.${SUF} ed.init.${SUF} \
- + ed.inputl.${SUF} ed.defns.${SUF} ed.xmap.${SUF} ed.term.${SUF}
- +
- +TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
- + tc.func.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
- + tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
- + tc.who.c tc.h
- +TCOBJS= tc.alloc.${SUF} tc.bind.${SUF} tc.const.${SUF} tc.defs.${SUF} \
- + tc.disc.${SUF} tc.func.${SUF} tc.os.${SUF} tc.printf.${SUF} \
- + tc.prompt.${SUF} tc.sched.${SUF} tc.sig.${SUF} tc.str.${SUF} \
- + tc.vers.${SUF} tc.who.${SUF}
- +
- +PVSRCS= Makefile.std Makefile.vms Makefile.in Makefile.win32
- +AVSRCS= Fixes MAKEDIFFS MAKESHAR NewThings README FAQ \
- + WishList config_f.h eight-bit.me glob.3 patchlevel.h \
- + pathnames.h tcsh.man Ported src.desc Imakefile imake.config \
- + README.imake complete.tcsh vmsreadme.txt termcap.vms snames.h \
- + host.defs gethost.c tcsh.man2html configure.in configure config.h.in
- +
- +VHSRCS=${PVSRCS} ${AVSRCS}
- +
- +CONFSRCS=config/*
- +
- +ALLSRCS= ${SHSRCS} ${TWSRCS} ${EDSRCS} ${TCSRCS} ${VHSRCS}
- +DISTSRCS= ${PSSRCS} ${TWSRCS} ${EDSRCS} ${TCSRCS} ${AVSRCS}
- +
- +
- +OBJS= ${SHOBJS} ${TWOBJS} ${EDOBJS} ${TCOBJS}
- +
- +
- +all: ${BUILD}
- +
- +tcsh:$(P) ${OBJS}
- + rm -f tcsh core
- + ${CC} -o tcsh ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${OBJS} ${LIBES} ${EXTRALIBS}
- +
- +# Purify
- +pure:$(P) ${OBJS}
- + rm -f tcsh core
- + purify `echo ${CC} | sed -e s,-B/bin/,,` -o tcsh ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${OBJS} ${LIBES} ${EXTRALIBS}
- +# OS/2
- +tcsh.exe: tcsh
- + emxbind tcsh
- +
- +gethost: gethost.c sh.err.h tc.const.h sh.h
- + rm -f gethost
- + ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} ${EXTRAFLAGS} $(srcdir)/gethost.c ${LIBES}
- +
- +tc.defs.c: gethost host.defs
- + @rm -f $@
- + @echo "/* Do not edit this file, make creates it */" > $@
- + ./gethost $(srcdir)/host.defs >> $@
- +
- +tcsh.ps: tcsh.man
- + rm -f tcsh.ps
- + -ptroff -t -man $(srcdir)/tcsh.man > tcsh.ps
- +
- +
- +depend:
- + @echo No dependencies for 3rd_party qtcsh
- +
- +.c.${SUF}:
- + ${CC} ${CF} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} ${EXTRAFLAGS} $<
- +
- +# _VMS_POSIX #module addition
- +#.c.${SUF}:
- +# @(echo '#module '`echo $< | sed -e 's/\./_/g'`; cat $<) > $*..c
- +# @echo ${CC} ${CF} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*.c
- +# @${CC} ${CF} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*..c
- +# @mv $*..o $*.o
- +# @rm -f $*..c
- +
- +
- +# Don't do any special massaging of C files for sharing of strings!!
- +# it causes weird segmentation faults on some systems.
- +#.c.o:
- +# ${CPP} ${CFLAGS} ${CPPFLAGS} $*.c | ${XSTR} -c -
- +# ${CC} ${CF} ${CFLAGS} ${CPPFLAGS} x.c
- +# mv -f x.o $*.o
- +# rm -f x.c
- +
- +#ed.init.o: ed.init.c
- +# ${CPP} ${CFLAGS} ${CPPFLAGS} $*.c | ${XSTR} -c -
- +# ${CC} -R ${CF} ${CFLAGS} ${CPPFLAGS} x.c
- +# mv -f x.o $*.o
- +# rm -f x.c
- +
- +#strings.o: strings
- +# ${XSTR}
- +# ${CC} -c -R xs.c
- +# mv -f xs.o strings.o
- +# rm -f xs.c
- +
- +##.DEFAULT:
- +## ${SCCS} get $<
- +
- +##.DEFAULT:
- +## co $<
- +
- +ed.defns.h: ed.defns.c
- + @rm -f $@
- + @echo '/* Do not edit this file, make creates it. */' > $@
- + @echo '#ifndef _h_ed_defns' >> $@
- + @echo '#define _h_ed_defns' >> $@
- + grep '[FV]_' $(srcdir)/ed.defns.c | grep '^#define' >> $@
- + @echo '#endif /* _h_ed_defns */' >> $@
- +
- +sh.err.h: sh.err.c
- + @rm -f $@
- + @echo '/* Do not edit this file, make creates it. */' > $@
- + @echo '#ifndef _h_sh_err' >> $@
- + @echo '#define _h_sh_err' >> $@
- + grep 'ERR_' $(srcdir)/sh.err.c | grep '^#define' >> $@
- + @echo '#endif /* _h_sh_err */' >> $@
- +
- +tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h
- + @rm -f $@
- + @echo '/* Do not edit this file, make creates it. */' > $@
- + @echo '#ifndef _h_tc_const' >> $@
- + @echo '#define _h_tc_const' >> $@
- + ${CPP} $(CPPFLAGS) ${DFLAGS} ${EXTRAFLAGS} -D_h_tc_const\
- + $(srcdir)/tc.const.c | grep 'Char STR' | \
- + sed -e 's/Char \([a-zA-Z0-9_]*\)\[\].*/extern Char [];/' | \
- + sort >> $@
- + @echo '#endif /* _h_tc_const */' >> $@
- +
- +csh.prof: ${OBJS} sh.prof.${SUF} mcrt0.${SUF}
- + rm -f csh.prof
- + ld -X mcrt0.${SUF} ${OBJS} -o csh.prof ${LIBES} -lc
- +
- +sh.prof.${SUF}:
- + cp sh.c sh.prof.c
- + ${CC} ${CF} ${CFLAGS} ${CPPFLAGS} -DPROF sh.prof.c
- +
- +lint: tc.const.h ed.defns.h
- + lint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
- +
- +alint: tc.const.h ed.defns.h
- + alint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
- +
- +print:
- + @pr READ_ME
- + @pr makefile makefile.*
- + @(size -l a.out; size *.${SUF}) | pr -h SIZES
- + @${CXREF} sh*.c | pr -h XREF
- + @ls -l | pr
- + @pr sh*.h [a-rt-z]*.h sh*.c alloc.c
- +
- +vprint:
- + @pr -l84 READ_ME TODO
- + @pr -l84 makefile makefile.*
- + @(size -l a.out; size *.${SUF}) | pr -l84 -h SIZES
- + @${CXREF} sh*.c | pr -l84 -h XREF
- + @ls -l | pr -l84
- + @${CXREF} sh*.c | pr -l84 -h XREF
- + @pr -l84 sh*.h [a-rt-z]*.h sh*.c alloc.c
- +
- +vgrind:
- + @cp /dev/null index
- + @for i in *.h; do vgrind -t -h "C Shell" $$i >/crp/bill/csh/$$i.t; done
- + @for i in *.c; do vgrind -t -h "C Shell" $$i >/crp/bill/csh/$$i.t; done
- + @vgrind -t -x -h Index index >/crp/bill/csh/index.t
- +
- +install-strip: install
- +
- +install: tcsh
- + mkdir -p ${DESTBIN}
- + -mv -f ${DESTBIN}/tcsh ${DESTBIN}/tcsh.old
- + cp tcsh ${DESTBIN}/tcsh
- + -strip ${DESTBIN}/tcsh
- + chmod 555 ${DESTBIN}/tcsh
- +
- +install.man: tcsh.man
- + mkdir -p ${DESTMAN}
- + -rm -f ${DESTMAN}/tcsh.${MANSECT}
- + cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT}
- + chmod 444 ${DESTMAN}/tcsh.${MANSECT}
- +
- +# Amiga Unix
- +#install.man: tcsh.man
- +# compress tcsh.man
- +# cp tcsh.man.Z ${DESTMAN}/tcsh.Z
- +# chmod 444 ${DESTMAN}/tcsh.Z
- +
- +# Apple A/UX
- +#install.man: tcsh.man
- +# -rm -f ${DESTMAN}/tcsh.${MANSECT}.Z
- +# nroff -man tcsh.man | compress > ${DESTMAN}/tcsh.${MANSECT}.Z
- +# chmod 444 ${DESTMAN}/tcsh.${MANSECT}.Z
- +
- +clean:
- + ${RM} -f a.out strings x.c xs.c tcsh tcsh.a _MAKE_LOG core gethost
- + ${RM} -f *.${SUF} sh.prof.c ed.defns.h tc.const.h sh.err.h tc.defs.c
- + ${RM} -f tcsh.*.m tcsh.*.cat
- +
- +veryclean: clean
- + ${RM} -f config.h config.status config.cache config.log Makefile tcsh.ps
- + ${RM} -f *~ #*
- +
- +distclean: veryclean
- +
- +tags: /tmp
- + ${CTAGS} sh*.c
- +
- +tar.Z:
- + rm -f tcsh-${VERSION}.tar.Z
- + rm -rf tcsh-${VERSION}
- + mkdir tcsh-${VERSION} tcsh-${VERSION}/config
- + cp ${ALLSRCS} tcsh-${VERSION}
- + cp ${CONFSRCS} tcsh-${VERSION}/config
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z
- + rm -rf tcsh-${VERSION}
- +
- +tar.gz:
- + rm -f tcsh-${VERSION}.tar.gz
- + rm -rf tcsh-${VERSION}
- + mkdir tcsh-${VERSION} tcsh-${VERSION}/config
- + cp ${ALLSRCS} tcsh-${VERSION}
- + cp ${CONFSRCS} tcsh-${VERSION}/config
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + tar cvf - tcsh-${VERSION} | gzip > tcsh-${VERSION}.tar.gz
- + rm -rf tcsh-${VERSION}
- +
- +shar:
- + rm -f tcsh-*.shar
- + rm -rf tcsh-${VERSION}
- + mkdir tcsh-${VERSION} tcsh-${VERSION}/config
- + cp ${ALLSRCS} tcsh-${VERSION}
- + cp ${CONFSRCS} tcsh-${VERSION}/config
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + MAKESHAR -v -n tcsh-${VERSION} tcsh-${VERSION} \
- + tcsh-${VERSION}/?* tcsh-${VERSION}/config/?* \
- + tcsh-${VERSION}/?*/set?*
- + rm -rf tcsh-${VERSION}
- +
- +catalogs:
- + @(cd nls; make catalogs)
- +
- +tcsh-${VERSION}.tar.Z:
- + rm -rf tcsh-${VERSION}
- + rm -f tcsh-${VERSION}.tar tcsh-${VERSION}.tar.Z DIFFS.[123]
- + mkdir tcsh-${VERSION}
- + ./MAKEDIFFS bsd
- + mv DIFFS.1 DIFFS.2 DIFFS.3 tcsh-${VERSION}
- + cp ${DISTSRCS} tcsh-${VERSION}
- + mkdir tcsh-${VERSION}/config
- + cp ${CONFSRCS} tcsh-${VERSION}/config
- + cp Makefile tcsh-${VERSION}/Makefile.new
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z
- + rm -rf tcsh-${VERSION}
- +
- +tcsh.tahoe-${VERSION}.tar.Z:
- + rm -rf tcsh.tahoe-${VERSION}
- + rm -f tcsh.tahoe-${VERSION}.tar tcsh.tahoe-${VERSION}.tar.Z DIFFS.[123]
- + mkdir tcsh.tahoe-${VERSION}
- + ./MAKEDIFFS tahoe
- + mv DIFFS.1 DIFFS.2 DIFFS.3 tcsh.tahoe-${VERSION}
- + cp ${DISTSRCS} tcsh.tahoe-${VERSION}
- + mkdir tcsh.tahoe-${VERSION}/config
- + cp ${CONFSRCS} tcsh.tahoe-${VERSION}/config
- + cp Makefile tcsh.tahoe-${VERSION}/Makefile.new
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + tar cvf - tcsh.tahoe-${VERSION} | compress > tcsh.tahoe-${VERSION}.tar.Z
- + rm -rf tcsh.tahoe-${VERSION}
- +
- +tcsh.reno-${VERSION}.tar.Z:
- + rm -rf tcsh.reno-${VERSION}
- + rm -f tcsh.reno-${VERSION}.tar tcsh.reno-${VERSION}.tar.Z DIFFS.[123]
- + mkdir tcsh.reno-${VERSION}
- + ./MAKEDIFFS reno
- + mv DIFFS.1 DIFFS.2 DIFFS.3 tcsh.reno-${VERSION}
- + cp ${DISTSRCS} tcsh.reno-${VERSION}
- + mkdir tcsh.reno-${VERSION}/config
- + cp ${CONFSRCS} tcsh.reno-${VERSION}/config
- + cp Makefile tcsh.reno-${VERSION}/Makefile.new
- + tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
- + tar cvf - tcsh.reno-${VERSION} | compress > tcsh.reno-${VERSION}.tar.Z
- + rm -rf tcsh.reno-${VERSION}
- +
- +ftp: tcsh-${VERSION}.tar.Z tcsh.tahoe-${VERSION}.tar.Z
- + cp tcsh-${VERSION}.tar.Z tcsh.tahoe-${VERSION}.tar.Z ${FTPAREA}
- + cp tcsh.man ${FTPAREA}
- +
- +autoconfigure: $(srcdir)/configure $(srcdir)/config.h.in
- +
- +$(srcdir)/configure: $(srcdir)/configure.in
- + cd $(srcdir) && autoconf
- +
- +$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
- +$(srcdir)/stamp-h.in: $(srcdir)/configure.in
- + cd $(srcdir) && autoheader
- + @echo timestamp > $(srcdir)/stamp-h.in
- +
- +#
- +# Dependencies
- +#
- +config.h: config_f.h
- +
- +TCH=tc.h tc.const.h tc.decls.h tc.os.h tc.sig.h
- +SHH=sh.h sh.types.h sh.char.h sh.err.h sh.dir.h sh.proc.h pathnames.h \
- + sh.decls.h ${TCH}
- +TWH=tw.h tw.decls.h
- +EDH=ed.h ed.decls.h
- +
- +# EDH
- +EDINC=sh.${SUF} sh.func.${SUF} sh.lex.${SUF} sh.print.${SUF} sh.proc.${SUF} \
- + sh.set.${SUF} tc.bind.${SUF} tc.os.${SUF} tc.prompt.${SUF} \
- + tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF}
- +${EDOBJS} ${EDINC} : ${EDH}
- +
- +# SHH
- +${OBJS}: config.h ${SHH}
- +
- +# TWH
- +TWINC=ed.chared.${SUF} ed.inputl.${SUF} sh.exec.${SUF} sh.func.${SUF} \
- + sh.set.${SUF} tc.func.${SUF} tw.color.${SUF}
- +${TWOBJS} ${TWINC}: ${TWH}
- +
- +# glob.h
- +glob.${SUF} sh.glob.${SUF}: glob.h
- +
- +# ed.defns.h
- +EDDINC=tc.bind.${SUF} tc.func.${SUF} tc.os.${SUF}
- +${EDOBJS} ${EDDINC}: ed.defns.h
- +
- +# tc.defs.o
- +tc.defs.${SUF}: tc.defs.c sh.h
- diff -rpuNb orig/SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/config.h SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/config.h
- --- orig/SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/config.h 1969-12-31 16:00:00.000000000 -0800
- +++ SGE6.2u5p2/source/3rdparty/qtcsh/LINUXAMD64/config.h 2011-04-05 10:27:51.000000000 -0700
- @@ -0,0 +1,138 @@
- +/* config.h. Generated automatically by configure. */
- +/*
- + * config.h -- configure various defines for tcsh
- + *
- + * All source files should #include this FIRST.
- + *
- + * This is the config file for Linux systems
- + */
- +
- +#ifndef _h_config
- +#define _h_config
- +/****************** System dependant compilation flags ****************/
- +/*
- + * POSIX This system supports IEEE Std 1003.1-1988 (POSIX).
- + */
- +#define POSIX
- +
- +/*
- + * POSIXJOBS This system supports the optional IEEE Std 1003.1-1988 (POSIX)
- + * job control facilities.
- + */
- +#define POSIXJOBS
- +
- +/*
- + * POSIXSIGS Use the POSIX signal facilities to emulate BSD signals.
- + */
- +/* #undef POSIXSIGS */
- +
- +/*
- + * VFORK This machine has a vfork().
- + * It used to be that for job control to work, this define
- + * was mandatory. This is not the case any more.
- + * If you think you still need it, but you don't have vfork,
- + * define this anyway and then do #define vfork fork.
- + * I do this anyway on a Sun because of yellow pages brain damage,
- + * [should not be needed under 4.1]
- + * and on the iris4d cause SGI's fork is sufficiently "virtual"
- + * that vfork isn't necessary. (Besides, SGI's vfork is weird).
- + * Note that some machines eg. rs6000 have a vfork, but not
- + * with the berkeley semantics, so we cannot use it there either.
- + */
- +/* #undef VFORK */
- +
- +/*
- + * BSDJOBS You have BSD-style job control (both process groups and
- + * a tty that deals correctly
- + */
- +#define BSDJOBS
- +
- +/*
- + * BSDSIGS You have 4.2-style signals, rather than USG style.
- + * Note: POSIX systems should not define this unless they
- + * have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
- + */
- +#define BSDSIGS
- +
- +/*
- + * BSDTIMES You have BSD-style process time stuff (like rusage)
- + * This may or may not be true. For example, Apple Unix
- + * (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
- + */
- +#define BSDTIMES
- +
- +/*
- + * BSDLIMIT You have BSD-style resource limit stuff (getrlimit/setrlimit)
- + */
- +#define BSDLIMIT
- +
- +/*
- + * BSDNICE Your system uses setpriority() instead of nice, to
- + * change a processes scheduling priority
- + */
- +#define BSDNICE
- +
- +/*
- + * TERMIO You have struct termio instead of struct sgttyb.
- + * This is usually the case for SVID systems, where
- + * BSD uses sgttyb. POSIX systems should define this
- + * anyway, even though they use struct termios.
- + */
- +#define TERMIO
- +
- +/*
- + * SYSVREL Your machine is SYSV based (HPUX, A/UX)
- + * NOTE: don't do this if you are on a Pyramid -- tcsh is
- + * built in a BSD universe.
- + * Set SYSVREL to 1, 2, 3, or 4, depending the version of System V
- + * you are running. Or set it to 0 if you are not SYSV based
- + *
- + * Note: Linux should work with any SYSVREL < 3.
- + */
- +#define SYSVREL 0
- +
- +/*
- + * YPBUGS Work around Sun YP bugs that cause expansion of ~username
- + * to send command output to /dev/null
- + */
- +/* #undef YPBUGS */
- +
- +/*
- + * SIGVOID Define this if your signal handlers return void. On older
- + * systems, signal returns int, but on newer ones, it returns void.
- + */
- +#define SIGVOID
- +
- +/*
- + * HAVEDUP2 Define this if your system supports dup2().
- + */
- +#define HAVEDUP2
- +
- +/*
- + * UTHOST Does the utmp file have a host field?
- + */
- +#define UTHOST
- +
- +/*
- + * DIRENT Your system has <dirent.h> instead of <sys/dir.h>
- + */
- +#define DIRENT
- +/****************** local defines *********************/
- +
- +/* #undef PW_SHADOW */
- +#ifndef _PATH_TCSHELL
- +#define _PATH_TCSHELL "/bin/tcsh"
- +#endif
- +#define ECHO_STYLE BOTH_ECHO
- +#ifdef BSDSIGS
- +# define __USE_BSD_SIGNAL
- +#endif
- +
- +/****************** configurable hacks ****************/
- +/* have been moved to config_f.h */
- +#include "config_f.h"
- +
- +#define NLS_CATALOGS
- +
- +#endif /* _h_config */
- +/* config.h.in. Generated automatically from configure.in by autoheader. */
- diff -rpuNb orig/SGE6.2u5p2/source/aimk SGE6.2u5p2/source/aimk
- --- orig/SGE6.2u5p2/source/aimk 2011-04-05 10:27:58.000000000 -0700
- +++ SGE6.2u5p2/source/aimk 2019-03-22 10:52:28.225650981 -0700
- @@ -241,6 +241,13 @@ else
- set INP_CFLAGS = ""
- endif
- +# SGE_INPUT_LDFLAGS will be taken from environment and added to LFLAGS
- +if ( $?SGE_INPUT_LDFLAGS ) then
- + set INP_LFLAGS = "$SGE_INPUT_LDFLAGS"
- +else
- + set INP_LFLAGS = ""
- +endif
- +
- # Default build targets for which we have seperate make files
- set SGE_DEPEND = 0
- set QMON = 1
- @@ -293,7 +300,7 @@ set JNI_TARGET = "ALL"
- set PROTECTED = 0
- set RUNPATH = ""
- -set LFLAGS = "-L."
- +set LFLAGS = "-L. $INP_LFLAGS"
- set XLFLAGS = ""
- set XLIBS = ""
- set LIBS = "-lm -lpthread"
- @@ -312,8 +319,8 @@ set DUMP = 1
- set SHAREDLIBS = 0
- set SHAREDEXT = ".so"
- set SHAREDLD = ""
- -set SHARED_CFLAGS = ""
- -set SHARED_LFLAGS = ""
- +set SHARED_CFLAGS = "$INP_CFLAGS"
- +set SHARED_LFLAGS = "$INP_LFLAGS"
- # linker flag for -ldrmaa name and version
- set SONAME_LFLAG_DRMAA10 = ""
- @@ -355,7 +362,7 @@ set INTERACTTARGETS = "qmake qtcsh"
- set SEC = 1
- set SECFLAGS = "-DSECURE -I$OPENSSL_HOME/include"
- set SECLIB = ""
- -set SECLIBS_STATIC = "$OPENSSL_HOME/lib/libssl.a $OPENSSL_HOME/lib/libcrypto.a"
- +set SECLIBS_STATIC = "/usr/lib64/libssl.a /usr/lib64/libcrypto.a -lz -lkrb5 -lk5crypto"
- set KLFLAGS = "-L$OPENSSL_HOME/lib"
- set CORELIB = ""
- diff -rpuNb orig/SGE6.2u5p2/source/dist/qmon/PIXMAPS/small/logo-sge.xpm SGE6.2u5p2/source/dist/qmon/PIXMAPS/small/logo-sge.xpm
- --- orig/SGE6.2u5p2/source/dist/qmon/PIXMAPS/small/logo-sge.xpm 2011-04-05 10:27:49.000000000 -0700
- +++ SGE6.2u5p2/source/dist/qmon/PIXMAPS/small/logo-sge.xpm 2019-03-21 15:17:12.299468734 -0700
- @@ -1,205 +1,37 @@
- /* XPM */
- -/*___INFO__MARK_BEGIN__*/
- -/*************************************************************************
- - *
- - * The Contents of this file are made available subject to the terms of
- - * the Sun Industry Standards Source License Version 1.2
- - *
- - * Sun Microsystems Inc., March, 2001
- - *
- - *
- - * Sun Industry Standards Source License Version 1.2
- - * =================================================
- - * The contents of this file are subject to the Sun Industry Standards
- - * Source License Version 1.2 (the "License"); You may not use this file
- - * except in compliance with the License. You may obtain a copy of the
- - * License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
- - *
- - * Software provided under this License is provided on an "AS IS" basis,
- - * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- - * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- - * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- - * See the License for the specific provisions governing your rights and
- - * obligations concerning the Software.
- - *
- - * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- - *
- - * Copyright: 2001 by Sun Microsystems, Inc.
- - *
- - * All Rights Reserved.
- - *
- - ************************************************************************/
- -/*___INFO__MARK_END__*/
- static char * logo_sge_xpm[] = {
- -"183 42 129 2",
- -" c None",
- -". c #030305",
- -"+ c #F8C804",
- -"@ c #0F7676",
- -"# c #025454",
- -"$ c #0C4342",
- -"% c #B88408",
- -"& c #FDFD3F",
- -"* c #02302F",
- -"= c #9E7C0D",
- -"- c #5E5C45",
- -"; c #03043A",
- -"> c #89C6E0",
- -", c #5A8D8D",
- -"' c #55462E",
- -") c #02245D",
- -"! c #356969",
- -"~ c #FEFC50",
- -"{ c #81A5A3",
- -"] c #C7C785",
- -"^ c #B8B6C1",
- -"/ c #FEFE5B",
- -"( c #061076",
- -"_ c #313061",
- -": c #777798",
- -"< c #555486",
- -"[ c #104679",
- -"} c #FEF429",
- -"| c #2356BC",
- -"1 c #021E51",
- -"2 c #D7D9D9",
- -"3 c #7D7DAF",
- -"4 c #5050B6",
- -"5 c #CB9804",
- -"6 c #1379AB",
- -"7 c #B2B2B2",
- -"8 c #023164",
- -"9 c #46ADD4",
- -"0 c #414175",
- -"a c #FEFE63",
- -"b c #030468",
- -"c c #6A9EDD",
- -"d c #3A3AA1",
- -"e c #0D174B",
- -"f c #616194",
- -"g c #588AC3",
- -"h c #225555",
- -"i c #B3E7DD",
- -"j c #1E83A6",
- -"k c #092424",
- -"l c #5757BD",
- -"m c #36699C",
- -"n c #349AC2",
- -"o c #222256",
- -"p c #0A3EA3",
- -"q c #47477A",
- -"r c #A6A69E",
- -"s c #323292",
- -"t c #7373D9",
- -"u c #AEAEAE",
- -"v c #3A3A69",
- -"w c #E4E4E3",
- -"x c #497DE2",
- -"y c #DDAA08",
- -"z c #FEDE12",
- -"A c #8B8BBB",
- -"B c #02366A",
- -"C c #18187E",
- -"D c #FEFE6F",
- -"E c #2A2A91",
- -"F c #030612",
- -"G c #0B1245",
- -"H c #FEFE78",
- -"I c #020259",
- -"J c #1F5285",
- -"K c #5C8EF4",
- -"L c #2A2A59",
- -"M c #8A9C9C",
- -"N c #986504",
- -"O c #66669A",
- -"P c #2A91B4",
- -"Q c #6B6B9E",
- -"R c #6CA8DC",
- -"S c #051C1C",
- -"T c #187E7E",
- -"U c #26265A",
- -"V c #3669CE",
- -"W c #2B5E5E",
- -"X c #4A4A7E",
- -"Y c #C3B27F",
- -"Z c #4073D9",
- -"` c #2287AE",
- -" . c #ECECE9",
- -".. c #02258B",
- -"+. c #FCFDFC",
- -"@. c #6262C8",
- -"#. c #24248A",
- -"$. c #959ACD",
- -"%. c #A9A945",
- -"&. c #021C83",
- -"*. c #8282B6",
- -"=. c #022F95",
- -"-. c #066A89",
- -";. c #073B6C",
- -">. c #025C85",
- -",. c #4545AB",
- -"'. c #2A5F8A",
- -"). c #0A0E40",
- -"!. c #457A77",
- -"~. c #2A63C4",
- -"{. c #1E1E50",
- -"]. c #7EB2B2",
- -"^. c #8E8EEA",
- -"/. c #6598BE",
- -"(. c #8080E3",
- -"_. c #6C6C6C",
- -":. c #E9B903",
- -"<. c #022A5C",
- -"[. c #562202",
- -"}. c #A9A9DD",
- -"|. c #4679AC",
- -"1. c #6C6CCF",
- -"2. c #020224",
- -"3. c #02024B",
- -"4. c #C5C7CC",
- -"5. c #1448AD",
- -"6. c #8E8E88",
- -"7. c #81B2E2",
- -"8. c #9599FD",
- -"m #.E b l V [ C ,.s |.E C @.C G 1.@.C d ( ,.P =...'.I | ~.( g X ; v O 2.{.0 2.f Q #.d &.( c q I ,.f $ !.h $ { $ h /.! J ,.&.J t #.E ,.I 4 | I &.=...|.|.&.) | #.E g s ;.#.{.#.1.4 C E p =.C ( 6 !.2.d J # c G 2.Z T $ ( _ [ n W ; @.).1 ~.1 | <.I m V G 5.1 b B =.) =.; | m &.e 5.8 p <.&.'.&.. V '.&.B ( [ ~.8 ..) I J ~.).| J b B V 2.&.[ I '.V ) p 1 ( m 5.2.5.'.b [ &.e t ",
- -"m #.5.[ P 3 # | (.l t p =.(.,.b Z l C ~.~.| 5.E J E I 5.~.3._ < 2.; ;.. 1 _ . ).) b G 2.S s J 3.d 4 2.; ).0 |.2.3.L #.#.p ;.S E b #.d 3.E d 3...| 5.K g L 5./.!.l A < [ '.B G | @.6 | 5.=.h ( -.|.; 8 &.3.E I 1 p s ( 3.) ( 4 E I '.b ).v $ ,.U 2.'.@.e X 1 &.< v <.,.).f |.C X 3 '.Z 0 L x d ; : J C f O J p U U 8 I q f 2.s X 2.; p . e <.; G U ; ( 2.2.8 ..2.v J I ).( d (.",
- -"s ; |.;.W < I ( _ b 0 &.b f E I f ~.3.2.l ^.Q ..=.*.,.l 8.d 1.g [ m g ).8 |.G [ J d m ,.,.|.,.I ` (.p X * <.A X ,.l #.,.}.@.'.,.C 4 { C 8 [ 2.2.) G J |.b ; (.d b ,...&.-...8 '.< f $.|.T v #.t K {.m d B Z #.$ l =.8 l m L (.@.{.) ) * L S I I 2.C d ; o * I b E ( ,.).L , 3.( s b ,.{.; /.E I @.@.3.2.< > 1.#.s (.,.f $.! 1.^.,.1.^.)._ { ( 4 4 d 1.q 0 { ,.I l (.p [ b =.^.",
- -"J ; o G =.4 2.b ..I C b ; ..( 3.d @.1 I b J l ( b p b C J ; 0 l ;.#.~.b I @...V x C @.'._ (.Z ; < K d |.I B 7.|.g > [ <.7.R 1.1.b ,.g ! 5.^.C 3.p ) [ t ( ; =.d ( [ 3.2.) ; ( ..2.2.!._ ! '.[ < 1...Z @.&.(.6 b 4 s C 7.,.e m 4 d @.g @.(.1.~.@.#.,.'.8 4 ..( 5.# 3.{.G =.5.3.8 J I e ; 2...( G -.~.2.. ( &.l ;.8 p ; e 5.( d g B ..f ; I ~.#./.9 ( f f =.(.t * g K d ,.2.b (.",
- -",.o !.j : ^...E @.t K | C |.,.E 9 x =.=.=.#.| ; I ,.s s #.( '.J ; ).) 1 L B 2.0 t 3.( -.. ( ,.I {.T ( m G S !.;.S ,.; . ! J m < F b -.b 3.) ; . [ p 4 ^.E ( l 4 4 K @.5.Z 8 <.|.<.. e ).2.( 3.,.@.I T g ; #.E b =.G I < ( . d &.( m =.g 7.,.,.7.v g c h U 4 4 | q #.|., 3 K #.E O t > P G 4 ,.E : K '.W L #.@.b 2.,.m ! U ( @.4 b ).J >.E d I 0 t I [ ! ; ).,.I C ,.$ d ( I ,.",
- -"|...X U 0 { E G =.&.J 4 #.3 p ( 3 (.l 3 < s (.#.b ~.5.(.,.b 7.7.` > l 4 $.Q 2.J m ( 5.'.C _ ,.b d m q |.< ; [ _ ).,.G ; v G '.c m '.l d #.[ {.. ).b s V ( ( | #...@.d d (.'.C : @.5.~.,.'.C I 5.K G 0 8.0 [ -.<.9 #.F < 4 ; d 1 I I ; &.O <.3.E I G p &.I I * ;.,.U ,...d t W [ =.e 4 4 #.t !.[ t 3 4 (.| =.].J b f ,.x ,.b ].].| K l 4 c m 8 g : ( ;.| &.s !.;.,.Q 4 m | b ,.",
- -"J 3.I 3.( 4 &.B ( b C ( ; d &.2...&.3.E C I s b b 4 b #.#.; 5.4 #.x 5.b 5.v 2.'.< * J (.{.p 4 b d X ..g 4 W 9 T f c *.1.(.(.f t ^.t ].4 < 8.,.=.;.b ) g b I ( 3.I {.3.3.) I I =.[ 5.x l (.!.; |.K #.( /./.g 5.[ Z 4 . ,.^.` R @.j ` k J K ! ( @ j R /.E 1 #.-.4 [ ) 8 3.).l # b [ 8 [ ( . p [ F J J e E {.3.-.b 8 j <.o #.2.j 4 h 7.6 b ,.s S | ` B P (.C 0 6 b ! g #.l 4 _ (.",
- -"|.L [ v < > 4 ,.1.l t p b | d ; ( #.b d | | 4 ; b t 8 ;.=.b d C I J ;.S ).b ; ..E ; 1 v b 8 ( ; b I ; #.( S 0 ;.).n @ W >.'.,.#.b b ! 8 ; f ( _ *.f 4 (.1.E 4 d =.4 ( h l ).( ,.I I &.8 4 g ; I @.( 3.I 2.s 1 b @.~.).=.t E 5.'.|.^.B b ^.J s ,.v (.(.v d 4 P 3 d s X m 5.$.!.5.1.l Z ! I l -.. C #.; -.4 < j 2.b t =.$ d b W &.I | d 1 ).b ; ..E . 3.m ; b $ ; B 2.. ) ( 3.d ",
- -"#.&._ {.( @.s =.~...(.4 b (.O E (.< ( 5.m g ^.( I Z 9 =.,.d t E 3.| (.l ~.J e q m 1 ).,.g ,.E ; 5.4 2.L ,.J ,.2.. 8 e G ) 2.[ W I b !.I I J e 3.{.,.p ^.9 C 4 1.@.7.1.J c Z | c 5.[ ,.#.=.8.b ).9 J '.[ $ m &.3.=.p ; G l ( ).. 3.4 J ).-.o b ) . b X >.&.I S $ J [ m o ( 1.E _ ~.E *.4 b > /.>.9 g [ [ 1.(./.e 3.t t =.[ |.R >.).g 7.| f 4 C ,.O &.( q l 6 ..2.5.j 2.E q ..,.",
- -"C b 2.; 2.{.3.).4 1 &.( 3.1.5.b ^.(.3.3...( ,.C b '.5.C ; b (.4 ; #.: 4 @.A [ f g _ d x 8.i : ;.@.A 6 @.R @.^.~.( l | s l E L (.X g > 4 _ *.1.; ; G 3.l @.3.I b I 0 0 ; 0 l s R t {.f , # '.C C *.'.A }.Q $./.|.1.1.b ..A R 9 '.; '.x d 0 ) ( m ( ( C ).#.3.).<.{.* b * 1 h 3.[ |.I J G 3.@.,.b A *.3.; E ( p &.* /.@ &.b I (.,.2.1 3 4 @.(.5.'.> '.6 (.$.^ t ( ~.K ;.@.c f ^.",
- -"@.l X q { '.2.&.Z E s E 3.0 d 3.@.8.2.1 ~.<.;.3.I p ( ( ( 2.( m ; 3.[ I ( J ).).f G 3.I ( O x b 0 1.b L >.S | @.,.t ~...@.1.).l ,.s , _ 1 Z '.p (.{.I 4 ~.p 5.5.; G ) . 2.b I G {.3.I &.I C 2.) J 2.; 4 {.s U v Q Z G s J =.g V #.|.].c > (.< *.{ c 9 s ,.4 , 5./.l j |.n f I J { U m #.3.,.;.3.V > I 1 ~.=.v I 2.,.( ; ( 2.&.s ; ).( I ( < ( b V ( . b ;./.*.* -.t ;._ >.2.4 ",
- -"9 (.x [ : }.< ,.(.,.V m C @.5.b Q }.1 8 x g /.=.; | p 5.t d d V l 4 f ; ; /.#.C Z =.3.I ; I 8 ; ;.d 3.* e F ).b b 4 #.; ).v 2.I 3.I ( 3.. J q ; (.4 [ O ,.4 A /.m : '._ X 1 =.~.=.( ;.'.X -.. ; ) 2.2.{.; b 2.. 2.e 2...8 ; ( ).. I ; b !.5.C v '.m A g ( d d !.(.3 (.5.(.}.4 J |.5.1.1.[ V 5.; c c 1 =.x K ^.m * ` p !.9 d d V P 4 f b b @.U J c ! 3.2.2.I s I ).p ; ; [ ; ( ",
- -"( ).,.).S 1 ).1 p I ..p ( 4 #.I =.1.b . G =.^.(...~.5.=.(.t [ l l t 8.C b t 8 8 x m m A f X ,.>.< (.5.l O |./.( b 3 , $ !.-.W -.;.J < e I 1.'.. ( J 3.J 2.. o U G '.L ; '.1 {.$.,.b @.7.c x =.B Q G _ : J |.J _ q _ ; d K =.E ( B J I . b b I b . 3._ G 3.2.; 1 [ B |.[ 2.C ;.$ p I #.,.b J ... d 1.3.; [ ! K g ) f 5.E (.Q 4 4 l 3 ^.&.;.n d =.*.@.Z K '.4 6 h 4 3 ,.g n 5.@.",
- -"2.. U 0 G ; . ; p &.&.b . p p 3.C 0 b ; 2.. ;.Z 2.G b I _ C I 3.; {.@.b 2.d 2.F !.).8 ~.l Z 4 G 1.K V (.3 @.7.>.; ]./.# > /.-.^.(.Q *.v {.x ^.J '.< #.,.( 3.8 8 ; L ).. G 2.. : q . 3.)._ [ b <.|.e G J ) m J ) K f b ,.*.^./.X 4 ^.f '.@.q -.` J _ f L ..q J m 3.2.L d ( I . ( ,.[ e ( . v -.F e p 2.; 2.. -./.k C ; . =.[ k G ; &.@.I ) m 1 ;.|.( =.'.| t J C V K Q (.Z @.^.",
- -"< o < ~.: K -.p |.x Q '.( p Z ( ,.}.i +. .^ +.+.w +. ., ,.l 4 #.3.( /.C [ f * U f S 2.).2.).; . I v [ 3.; $ h ( 2.[ X . h ! . $ ) 0 t ; . {.<.1 @.O J 8.Q I v *.m x < [ m 8 ; |.g 8 J ;.) 8 2.2.[ ) ; b ; J =.. 4 |.; I * E ^.| ; ,.v C Z X d : d @.$.p ,.9 T /.g #.!.V { > >.d (.(.Q @.( 5.x ).5.(.d =.#.I 0 Z ( ,.#.I [ l | ..3.).~.{.J ~.* h ~.e e $ I ( ; . I m $ S ; ).#.",
- -";.( 8 _ 0 }.L ; d m (.> _ o @.i +.+.+.+.+.2 +.+. .+.+.d 1.4 (.}.@.1.$.x m 8.L W R V ;.(.m '.@.I S ,._ 1 b ).,.4 B ` 3 S L , ) ).. 2.x X b p e I _ ).3...< I 3.1 ) < B 1 |.;.2.0 < 1 f Q Q A _ L $.A 3 X e < X I P { b #.G I $ >.I s ) $ K J I # I I P >.2.d ( ( p [ _ _ 0 R E b d O (.> '.h g &.1.7.| J P ; ~.A ..V x -./., ].}.@.1.$.t @.> >.E +.+.!.w +.g /.I I ,.d I b ( ,.",
- -"; 2.2.2.2.[ ; ; ( b b L 3.$ +.^ +.+.+.4.w r 4.+.4.+.+.b #.I G @.#.C ..1 =.9 G . [ [ e [ J X g B b Z @.5.7.0 /.@.1 f ^.,.5.^.x x 8 2.Q f _ A < {.Z [ 2.; U #.).; G ;.).2.J o . 2.; . ).; ; < ).; f X < f 0 Q [ 8 /.^.@ /.1.U |.f J g | m > l ) q =.>.@ J 3.$ C C 2.3.I I I !.b ; ).b ; _ b &.=.2.s t =.8 &.3.; g 8 ) J B # b ( A ..C '.#.d |.S v +.r q w .X ^.=.;.R n [ 9 5.@.",
- -"'.[ J {.2.'.).{.T ; b {.. .2 r +.+.w .+.2 4.w ^ 4., b &.3.3.b G _ < ; ).m q e 0 B ; k 2.I _ ).3.3 < L Q _ _ |.; o Q L ; 0 0 O X ).< ( . 5.0 2.< Q '.3 g g 8.x m }.'.) : '.) [ 8 <.[ ).; B 2.. ; . 2.; 2.[ o . e 4 I &.'.&.m 1.I I ( $ (.n -.,.4 g /.@.J ( |.(., 6 | C * =.( 1 ,.b b C ) [ ( I =.l {.# ,.; I C 2.; '.* 1 . $.2 7 4.i . ).+.2 . S 2.. 2.4.u _ ( 3.[ &.b v b s ",
- -"t O }.3 '.*.{.=.c | '._ +.+.+.^ +.+. .: Q < < W B f 1.R (.o <.c +.+.+.+. .+.+.+.+.+.+.+.+.m |.[ 1 +.+.4. .4.B w . .+.w w w 2 .2 4.+. .% d 5.2.).&.; X C 2.d v _ Q J 1 f B _ $.*.7.}.t 1.3 ..&.J [ B ;.G [ 0 2.=.'.b 8 8 [ d c $ b 3.2.#.#.b I I d 1.~.,.; ; 4 ].@.}.3 ~.(.#.s c l @.1.v Q 4 ) 5.c ..,.> > 7./._ < t +.+.].* ! [ J +.+.) +.|.d : - 0 +.=.-.(.[ J T ) b [ I d ",
- -"; . v _ e ~.; 2.l s * $ 2 +.+.2 +.+.).. e ) |.'.e 0 =.[ ^.v L /. .+.+.+.+.+.+. .+.+.+.+.+.+.i v _ +.+.+.+.+.{.w +.+.+. .+.+.+.+.+.+.+.+.+.+.*.'.f s I C I 2.2.2.2.; ; ; B I ; E ) B =.&.5.Z =.p K 4 < : _ g x 1 m 3 4 V P q t x l V | ).` /.,.&.2.'.l 6 ,.; . ( ; I p s C , k 3.g '._ |.;.t 9 ).p x ( ; ( ) |.l {.$ _ w 4.0 E f S $.2 $ +.+.+.3 +.+.+.+.J | (.1./.8.K Z (.=.4 ",
- -"C ; e ; 2.0 ).; &.&.).G $. .+.^ 2 }.#.B 2.. 2.G u 2 ^ ^ +.+.. h ^ 2 +.7 ' G 2.. 2.S 4.+.4.2 .. . w . . .7 ).7 4.+.+.4.+.+.+.+.+.^ +.+.2 +.2 4 c 3 X 7.@.) ) J ) ).).=.t #.; 3.I I b ; 2.=.I G s ( ( ;.. ( v 2.0 X 3.|.4 ;.[ '.I [ g E O @.J l b E > 0 ,.4 b '.G b [ b b [ ( 3.e C !.|.; J < I ( |.'.B I ; ; ( 2.. #.^ $._ 2., 7 4._ . . [ 7 ^ X 6._ =.> $.U ) 2.C J >.C 2.s ",
- -"< '.(.v L 1.d &.| =.$ !.4. .+.4. .}.l 4 1.#.; ). .+.+.4.+.+.F , +. .+.4.J p _ <.{.. ^ w r 2 +.. . 4.r 4.+.r 2.4.4.2 .r _.e . k F _.+.+.$.^ 4.. : < ( g t _ <.x g A < ,.8.Z s @.4 =.'.p [ V 5.1 J @ ( d b 2.).. ).;.. ; B B =.d 2.2.I 2.b C ;.B ) 2./.#.) 6 C 6 '.P 7.d >.c 0 #.< >.@ (.; ..1.2.{.1.| 4 1.U =.[ S 0 g * *.+.r J m #.'.; . $ * L w , S X r [ *.<.I b . ; =.; ( ",
- -"( ; [ _ ).4 s ; s C . o 4. .+.w 2 w @.G 5.#.{.{.4.+.+.4.+.+.k , +.+.+.+.i +.2 2 +.+.+.+. .+.+.{.U +.+.+.+.2 . i +.+.+.u O *.#.h h . +.+.w +.2 . , %.' = %.- _.!.%.%.6.' %.] = 6.] ..4 4 [ Z V p (.> Z 7.< ,.Q v ,.@.v 0 < 5.g |.5.'.[ [ d @.@ ~.;.I ,.{.. I 3.* ( b [ s ).5.8 b s 5.* 4 8 ..9 [ [ |./.( |.>.5.| 2.f U . X g ) ~.n '.: ;.e 2 +.Y ^._.2.|.g +.+.4 < ^.~.J > ( C ",
- -"[ v X !.>.O ,.C s $ $ W 4. .+.4.7 +.5.( p b 2.{.^ +.+.^ +.+.. , +.4.+. .4.+. .r .+.2 +. .2 t S . .w w +.4.. 6.+.+.+.^ X 3 _ v ; * +.+.2 +.+.. f & :.& } 5 y % % 5 y % + :.% :.+ I C I . b 3.3.#.m E 1.d E V J m |.;.m '.).m x J g /.g @.9 p 7.1.|.(.Z [ L >.>.|.-.5.|.W @.5.{.s e ,.| ; #.g ;.I 4 6 ( ,.; s 4 2.4 < 2.v f I 4 4 b 0 k . J .; #.f . r ^ ;.(.&.; >.( ( 6 I 3.",
- -"B ;.@.@.d |.l l 8.#.G { +.+.+.+. .+.4.~.^.U * $. .+.+.+.+.+.. < +.w +.+.4.+.+.4.w +. .4.J b f ; 2. .^ 2 +.2 2.!.r +.+.4.U d 2.2.{.6.2 +.^ +.w . 2.+ 5 } & :.& & & & z z a } + & & ).s _.- d ; 3.b b b C <.e q S [.o 2.; 1 . ) [ 2.).W L * - S _.|.#.1.t : _.6.r O p /.6.;.(.4 < > >.X 8.l r 4._.< 6.#.! ^ W _., < ^ 4.W : : {.6.*.[ Q ; 2.+.+.$.}.+.^ +.3 b K B &.J I $ 0 ( C ",
- -"2.. I B 3.! C ; p ( F $ S .+.w +.+.2 ^ +.2 4.+.4.+.+. .+.+.. , +.w +.+.' +.+.+.+.+.+.+.+. .+.G o +.+.+.+.+.v w 2 +.+.+.+.+.+.+.+. .+.+.+.+.g ; . 5 N y :.% :.+ z & :.% & z 5 & a =.8 } } / z + + M P V G 1 } :.z } = U < 2.o } % % 5 = 5 :.= 5 8 3.e {.5 = = 5 % . - 5 = + :.N %.( b J e :.z :.+ & G {.z y 5 + 5 + + :.& } % } } C 6.e . h , +.+.s J t m #.t 5.J $.{ f x =.1.",
- -"[ o L B 2.=.5.; ( ) ; 2.. 2.2 r 2 +.w u +.+.w 4.^ ^ r r +.+.. {. .^ +.+._ F e +.+.w 2 +.4.w +.. . .w w .u 2.].^ w +.2 +.+.+.+.+.w +.+.w m : o !.& y :.+ = % . . 2.S . . k F G l F . 5 5 + y 5 + + + ] G S } + ~ D :.l $.' + D } z & z & / & & # E < - + + 5 y z k N + 5 + z 5 y % = 3.. = y N y & S . + + y 5 % % N % z z N y :.3.3 f . . ).s X {.b E b ).!.( b &.&.( U e C ",
- -"*.x |.A f , K x ^.| 5.(.U ; !.^ +.+.+.+.+.+.+.+. .+.+.r 2 w . h w r +.+.A 2.. . k - ^ w 4.4. .F . 2 4.2 .4.2.^ ^ 2 +.M ^ +.+.2 .u 4.$.2.).[ . e / & & ~ z } H ] w ] = 6 5.I ..1.; ' z :.z :.:.& + y z 5 . % = + } N . S y y & :.y z y :.z z H L b < !.+ ~ z } & |.y / } & / ~ ~ } z & 6.+ & + + & ' ! } } & } Y y y N y y N % = . @ P >.d I 2.) I ) [ I ; ..;.* ;.I b &.) #.",
- -"1 C $ {.C J U #.@.@.d V 4 2.0 ).{.3 i +. .2 +.+.- _ ! L f g o 0 _ 2.'.t f A l U !.! ; W !.@.1.; ).f , < $.m 0 f {.L q . . _ 0 ; ).U v X 2.e X . . + :.} & 5 5 + + & & :.: 9 W /.K 2.{.~ } a z :.D & z & z z z % :.& % . _.N 5 + y . . . . . ; J ( 2.* * = + :.z :.S ' :.y :.+ :.& & + & z + & z z ~ h _ :.5 + & N b ,.E f 1.,.9 '.1 g c l > g #.t 1._ '.(.@.Q d p ^.$.|.$.Q t ",
- -". 3.I 8 3.; I 3.>.( ; b I b ,.2.k h F . 2.. . !.3.<.| ).e @.{.X |.[ [ 8 ; | Z >.x Z b s @.g (.0 C @.4 W ,.# v f , : 9 [ ( V P Z Z #.|.g X O /.L 2.5 5 + z % = = N :.:.= m ,.I ( @.. . z 5 z y N & z y & + :.~ + + H + v / + z & } f Q X P _.y z + 5 2.$ % 5 % z % . [.5 = 5 % = + y N y 5 5 z 5 :.} F $ :.% % + 5 % } 5 % @.{.| Z 5.T s I J 1.E (.n * s 1.` 9 |.h @.!._ ;.<.d ",
- -"4 m c 9 5.@.8 [ 3 (.Q 1.b ..g b &.~.( l A 4 d ~.( 2.,.b ( =.. . ).2.2.2.S 0 5.2.p 0 ; ; 2.I p b 2.C <.; 2.; 3.I 3.b 5.; I p b $ f I C O G ; U ).! & } ~ & + } _.; U |.; #.! 8 m t . {.z % :.5 N * :.= + 5 N :.5 = } 5 . & z + ~ z x @.v !.{ y } & } , , z + y + z ' 5 / z & + [.Y / & & y :./ 5 :.} . - ~ } + & %.N y %._.'.3.2.( b I * e |.X 2.p !.; 3.2.; 0 b ; C 8 2.2.. 3.",
- -"l 1 4 t ,.Q C 3.=.5.1.}.=.( K =.=.g ( [ x x 1.K 5.5.(._ !.x =.#...d l s I 1.1.&.@.@.b b b #.3 -.b ,.>._ ~...&.C 3.( V #.2.#.2.3.C 2.( < ; ; ) . . y 5 ~ ~ y + & z & / z ~ & :.& / . W & + & z 5 G $ !.& + 5 z :.5 + N . y 5 = :.% I ( . k !.% 5 y 5 X !.+ y 5 y } ; % & z & y . 2.e & D + y / + + ~ F S & & & & %.: Y W !.7 _.< - 8 @._ I @.|.$ ~.f B B 8 #.7.! b ,.W W f L #.",
- -"[ ; 2.0 $ #.( I ( 3.3...( I 5...$ x [ 2.I b $ ,.( ).V o L : 4 A (.@.^.,.; p Z 8 x c @.t d &.R 4 5.> d ( V q V ^.s =.(.@.@.P ..,.< [ |./.$ @.(.S . 5 N :.& y % y % 5 :.5 z + N z } . h z y & z :.|.).F f } + ~ & & ~ z o _.+ z } + z /.v ' :.y y y N 2.h y % % % y . [.z y :.y U 2.. . % y = z :.:.& 2.. % 5 :.z y 5 & :.+ & z & ~ l > |.; ;.|._ (.c n 9 d e R 4 X c p e '.0 @.",
- -"m ( ( @.1.@.d | g ~.j 4 =.&.< -.b 5.5.I I 3.I ..&.I ( I ; G 3.b C 3...-.. b ,.b ..(.d 0 =.I !.C b P d <.E ;.C ~.( C -.( [ ^.m =._ ).=.4 3.C t ; U & :.y & z + } :.+ y % z :.N :.z . S + % + y y (.<.2.[.. % 5 5 :.+ % ).v % z ~ + } & } & & :.& } :.! /.& & } z + F ' & & & + 6.^.W {.{.+ y } + 5 z ).. % = % :.y 5 y % % y = y :.2.) p 2.I |.B ..|.d d L b |.( b f s 2.=.( C ",
- -"K @.|.|.~.g < d Z | Z x | p Z Z | (.^.l 4 5.5.@.R ^.Q E #.| ).2.( b _ l ;.b p b 2.&.b #.C I >.C 3.C p p [ $ {.|.; b #.I ( t X 0 [ ) #.< 3.2.=.. [.D :.5 z + z & + & & z & } y z a ' ;.z z } :.y (.` b 8 2.* y % 5 y ' . L F ' z = % 5 5 + z 5 :.+ 5 ).h + & z } / ! % z } & } _.Z @.! *.h z & & } ~ f - } z } } & ~ & + :.} 5 5 y 8 >.g ( b p b 3.# ;...C I ) e 3.&.p |.|.C C ",
- -"( 8 [ [ ; I I ; b b I b I b p &.=.~.(.l t | p -.p K ^.J f 8.< < |.p @.8.4 ,.O 4 ,.V s @.Q =./.O d g ,.v (.|.4 ^.l l l C >.(.,.4 > !.l R O g s 2.* ! . . . . . h F F $ . k 2.. ( l G . k 2.!.d ( t @.p : {.).< W - : #.v 6.S . W ' % :.+ ~ y [.2.b 2.; . . . F _ ).. S G . 2.1 ; 8 I 2.F . . $ S U f !.- _.- v v ' *.6.- - 6.W < m ,.@.8.4 !.n 5.J @._ @.Q s @.c _ | 5.=.|.,.,.",
- -"3.).( ,.C ; ; 2.C p &...I I | ( I E #.b J =.I 3.; ; C 2.I s ( C ,.I I 8 b ( -.( s (.=.&.,.C P V b >.e ; ) [ #.V 5.7.^.b I 9 1 F > l =.1.q O l 3.=.K J '.|.[ ;.P -.! !.$ T L k ).m W ).I ).G I 3.l d b 4 o 3.d >.[ |.) ) |.d {.! ).- < o A t 5.~.@.[ 5.4 ( | 8 ) ; ; G ,.G ; b 2.&.v e ) . I | ( 1 =.[ * 4 =.. 2.2.2.C I ; W ( C 6 ) k _ b ( v ;.-.9 <.&.[ C f /.b W [ ).#.&.#.",
- -",.# g R ~.(.l =.Z K x g =.I x | ..K X b @.@.p | =.4 l ..e U b C ,.b C s b [ ) I 3.X E C C 3.b 0 C E E ( C 3.b s 3.; |.C 2.@.#.2.I [ C L I U @.I '.^.0 '.f v Q , [ /.n J 7.t m 7.7.!.P g C ,.#.I c 5.b | =.b C I e B ; 2.<.&.&.J b ( J ; s @.2.( 4 G < /.) # 1 #.,.#.4 Z n ].g m m A x A >.) (.g o > , 8 @.@.p J s 4 < >.[ =.b C ,.b C =.b ( o 2.; 4 =.e G ; ;.p #.L L ( $ 3.b ",
- -"_ e {.< s x ;.3.b ( ,.^.4 I ( ..) x 5.3.5.| =.|.Z (.*.^.8.t v 1.: #.V x ,.1.K d C t l 1.: p p ,.1.> 1.| 1.( #.m ).&.1.1 #.3 5.E ( 2.<.` ).5.7.; ; 4 b L v . [ [ F e U . U W S m l ( #.< s 7.,.[ O s s ^.d 4 7.{.J m )._ Q ..p (.=.m d C 4 J C #.h ; 5.9 [ 1 &.=.=.3.o J =.(.v 3.; e !.> g 3.( o o 3 ,.; 0 , =.t : (.K g $.t v 1.t U V (.0 Z ^.d e t l Q x d v 0 @.8.@.< t ( #.",
- -"{.. 2.; 2.@.| I b ; b | p &.;.I 3...#.2.( C 2.3.3.3.I * =.B ; C s I 8 ~.I G 1.&.G ^.d s l d < #.) d ..C @.[ ( @.C ,.Q ) 1 8.X ` 1.'.1.V b ! 8.&.$ 1.I 8 *.).< 3 G B O U o U 2.C ,.b 2.;.).4 s I !.B ( V b b 4 ; {.|.1 e Q G ..|.=.1.4 ( n @.s t | ( @.}.Z 3 @., J F I b 2.n g I 2.; b J ;.e ( I F C &.; ;.&.. 1 e F 2.2.m v I # -.I s n ) [ 1.{.[ ^.p E , 6 J ..I 0 >.[ ~.C ( ",
- -";.#.>.h 2./.R Z K =.( Z =.d t V =.~.V =.p | &.=...; {._ [ 8 b ) l I 8 ,.I 3.=.I ; =.).b ; I &.&.I U ( I 8 ;.b L I #.@.2.I t s s '.I s d ; b (.{.&.t ; 2.J 2.;.$.q ,.|.Q < 3 < Q *._ [ 4 2.1.R #.@.#.( 1.C 2.B ; . ;.).. {.2.).[ 3...=.3.,.[ I !.8 2.#.,.C ..o q d ) =...2.@.}.: ^.>.$ R _ =.t O d ~.m '.p j J s '.;.1 E d =.; ..| ; ; ,.2.3._ I ; L G I 8 I C &.I =.( 2.s ( b ",
- -"0 &.q /.I b d E (.p b x 5.I p ~.| V V ~.Z t l 7.3 [ '.3 (.K J 0 }.3 @.(.d _ t =.; s d 5.| m 1.~.,.^.@.p x g E @.,.s @.I I l E d d 3.>.J 2.2.` ( I [ 2.. e . 2.0 ).. C C ( s ( m c # m |.1 m c !.7.|.E $.l B |.< ;.m ;.;.m G U < ; =.| ( 1.3 [ 4 ! ).; ;.3.2.. ;.|.#.p @.k 8 p <.3 p 2.^.|.2.,.~.j n Z P Z t l (.3 ,.@.7.9 8.x !.R { '.x -.E : s b =._ 4 X p m ~.,.7.P p R 4 E "};
- +"90 32 2 1",
- +" c #000000",
- +". c None",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +".............. ................. . .... ... ...... ...... .........",
- +"............. .. ................. .. . ... ... .. ......... . ..... . ........",
- +"............. ...... ... . .... .. . ... ..... .. ......... ......... ........",
- +".............. ... .. . . ... .. . . .. ....... .... .. ........ .........",
- +"................ .. .. . .. .... .. . . .. .. . ......... .. ...... ..........",
- +"............ ... . .. . ... .............. .... .. ......... .. ...... ...........",
- +"............ .. .. . .. .. .............. ... .. ......... . ..... ...........",
- +"............. ... . .. ............... ... ...... ... .. .........",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +"..........................................................................................",
- +".........................................................................................."};
- diff -rpuNb orig/SGE6.2u5p2/source/dist/util/arch SGE6.2u5p2/source/dist/util/arch
- --- orig/SGE6.2u5p2/source/dist/util/arch 2011-04-05 10:27:49.000000000 -0700
- +++ SGE6.2u5p2/source/dist/util/arch 2019-03-22 10:49:50.896431240 -0700
- @@ -258,6 +258,9 @@ Linux)
- 2.6.*)
- lxrelease=26
- ;;
- + 3.*|4.*|5.*)
- + lxrelease=
- + ;;
- *)
- unsupported="UNSUPPORTED-"
- lxrelease=$osrelease
- diff -rpuNb orig/SGE6.2u5p2/source/dist/util/arch.dist SGE6.2u5p2/source/dist/util/arch.dist
- --- orig/SGE6.2u5p2/source/dist/util/arch.dist 2011-04-05 10:27:49.000000000 -0700
- +++ SGE6.2u5p2/source/dist/util/arch.dist 2019-03-22 11:18:17.514288068 -0700
- @@ -266,6 +266,9 @@ Linux)
- fi
- fi
- ;;
- + 3.*|4.*|5.*)
- + lxrelease=
- + ;;
- *)
- unsupported="UNSUPPORTED-"
- lxrelease=$osrelease
- diff -rpuNb orig/SGE6.2u5p2/source/libs/comm/cl_ssl_framework.c SGE6.2u5p2/source/libs/comm/cl_ssl_framework.c
- --- orig/SGE6.2u5p2/source/libs/comm/cl_ssl_framework.c 2011-04-05 10:27:41.000000000 -0700
- +++ SGE6.2u5p2/source/libs/comm/cl_ssl_framework.c 2019-03-20 19:22:44.088754797 -0700
- @@ -81,6 +81,8 @@
- #include <openssl/bio.h>
- #include <openssl/ssl.h>
- #include <openssl/rand.h>
- +#include <openssl/stack.h>
- +#define STACK _STACK
- #ifdef USE_POLL
- #include <sys/poll.h>
- @@ -155,13 +157,13 @@ static void (*cl_com_ssl
- static int (*cl_com_ssl_func__BIO_free) (BIO *a);
- static BIO* (*cl_com_ssl_func__BIO_new_fp) (FILE *stream, int flags);
- static BIO* (*cl_com_ssl_func__BIO_new_socket) (int sock, int close_flag);
- -static BIO* (*cl_com_ssl_func__BIO_new_mem_buf) (void *buf, int len);
- +static BIO* (*cl_com_ssl_func__BIO_new_mem_buf) (const void *buf, int len);
- static int (*cl_com_ssl_func__BIO_printf) (BIO *bio, const char *format, ...);
- static void (*cl_com_ssl_func__SSL_set_bio) (SSL *s, BIO *rbio,BIO *wbio);
- static int (*cl_com_ssl_func__SSL_accept) (SSL *ssl);
- static void (*cl_com_ssl_func__SSL_CTX_free) (SSL_CTX *);
- -static SSL_CTX* (*cl_com_ssl_func__SSL_CTX_new) (SSL_METHOD *meth);
- -static SSL_METHOD* (*cl_com_ssl_func__SSLv23_method) (void);
- +static SSL_CTX* (*cl_com_ssl_func__SSL_CTX_new) (const SSL_METHOD *meth);
- +static const SSL_METHOD* (*cl_com_ssl_func__SSLv23_method) (void);
- static int (*cl_com_ssl_func__SSL_CTX_use_certificate_chain_file) (SSL_CTX *ctx, const char *file);
- static int (*cl_com_ssl_func__SSL_CTX_use_certificate) (SSL_CTX *ctx, X509 *cert);
- static int (*cl_com_ssl_func__SSL_CTX_use_PrivateKey_file) (SSL_CTX *ctx, const char *file, int type);
- @@ -236,15 +238,15 @@ static int (*cl_com_ssl
- static void* (*cl_com_ssl_func__SSL_CTX_get_ex_data) (SSL_CTX *ssl,int idx);
- static int (*cl_com_ssl_func__SSL_CTX_set_ex_data) (SSL_CTX *ssl,int idx,void *data);
- static int (*cl_com_ssl_func__sk_num) (const STACK *);
- -static char* (*cl_com_ssl_func__sk_value) (const STACK *, int);
- +static void* (*cl_com_ssl_func__sk_value) (const STACK *, int);
- static int (*cl_com_ssl_func__X509_STORE_get_by_subject) (X509_STORE_CTX *vs,int type,X509_NAME *name, X509_OBJECT *ret);
- static void (*cl_com_ssl_func__EVP_PKEY_free) (EVP_PKEY *pkey);
- static void (*cl_com_ssl_func__X509_STORE_CTX_set_error) (X509_STORE_CTX *ctx,int s);
- static void (*cl_com_ssl_func__X509_OBJECT_free_contents) (X509_OBJECT *a);
- static ASN1_INTEGER* (*cl_com_ssl_func__X509_get_serialNumber) (X509 *x);
- -static int (*cl_com_ssl_func__X509_cmp_current_time) (ASN1_TIME *s);
- -static int (*cl_com_ssl_func__ASN1_INTEGER_cmp) (ASN1_INTEGER *x, ASN1_INTEGER *y);
- -static long (*cl_com_ssl_func__ASN1_INTEGER_get) (ASN1_INTEGER *a);
- +static int (*cl_com_ssl_func__X509_cmp_current_time) (const ASN1_TIME *s);
- +static int (*cl_com_ssl_func__ASN1_INTEGER_cmp) (const ASN1_INTEGER *x, const ASN1_INTEGER *y);
- +static long (*cl_com_ssl_func__ASN1_INTEGER_get) (const ASN1_INTEGER *a);
- static int (*cl_com_ssl_func__X509_CRL_verify) (X509_CRL *a, EVP_PKEY *r);
- static EVP_PKEY* (*cl_com_ssl_func__X509_get_pubkey) (X509 *x);
- static int (*cl_com_ssl_func__X509_STORE_set_default_paths) (X509_STORE *ctx);
- @@ -1168,7 +1170,7 @@ static int cl_com_ssl_build_symbol_table
- }
- func_name = "BIO_new_mem_buf";
- - cl_com_ssl_func__BIO_new_mem_buf = (BIO* (*)(void *buf, int len))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__BIO_new_mem_buf = (BIO* (*)(const void *buf, int len))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__BIO_new_mem_buf == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- @@ -1203,14 +1205,14 @@ static int cl_com_ssl_build_symbol_table
- }
- func_name = "SSL_CTX_new";
- - cl_com_ssl_func__SSL_CTX_new = (SSL_CTX* (*)(SSL_METHOD *meth))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__SSL_CTX_new = (SSL_CTX* (*)(const SSL_METHOD *meth))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__SSL_CTX_new == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- }
- func_name = "SSLv23_method";
- - cl_com_ssl_func__SSLv23_method = (SSL_METHOD* (*)(void))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__SSLv23_method = (const SSL_METHOD* (*)(void))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__SSLv23_method == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- @@ -1707,7 +1709,7 @@ static int cl_com_ssl_build_symbol_table
- }
- func_name = "sk_value";
- - cl_com_ssl_func__sk_value = (char* (*)(const STACK *, int))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__sk_value = (void* (*)(const STACK *, int))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__sk_value == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- @@ -1749,21 +1751,21 @@ static int cl_com_ssl_build_symbol_table
- }
- func_name = "X509_cmp_current_time";
- - cl_com_ssl_func__X509_cmp_current_time = (int (*)(ASN1_TIME *s))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__X509_cmp_current_time = (int (*)(const ASN1_TIME *s))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__X509_cmp_current_time == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- }
- func_name = "ASN1_INTEGER_cmp";
- - cl_com_ssl_func__ASN1_INTEGER_cmp = (int (*)(ASN1_INTEGER *x, ASN1_INTEGER *y))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__ASN1_INTEGER_cmp = (int (*)(const ASN1_INTEGER *x, const ASN1_INTEGER *y))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__ASN1_INTEGER_cmp == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- }
- func_name = "ASN1_INTEGER_get";
- - cl_com_ssl_func__ASN1_INTEGER_get = (long (*)(ASN1_INTEGER *a))dlsym(cl_com_ssl_crypto_handle, func_name);
- + cl_com_ssl_func__ASN1_INTEGER_get = (long (*)(const ASN1_INTEGER *a))dlsym(cl_com_ssl_crypto_handle, func_name);
- if (cl_com_ssl_func__ASN1_INTEGER_get == NULL) {
- CL_LOG_STR(CL_LOG_ERROR,"dlsym error: can't get function address:", func_name);
- had_errors++;
- diff -rpuNb orig/SGE6.2u5p2/source/scripts/compilearch SGE6.2u5p2/source/scripts/compilearch
- --- orig/SGE6.2u5p2/source/scripts/compilearch 2011-04-05 10:27:39.000000000 -0700
- +++ SGE6.2u5p2/source/scripts/compilearch 2019-03-22 10:52:07.922009760 -0700
- @@ -164,6 +164,11 @@ case $buildarch in
- BUILDARCH=IRIX65
- TARGET_BITS=TARGET_64BIT
- ;;
- + lx-amd64)
- + BUILDARCH=LINUXAMD64
- + COMPILE_ARCH=LINUXAMD64
- + TARGET_BITS=TARGET_64BIT
- + ;;
- lx24-alpha)
- BUILDARCH=ALINUX
- COMPILE_ARCH=ALINUX_24
- diff -rpuNb orig/SGE6.2u5p2/source/scripts/distinst SGE6.2u5p2/source/scripts/distinst
- --- orig/SGE6.2u5p2/source/scripts/distinst 2011-04-05 10:27:39.000000000 -0700
- +++ SGE6.2u5p2/source/scripts/distinst 2019-03-21 15:25:50.674635272 -0700
- @@ -69,7 +69,7 @@ QMON_SHARED_LIBRARIES="libXbae libXicon
- QMON_NEED_SHARED_LIBRARIES="libXltree"
- OPENSSL_SHARED_LIBRARIES="libcrypto libssl"
- -BERKELEYDB_SHARED_LIBRARIES="libdb-4.4"
- +BERKELEYDB_SHARED_LIBRARIES="libdb"
- DRMAA_SHARED_LIBRARIES="libdrmaa"
- # The last number listed here will be the verson linked from libdrmaa.so
- @@ -82,7 +82,7 @@ JNI_SHARED_LIBRARIES="libdrmaa libjuti l
- JUTIJ_FILES="CLASSES/juti/juti"
- JGDIJ_FILES="libs/jgdi/build/jgdi"
- JJSV_FILES="CLASSES/jjsv/JSV"
- -JAVA_LIBRARIES="${DRMAAJ_FILES} ${JUTIJ_FILES} ${JGDIJ_FILES} ${JJSV_FILES}"
- +JAVA_LIBRARIES=
- PVMSOURCES="start_pvm.c stop_pvm.c slave.c master.c spmd.c Makefile"
- PVMSRCSCRIPTS="install.sh aimk"
- @@ -796,6 +796,9 @@ for prog in $PROG; do
- esac
- done
- +insthadoop=false
- +instarco=false
- +instguiinst=false
- # ------------------ Install common files ------------------
- #
- @@ -844,11 +847,6 @@ if [ $instcommon = true ]; then
- Execute sed -e "s/#ENFORCE_SHLIBPATH#//" dist/util/install_modules/inst_common.sh > $DEST_SGE_ROOT/util/install_modules/inst_common.sh
- fi
- - # DetectJvmLibrary
- - if [ -f dist/DetectJvmLibrary/build/jar/DetectJvmLibrary.jar ]; then
- - Execute cp dist/DetectJvmLibrary/build/jar/DetectJvmLibrary.jar $DEST_SGE_ROOT/util
- - fi
- -
- # JSV Java language binding
- if [ -f libs/jjsv/java/com/sun/grid/jsv/examples/SimpleJsv.java ]; then
- Execute cp libs/jjsv/java/com/sun/grid/jsv/examples/SimpleJsv.java $DEST_SGE_ROOT/util/resources/jsv
- @@ -898,7 +896,6 @@ if [ $instcommon = true ]; then
- $DEST_SGE_ROOT/util/sgeCA/*.cnf \
- $DEST_SGE_ROOT/util/sgeSMF/*.xml \
- $DEST_SGE_ROOT/util/sgeSMF/sge_smf_support.sh \
- - $DEST_SGE_ROOT/util/DetectJvmLibrary.jar \
- $DEST_SGE_ROOT/util/resources/calendars/* \
- $DEST_SGE_ROOT/util/resources/centry/* \
- $DEST_SGE_ROOT/util/resources/pe/* \
- @@ -1550,6 +1547,12 @@ for i in $ARCH; do
- libname=$OPENSSLBASE/$DSTARCH/lib/$libname
- elif [ -f $OPENSSLBASE/lib/$libname ]; then
- libname=$OPENSSLBASE/lib/$libname
- + elif [ -f $OPENSSLBASE/$DSTARCH/lib64/$libname ]; then
- + libname=$OPENSSLBASE/$DSTARCH/lib64/$libname
- + elif [ -f $OPENSSLBASE/lib64/$libname ]; then
- + libname=$OPENSSLBASE/lib64/$libname
- + elif [ -f $OPENSSLBASE/$libname ]; then
- + libname=$OPENSSLBASE/$libname
- fi
- if [ -f $libname ]; then
- @@ -1578,6 +1581,12 @@ for i in $ARCH; do
- libname=$BERKELEYDBBASE/$DSTARCH/lib/$libname
- elif [ -f $BERKELEYDBBASE/lib/$libname ]; then
- libname=$BERKELEYDBBASE/lib/$libname
- + elif [ -f $BERKELEYDBBASE/$DSTARCH/lib64/$libname ]; then
- + libname=$BERKELEYDBBASE/$DSTARCH/lib64/$libname
- + elif [ -f $BERKELEYDBBASE/lib64/$libname ]; then
- + libname=$BERKELEYDBBASE/lib64/$libname
- + elif [ -f $BERKELEYDBBASE/$libname ]; then
- + libname=$BERKELEYDBBASE/$libname
- fi
- if [ -f $libname ]; then
- diff -rpuNb orig/SGE6.2u5p2/source/scripts/distinst.site SGE6.2u5p2/source/scripts/distinst.site
- --- orig/SGE6.2u5p2/source/scripts/distinst.site 2011-04-05 10:27:39.000000000 -0700
- +++ SGE6.2u5p2/source/scripts/distinst.site 2019-03-20 22:22:13.777518711 -0700
- @@ -31,11 +31,11 @@
- #___INFO__MARK_END__
- # Base directory where the openssl binary and libraries reside
- -OPENSSLSOVERSION=0.9.8
- -OPENSSLBASE=/off_home/gridengine/openssl-0.9.8h-origin
- +OPENSSLSOVERSION=1.0.2k
- +OPENSSLBASE=/usr
- # Base directory where BDB resides
- -BERKELEYDBBASE=/off_home/gridengine/db-4.4.20
- +BERKELEYDBBASE=/usr/lib64/libdb4
- # Base directory where libcore.so resides
- # Relevant for Linux only:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement