[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20040421: GEMPAK5.7 AIX build fails



Mary Ann,

Until the build completes sucessfully, you won't be able
to run "make install".

When the build is sucessful, your $GEMLIB directory
will have the libraries such as you showed for 5.6 which
should have the same problem with the scandir.c routine,
unless the old version doesn't have a prototype for scandir
in conflict with /usr/include/sys/dir.h..


1) Error in building jasper for jpeg2000 grib decoding

For the jasper library build, it is finding that you have libjpeg installed
on your system, eg:
>checking for jpeg_destroy in -ljpeg... yes
but, when it attampts to find the header file jpeglib.h on your system, it 
cannot.

My suggestion here would be to see if you can get the developer header files
for libjpeg, instead of just the runtime environment. A work around would be
to temporarily move your libjpeg* files out of the search path of the compiler
(I'm asusming you have it in /usr/lib, or /opt/lib, etc.

To reinitiate the build of jasper:
cd $GEMPAK/source
make _jasper


2) Scandir

GEMPAK provides a copy of scandir.c in $GEMPAK/source/cgemlib/css/aix4
that works around inconsistencies among operating systems, but compilation
of that routine is running into a problem with the prototype
of scandir in /usr/include/sys/dir.h on your system.

You can force GEMPAK to use the scandir supplied with your system by editing
$GEMPAK/source/cgemlib/css/aix4/Makefile, and removing the
$(ALIB) dependency from the target "all",
eg change:
all : $(ALIB)
to 
all :

Your build should now skip trying to build the local scandir.c.

You can then restart your system build with:

cd $NAWIPS
make clean
make all install

Steve Chiswell
Unidata User Support












.

>From: Mary Ann Ciuffini <address@hidden>
>Organization: MHPCC
>Keywords: 200404220121.i3M1L4CT023406

>This is a multi-part message in MIME format.
>--------------44ABD71E9E5C96EA702345AE
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>I set NCOPT in Makeinc.aix: NCOPT = "CC=$(CC)" "FC= " "CXX= " "F90= "
>
>The build still fails. Please review the attached make.out and advise me
>on how to fix this problem.
>
>The first problems is:
>"jpg_jpeglib.h", line 120.10: 1506-296 (S) #include file <jpeglib.h> not
>found. followed by Unexpected text and syntax errors in jpg_dec.c
>
>The second problem is: 
>"scandir.c", line 15.5: 1506-343 (S) Redeclaration of scandir differs
>from previous declaration on line 195 of "/usr/include/sys/dir.h".
>"scandir.c", line 15.5: 1506-377 (I) The type "int(*)(const struct
>dirent*)" of parameter 3 differs from the previous type "int(*)(struct
>dirent*)".
>-- 
>Mary Ann Ciuffini                      MHPCC
>Computer Systems Engineer              550 Lipoa Parkway
>address@hidden         Kihei, Maui, HI 96753
>http://www.mhpcc.hpc.mil/~mac          808-879-5077 X237 Fax: 808-879-5018
>--------------44ABD71E9E5C96EA702345AE
>Content-Type: text/plain; charset=us-ascii;
> name="make.out"
>Content-Transfer-Encoding: 7bit
>Content-Disposition: inline;
> filename="make.out"
>
>       Creating /m/kproe/gempak/GEMPAK5.7.1/lib/aix
>       Creating /m/kproe/gempak/GEMPAK5.7.1/bin/aix
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak
>-n making in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source
>       make _jasper
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/jasper
>make: 1254-002 Cannot find a rule to create target distclean from dependencies
> .
>Stop.
>checking build system type... powerpc-ibm-aix5.1.0.0
>checking host system type... powerpc-ibm-aix5.1.0.0
>checking target system type... powerpc-ibm-aix5.1.0.0
>checking for a BSD-compatible install... /opt/freeware/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets $(MAKE)... yes
>checking for gawk... (cached) gawk
>checking for gcc... /usr/vac/bin/xlc
>checking for C compiler default output... a.out
>checking whether the C compiler works... yes
>checking whether we are cross compiling... no
>checking for suffix of executables... 
>checking for suffix of object files... o
>checking whether we are using the GNU C compiler... no
>checking whether /usr/vac/bin/xlc accepts -g... yes
>checking for /usr/vac/bin/xlc option to accept ANSI C... none needed
>checking for style of include used by make... GNU
>checking dependency style of /usr/vac/bin/xlc... aix
>checking how to run the C preprocessor... /usr/vac/bin/xlc -E
>checking for a BSD-compatible install... /opt/freeware/bin/install -c
>checking whether ln -s works... yes
>checking for ranlib... ranlib
>checking for non-GNU ld... /bin/ld
>checking if the linker (/bin/ld) is GNU ld... no
>checking for /bin/ld option to reload object files... -r
>checking for BSD-compatible nm... /bin/nm -B
>checking for a sed that does not truncate output... /bin/sed
>checking how to recognise dependent libraries... pass_all
>checking command to parse /bin/nm -B output... ok
>checking for egrep... grep -E
>checking for ANSI C header files... yes
>checking for sys/types.h... yes
>checking for sys/stat.h... yes
>checking for stdlib.h... yes
>checking for string.h... yes
>checking for memory.h... yes
>checking for strings.h... yes
>checking for chiz_inttypes.h... no
>checking for chiz_stdint.h... no
>checking for unistd.h... yes
>checking dlfcn.h usability... yes
>checking dlfcn.h presence... yes
>checking for dlfcn.h... yes
>checking for ranlib... (cached) ranlib
>checking for strip... strip
>checking for objdir... .libs
>checking for /usr/vac/bin/xlc option to produce PIC... none
>checking if /usr/vac/bin/xlc static flag -bnso -bI:/lib/syscalls.exp works... 
> no
>checking if /usr/vac/bin/xlc supports -c -o file.o... no
>checking if we can lock with hard links... yes
>checking whether the linker (/bin/ld) supports shared libraries... yes
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... no
>checking dynamic linker characteristics... aix5.1.0.0 ld.so
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... no
>checking whether to build static libraries... yes
>creating libtool
>checking for X... libraries , headers 
>checking for gethostbyname... yes
>checking for connect... yes
>checking for remove... yes
>checking for shmat... yes
>checking for IceConnectionNumber in -lICE... yes
>checking whether variable-length arrays are supported... no
>checking for jpeg_destroy in -ljpeg... yes
>checking for glutInit in -lglut... no
>checking GL/glut.h usability... no
>checking GL/glut.h presence... no
>checking for GL/glut.h... no
>checking whether OpenGL libraries and headers were detected... no
>checking for main in -lm... yes
>checking for ANSI C header files... (cached) yes
>checking fcntl.h usability... yes
>checking fcntl.h presence... yes
>checking for fcntl.h... yes
>checking limits.h usability... yes
>checking limits.h presence... yes
>checking for limits.h... yes
>checking for unistd.h... (cached) yes
>checking for chiz_stdint.h... (cached) no
>checking chiz_stdbool.h usability... no
>checking chiz_stdbool.h presence... no
>checking for chiz_stdbool.h... no
>checking io.h usability... no
>checking io.h presence... no
>checking for io.h... no
>checking windows.h usability... no
>checking windows.h presence... no
>checking for windows.h... no
>checking for sys/types.h... (cached) yes
>checking for stdlib.h... (cached) yes
>checking stddef.h usability... yes
>checking stddef.h presence... yes
>checking for stddef.h... yes
>checking whether byte ordering is bigendian... yes
>checking for an ANSI C-conforming const... yes
>checking for inline... __inline
>checking for size_t... yes
>checking for short... yes
>checking size of short... 2
>checking for unsigned short... yes
>checking size of unsigned short... 2
>checking for int... yes
>checking size of int... 4
>checking for unsigned int... yes
>checking size of unsigned int... 4
>checking for long... yes
>checking size of long... 4
>checking for unsigned long... yes
>checking size of unsigned long... 4
>checking for long long... yes
>checking size of long long... 8
>checking for unsigned long long... yes
>checking size of unsigned long long... 8
>checking for uchar... yes
>checking for ushort... yes
>checking for uint... yes
>checking for ulong... yes
>checking for longlong... no
>checking for ulonglong... no
>checking for ssize_t... yes
>checking for vprintf... yes
>checking for _doprnt... yes
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating src/Makefile
>config.status: creating src/appl/Makefile
>config.status: creating src/libjasper/Makefile
>config.status: creating src/libjasper/base/Makefile
>config.status: creating src/libjasper/bmp/Makefile
>config.status: creating src/libjasper/include/Makefile
>config.status: creating src/libjasper/include/jasper/Makefile
>config.status: creating src/libjasper/jp2/Makefile
>config.status: creating src/libjasper/jpc/Makefile
>config.status: creating src/libjasper/jpg/Makefile
>config.status: creating src/libjasper/mif/Makefile
>config.status: creating src/libjasper/pgx/Makefile
>config.status: creating src/libjasper/pnm/Makefile
>config.status: creating src/libjasper/ras/Makefile
>config.status: creating src/msvc/Makefile
>config.status: creating jasper.spec
>config.status: creating src/libjasper/include/jasper/jas_config.h
>config.status: executing depfiles commands
>Making all in src
>Making all in libjasper
>Making all in include
>Making all in jasper
>       make  all-am
>Target "all-am" is up to date.
>Target "all-am" is up to date.
>Target "all" is up to date.
>Making all in base
>       source='jas_cm.c' object='jas_cm.lo' libtool=yes  depfile='.deps/jas_cm
> .Plo' tmpdepfile='.deps/jas_cm.TPlo'  depmode=aix /bin/sh ../../../acaux/depc
> omp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONFIG_H
>  -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -o ja
> s_cm.lo `test -f 'jas_cm.c' || echo './'`jas_cm.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_cm.c
>echo timestamp > jas_cm.lo
>       source='jas_debug.c' object='jas_debug.lo' libtool=yes  depfile='.deps/
> jas_debug.Plo' tmpdepfile='.deps/jas_debug.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jas_debug.lo `test -f 'jas_debug.c' || echo './'`jas_debug.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_debug.c
>echo timestamp > jas_debug.lo
>       source='jas_getopt.c' object='jas_getopt.lo' libtool=yes  depfile='.dep
> s/jas_getopt.Plo' tmpdepfile='.deps/jas_getopt.TPlo'  depmode=aix /bin/sh ../
> ../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc
>  -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../includ
> e    -g -c -o jas_getopt.lo `test -f 'jas_getopt.c' || echo './'`jas_getopt.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_getopt.c
>echo timestamp > jas_getopt.lo
>       source='jas_image.c' object='jas_image.lo' libtool=yes  depfile='.deps/
> jas_image.Plo' tmpdepfile='.deps/jas_image.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jas_image.lo `test -f 'jas_image.c' || echo './'`jas_image.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_image.c
>echo timestamp > jas_image.lo
>       source='jas_icc.c' object='jas_icc.lo' libtool=yes  depfile='.deps/jas_
> icc.Plo' tmpdepfile='.deps/jas_icc.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jas_icc.lo `test -f 'jas_icc.c' || echo './'`jas_icc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_icc.c
>echo timestamp > jas_icc.lo
>       source='jas_iccdata.c' object='jas_iccdata.lo' libtool=yes  depfile='.d
> eps/jas_iccdata.Plo' tmpdepfile='.deps/jas_iccdata.TPlo'  depmode=aix /bin/sh
>  ../../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin
> /xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../in
> clude    -g -c -o jas_iccdata.lo `test -f 'jas_iccdata.c' || echo './'`jas_ic
> cdata.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_iccdata.c
>echo timestamp > jas_iccdata.lo
>       source='jas_init.c' object='jas_init.lo' libtool=yes  depfile='.deps/ja
> s_init.Plo' tmpdepfile='.deps/jas_init.TPlo'  depmode=aix /bin/sh ../../../ac
> aux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_
> CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g 
> -c -o jas_init.lo `test -f 'jas_init.c' || echo './'`jas_init.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_init.c
>echo timestamp > jas_init.lo
>       source='jas_malloc.c' object='jas_malloc.lo' libtool=yes  depfile='.dep
> s/jas_malloc.Plo' tmpdepfile='.deps/jas_malloc.TPlo'  depmode=aix /bin/sh ../
> ../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc
>  -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../includ
> e    -g -c -o jas_malloc.lo `test -f 'jas_malloc.c' || echo './'`jas_malloc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_malloc.c
>echo timestamp > jas_malloc.lo
>       source='jas_seq.c' object='jas_seq.lo' libtool=yes  depfile='.deps/jas_
> seq.Plo' tmpdepfile='.deps/jas_seq.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jas_seq.lo `test -f 'jas_seq.c' || echo './'`jas_seq.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_seq.c
>echo timestamp > jas_seq.lo
>       source='jas_stream.c' object='jas_stream.lo' libtool=yes  depfile='.dep
> s/jas_stream.Plo' tmpdepfile='.deps/jas_stream.TPlo'  depmode=aix /bin/sh ../
> ../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc
>  -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../includ
> e    -g -c -o jas_stream.lo `test -f 'jas_stream.c' || echo './'`jas_stream.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_stream.c
>echo timestamp > jas_stream.lo
>       source='jas_string.c' object='jas_string.lo' libtool=yes  depfile='.dep
> s/jas_string.Plo' tmpdepfile='.deps/jas_string.TPlo'  depmode=aix /bin/sh ../
> ../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc
>  -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../includ
> e    -g -c -o jas_string.lo `test -f 'jas_string.c' || echo './'`jas_string.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_string.c
>echo timestamp > jas_string.lo
>       source='jas_tvp.c' object='jas_tvp.lo' libtool=yes  depfile='.deps/jas_
> tvp.Plo' tmpdepfile='.deps/jas_tvp.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jas_tvp.lo `test -f 'jas_tvp.c' || echo './'`jas_tvp.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_tvp.c
>echo timestamp > jas_tvp.lo
>       source='jas_version.c' object='jas_version.lo' libtool=yes  depfile='.d
> eps/jas_version.Plo' tmpdepfile='.deps/jas_version.TPlo'  depmode=aix /bin/sh
>  ../../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin
> /xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../in
> clude    -g -c -o jas_version.lo `test -f 'jas_version.c' || echo './'`jas_ve
> rsion.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jas_version.c
>echo timestamp > jas_version.lo
>       /bin/sh ../../../libtool --mode=link /usr/vac/bin/xlc  -g    -o libbase
> .la   jas_cm.lo jas_debug.lo jas_getopt.lo  jas_image.lo jas_icc.lo jas_iccda
> ta.lo jas_init.lo  jas_malloc.lo jas_seq.lo jas_stream.lo jas_string.lo jas_t
> vp.lo  jas_version.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libbase.la .libs/libbase.* .libs/libbase.*
>ar cru .libs/libbase.a  jas_cm.o jas_debug.o jas_getopt.o jas_image.o jas_icc.
> o jas_iccdata.o jas_init.o jas_malloc.o jas_seq.o jas_stream.o jas_string.o j
> as_tvp.o jas_version.o 
>ranlib .libs/libbase.a
>creating libbase.la
>(cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la)
>Target "all" is up to date.
>Making all in bmp
>       source='bmp_cod.c' object='bmp_cod.lo' libtool=yes  depfile='.deps/bmp_
> cod.Plo' tmpdepfile='.deps/bmp_cod.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o bmp_cod.lo `test -f 'bmp_cod.c' || echo './'`bmp_cod.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M bmp_cod.c
>echo timestamp > bmp_cod.lo
>       source='bmp_dec.c' object='bmp_dec.lo' libtool=yes  depfile='.deps/bmp_
> dec.Plo' tmpdepfile='.deps/bmp_dec.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o bmp_dec.lo `test -f 'bmp_dec.c' || echo './'`bmp_dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M bmp_dec.c
>echo timestamp > bmp_dec.lo
>       source='bmp_enc.c' object='bmp_enc.lo' libtool=yes  depfile='.deps/bmp_
> enc.Plo' tmpdepfile='.deps/bmp_enc.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o bmp_enc.lo `test -f 'bmp_enc.c' || echo './'`bmp_enc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M bmp_enc.c
>echo timestamp > bmp_enc.lo
>       /bin/sh ../../../libtool --mode=link /usr/vac/bin/xlc  -g    -o libbmp.
> la   bmp_cod.lo bmp_dec.lo bmp_enc.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libbmp.la .libs/libbmp.* .libs/libbmp.*
>ar cru .libs/libbmp.a  bmp_cod.o bmp_dec.o bmp_enc.o 
>ranlib .libs/libbmp.a
>creating libbmp.la
>(cd .libs && rm -f libbmp.la && ln -s ../libbmp.la libbmp.la)
>Target "all" is up to date.
>Making all in jp2
>       source='jp2_cod.c' object='jp2_cod.lo' libtool=yes  depfile='.deps/jp2_
> cod.Plo' tmpdepfile='.deps/jp2_cod.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jp2_cod.lo `test -f 'jp2_cod.c' || echo './'`jp2_cod.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jp2_cod.c
>echo timestamp > jp2_cod.lo
>       source='jp2_dec.c' object='jp2_dec.lo' libtool=yes  depfile='.deps/jp2_
> dec.Plo' tmpdepfile='.deps/jp2_dec.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jp2_dec.lo `test -f 'jp2_dec.c' || echo './'`jp2_dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jp2_dec.c
>"jp2_dec.c", line 338.73: 1506-280 (E) Function argument assignment between ty
> pes "unsigned char*" and "unsigned int*" is not allowed.
>echo timestamp > jp2_dec.lo
>       source='jp2_enc.c' object='jp2_enc.lo' libtool=yes  depfile='.deps/jp2_
> enc.Plo' tmpdepfile='.deps/jp2_enc.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jp2_enc.lo `test -f 'jp2_enc.c' || echo './'`jp2_enc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jp2_enc.c
>echo timestamp > jp2_enc.lo
>       /bin/sh ../../../libtool --mode=link /usr/vac/bin/xlc  -g    -o libjp2.
> la   jp2_cod.lo jp2_dec.lo jp2_enc.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libjp2.la .libs/libjp2.* .libs/libjp2.*
>ar cru .libs/libjp2.a  jp2_cod.o jp2_dec.o jp2_enc.o 
>ranlib .libs/libjp2.a
>creating libjp2.la
>(cd .libs && rm -f libjp2.la && ln -s ../libjp2.la libjp2.la)
>Target "all" is up to date.
>Making all in jpc
>       source='jpc_bs.c' object='jpc_bs.lo' libtool=yes  depfile='.deps/jpc_bs
> .Plo' tmpdepfile='.deps/jpc_bs.TPlo'  depmode=aix /bin/sh ../../../acaux/depc
> omp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONFIG_H
>  -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -o jp
> c_bs.lo `test -f 'jpc_bs.c' || echo './'`jpc_bs.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_bs.c
>echo timestamp > jpc_bs.lo
>       source='jpc_cs.c' object='jpc_cs.lo' libtool=yes  depfile='.deps/jpc_cs
> .Plo' tmpdepfile='.deps/jpc_cs.TPlo'  depmode=aix /bin/sh ../../../acaux/depc
> omp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONFIG_H
>  -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -o jp
> c_cs.lo `test -f 'jpc_cs.c' || echo './'`jpc_cs.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_cs.c
>echo timestamp > jpc_cs.lo
>       source='jpc_dec.c' object='jpc_dec.lo' libtool=yes  depfile='.deps/jpc_
> dec.Plo' tmpdepfile='.deps/jpc_dec.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jpc_dec.lo `test -f 'jpc_dec.c' || echo './'`jpc_dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_dec.c
>echo timestamp > jpc_dec.lo
>       source='jpc_enc.c' object='jpc_enc.lo' libtool=yes  depfile='.deps/jpc_
> enc.Plo' tmpdepfile='.deps/jpc_enc.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jpc_enc.lo `test -f 'jpc_enc.c' || echo './'`jpc_enc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_enc.c
>echo timestamp > jpc_enc.lo
>       source='jpc_math.c' object='jpc_math.lo' libtool=yes  depfile='.deps/jp
> c_math.Plo' tmpdepfile='.deps/jpc_math.TPlo'  depmode=aix /bin/sh ../../../ac
> aux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_
> CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g 
> -c -o jpc_math.lo `test -f 'jpc_math.c' || echo './'`jpc_math.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_math.c
>echo timestamp > jpc_math.lo
>       source='jpc_mct.c' object='jpc_mct.lo' libtool=yes  depfile='.deps/jpc_
> mct.Plo' tmpdepfile='.deps/jpc_mct.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jpc_mct.lo `test -f 'jpc_mct.c' || echo './'`jpc_mct.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_mct.c
>echo timestamp > jpc_mct.lo
>       source='jpc_mqcod.c' object='jpc_mqcod.lo' libtool=yes  depfile='.deps/
> jpc_mqcod.Plo' tmpdepfile='.deps/jpc_mqcod.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_mqcod.lo `test -f 'jpc_mqcod.c' || echo './'`jpc_mqcod.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_mqcod.c
>echo timestamp > jpc_mqcod.lo
>       source='jpc_mqdec.c' object='jpc_mqdec.lo' libtool=yes  depfile='.deps/
> jpc_mqdec.Plo' tmpdepfile='.deps/jpc_mqdec.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_mqdec.lo `test -f 'jpc_mqdec.c' || echo './'`jpc_mqdec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_mqdec.c
>echo timestamp > jpc_mqdec.lo
>       source='jpc_mqenc.c' object='jpc_mqenc.lo' libtool=yes  depfile='.deps/
> jpc_mqenc.Plo' tmpdepfile='.deps/jpc_mqenc.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_mqenc.lo `test -f 'jpc_mqenc.c' || echo './'`jpc_mqenc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_mqenc.c
>echo timestamp > jpc_mqenc.lo
>       source='jpc_qmfb.c' object='jpc_qmfb.lo' libtool=yes  depfile='.deps/jp
> c_qmfb.Plo' tmpdepfile='.deps/jpc_qmfb.TPlo'  depmode=aix /bin/sh ../../../ac
> aux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_
> CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g 
> -c -o jpc_qmfb.lo `test -f 'jpc_qmfb.c' || echo './'`jpc_qmfb.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_qmfb.c
>echo timestamp > jpc_qmfb.lo
>       source='jpc_tagtree.c' object='jpc_tagtree.lo' libtool=yes  depfile='.d
> eps/jpc_tagtree.Plo' tmpdepfile='.deps/jpc_tagtree.TPlo'  depmode=aix /bin/sh
>  ../../../acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin
> /xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../in
> clude    -g -c -o jpc_tagtree.lo `test -f 'jpc_tagtree.c' || echo './'`jpc_ta
> gtree.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_tagtree.c
>echo timestamp > jpc_tagtree.lo
>       source='jpc_t1cod.c' object='jpc_t1cod.lo' libtool=yes  depfile='.deps/
> jpc_t1cod.Plo' tmpdepfile='.deps/jpc_t1cod.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t1cod.lo `test -f 'jpc_t1cod.c' || echo './'`jpc_t1cod.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t1cod.c
>echo timestamp > jpc_t1cod.lo
>       source='jpc_t1dec.c' object='jpc_t1dec.lo' libtool=yes  depfile='.deps/
> jpc_t1dec.Plo' tmpdepfile='.deps/jpc_t1dec.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t1dec.lo `test -f 'jpc_t1dec.c' || echo './'`jpc_t1dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t1dec.c
>echo timestamp > jpc_t1dec.lo
>       source='jpc_t1enc.c' object='jpc_t1enc.lo' libtool=yes  depfile='.deps/
> jpc_t1enc.Plo' tmpdepfile='.deps/jpc_t1enc.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t1enc.lo `test -f 'jpc_t1enc.c' || echo './'`jpc_t1enc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t1enc.c
>echo timestamp > jpc_t1enc.lo
>       source='jpc_tsfb.c' object='jpc_tsfb.lo' libtool=yes  depfile='.deps/jp
> c_tsfb.Plo' tmpdepfile='.deps/jpc_tsfb.TPlo'  depmode=aix /bin/sh ../../../ac
> aux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_
> CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g 
> -c -o jpc_tsfb.lo `test -f 'jpc_tsfb.c' || echo './'`jpc_tsfb.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_tsfb.c
>echo timestamp > jpc_tsfb.lo
>       source='jpc_t2cod.c' object='jpc_t2cod.lo' libtool=yes  depfile='.deps/
> jpc_t2cod.Plo' tmpdepfile='.deps/jpc_t2cod.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t2cod.lo `test -f 'jpc_t2cod.c' || echo './'`jpc_t2cod.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t2cod.c
>echo timestamp > jpc_t2cod.lo
>       source='jpc_t2dec.c' object='jpc_t2dec.lo' libtool=yes  depfile='.deps/
> jpc_t2dec.Plo' tmpdepfile='.deps/jpc_t2dec.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t2dec.lo `test -f 'jpc_t2dec.c' || echo './'`jpc_t2dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t2dec.c
>echo timestamp > jpc_t2dec.lo
>       source='jpc_t2enc.c' object='jpc_t2enc.lo' libtool=yes  depfile='.deps/
> jpc_t2enc.Plo' tmpdepfile='.deps/jpc_t2enc.TPlo'  depmode=aix /bin/sh ../../.
> ./acaux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DH
> AVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include   
>  -g -c -o jpc_t2enc.lo `test -f 'jpc_t2enc.c' || echo './'`jpc_t2enc.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_t2enc.c
>echo timestamp > jpc_t2enc.lo
>       source='jpc_util.c' object='jpc_util.lo' libtool=yes  depfile='.deps/jp
> c_util.Plo' tmpdepfile='.deps/jpc_util.TPlo'  depmode=aix /bin/sh ../../../ac
> aux/depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_
> CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g 
> -c -o jpc_util.lo `test -f 'jpc_util.c' || echo './'`jpc_util.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpc_util.c
>echo timestamp > jpc_util.lo
>       /bin/sh ../../../libtool --mode=link /usr/vac/bin/xlc  -g    -o libjpc.
> la   jpc_bs.lo jpc_cs.lo jpc_dec.lo jpc_enc.lo  jpc_math.lo jpc_mct.lo jpc_mq
> cod.lo jpc_mqdec.lo jpc_mqenc.lo  jpc_qmfb.lo jpc_tagtree.lo jpc_t1cod.lo jpc
> _t1dec.lo  jpc_t1enc.lo jpc_tsfb.lo jpc_t2cod.lo jpc_t2dec.lo jpc_t2enc.lo  j
> pc_util.lo  -lm  -ljpeg
>mkdir .libs
>rm -fr .libs/libjpc.la .libs/libjpc.* .libs/libjpc.*
>ar cru .libs/libjpc.a  jpc_bs.o jpc_cs.o jpc_dec.o jpc_enc.o jpc_math.o jpc_mc
> t.o jpc_mqcod.o jpc_mqdec.o jpc_mqenc.o jpc_qmfb.o jpc_tagtree.o jpc_t1cod.o 
> jpc_t1dec.o jpc_t1enc.o jpc_tsfb.o jpc_t2cod.o jpc_t2dec.o jpc_t2enc.o jpc_ut
> il.o 
>ranlib .libs/libjpc.a
>creating libjpc.la
>(cd .libs && rm -f libjpc.la && ln -s ../libjpc.la libjpc.la)
>Target "all" is up to date.
>Making all in jpg
>       source='jpg_dec.c' object='jpg_dec.lo' libtool=yes  depfile='.deps/jpg_
> dec.Plo' tmpdepfile='.deps/jpg_dec.TPlo'  depmode=aix /bin/sh ../../../acaux/
> depcomp  /bin/sh ../../../libtool --mode=compile /usr/vac/bin/xlc -DHAVE_CONF
> IG_H -I. -I. -I../../../src/libjasper/include/jasper  -I../include    -g -c -
> o jpg_dec.lo `test -f 'jpg_dec.c' || echo './'`jpg_dec.c
>/usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasp
> er -I../include -g -c -M jpg_dec.c
>"jpg_jpeglib.h", line 120.10: 1506-296 (S) #include file <jpeglib.h> not found
> .
>"jpg_dec.c", line 133.47: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 133.54: 1506-275 (S) Unexpected text 'struct' encountered.
>"jpg_dec.c", line 133.72: 1506-277 (S) Syntax error: possible missing ')' or '
> ,'?
>"jpg_dec.c", line 133.30: 1506-279 (S) A function declarator cannot have a par
> ameter identifier list if it is not a function definition.
>"jpg_dec.c", line 136.49: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 136.56: 1506-275 (S) Unexpected text 'struct' encountered.
>"jpg_dec.c", line 136.74: 1506-277 (S) Syntax error: possible missing ')' or '
> ,'?
>"jpg_dec.c", line 136.32: 1506-279 (S) A function declarator cannot have a par
> ameter identifier list if it is not a function definition.
>"jpg_dec.c", line 140.48: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 140.55: 1506-275 (S) Unexpected text 'struct' encountered.
>"jpg_dec.c", line 140.73: 1506-277 (S) Syntax error: possible missing ')' or '
> ,'?
>"jpg_dec.c", line 140.31: 1506-279 (S) A function declarator cannot have a par
> ameter identifier list if it is not a function definition.
>"jpg_dec.c", line 167.47: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 167.54: 1506-276 (S) Syntax error: possible missing identifi
> er?
>"jpg_dec.c", line 167.13: 1506-282 (S) The type of the parameters must be spec
> ified in a prototype.
>"jpg_dec.c", line 168.49: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 168.56: 1506-276 (S) Syntax error: possible missing identifi
> er?
>"jpg_dec.c", line 168.13: 1506-282 (S) The type of the parameters must be spec
> ified in a prototype.
>"jpg_dec.c", line 170.48: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 170.55: 1506-276 (S) Syntax error: possible missing identifi
> er?
>"jpg_dec.c", line 170.13: 1506-282 (S) The type of the parameters must be spec
> ified in a prototype.
>"jpg_dec.c", line 172.50: 1506-275 (S) Unexpected text cinfo encountered.
>"jpg_dec.c", line 172.21: 1506-282 (S) The type of the parameters must be spec
> ified in a prototype.
>"jpg_dec.c", line 182.16: 1506-007 (S) "struct jpeg_decompress_struct" is unde
> fined.
>"jpg_dec.c", line 183.16: 1506-007 (S) "struct jpeg_error_mgr" is undefined.
>"jpg_dec.c", line 227.15: 1506-022 (S) "buffer" is not a member of "struct jpg
> _dest_s".
>"jpg_dec.c", line 228.8: 1506-045 (S) Undeclared identifier j_common_ptr.
>"jpg_dec.c", line 229.67: 1506-275 (S) Unexpected text integer constant encoun
> tered.
>"jpg_dec.c", line 230.19: 1506-022 (S) "buffer_height" is not a member of "str
> uct jpg_dest_s".
>"jpg_dec.c", line 236.71: 1506-022 (S) "buffer" is not a member of "struct jpg
> _dest_s".
>"jpg_dec.c", line 237.29: 1506-022 (S) "buffer_height" is not a member of "str
> uct jpg_dest_s".
>make: 1254-004 The error code from the last command is 1.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 1.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 1.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 1.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>make: 1254-005 Ignored error code 2 from last command.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/nxmlib
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NuiColorInit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmBusy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmBxmBtn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmClose.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmClrW.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorBar.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorBlink.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorEdit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorInit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorNameLists.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorPalette.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorSliders.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColorTable.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmColrP.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmConfirm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmCtlBtn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmCursor.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmDwell.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmEnhw.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmErr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmExit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmGeneric.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmGmpk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmHelp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmInfoMenu.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmInitialize.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmLabel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmLineA.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmLoopPanel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmMarkA.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmMenuPulldown.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmPrompt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmPrt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmPushBtnMenu.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmRes.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmTxtIn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmVers.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmVolcano.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm   -c NxmWarn.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/Nxmlib.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/Nxmlib.a.
>a - NuiColorInit.o
>a - NxmBusy.o
>a - NxmBxmBtn.o
>a - NxmClose.o
>a - NxmClrW.o
>a - NxmColorBar.o
>a - NxmColorBlink.o
>a - NxmColorEdit.o
>a - NxmColorInit.o
>a - NxmColorNameLists.o
>a - NxmColorPalette.o
>a - NxmColorSliders.o
>a - NxmColorTable.o
>a - NxmColrP.o
>a - NxmConfirm.o
>a - NxmCtlBtn.o
>a - NxmCursor.o
>a - NxmDwell.o
>a - NxmEnhw.o
>a - NxmErr.o
>a - NxmExit.o
>a - NxmGeneric.o
>a - NxmGmpk.o
>a - NxmHelp.o
>a - NxmInfoMenu.o
>a - NxmInitialize.o
>a - NxmLabel.o
>a - NxmLineA.o
>a - NxmLoopPanel.o
>a - NxmMarkA.o
>a - NxmMenuPulldown.o
>a - NxmPrompt.o
>a - NxmPrt.o
>a - NxmPushBtnMenu.o
>a - NxmRes.o
>a - NxmTxtIn.o
>a - NxmVers.o
>a - NxmVolcano.o
>a - NxmWarn.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf
>look netcdf /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/lib/libnetcdf.a
>       make lnetcdf "CC=/usr/vac/bin/xlc" "FC= " "CXX= " "F90= "
> Creating /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/libsrc
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core t_ncio.o t_ncio t_ncx.o t_ncx t_nc
> xx.o t_ncxx  t_nc.o t_nc test.nc *.so  MANIFEST *.log ncconfig.h
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/nctest
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core nctest lint.out test.nc test2.nc t
> imes testfile.nc  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/nc_test
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core nc_test test.nc scratch.nc lint.ou
> t times  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/fortran
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core copy.nc     ftest           ftest.
> f77    test.nc  MANIFEST *.log nfconfig.inc
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/f90
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core netcdf_test *.mod example.nc examp
> le.cdl  eightByteIntExample.nc  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/nf_test
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core times       lint.out        nf_tes
> t      scratch.nc      *.f77  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/ncdump
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core ncdump test0.nc test1.nc test1.cdl
>  test2.cdl  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/ncgen
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core ncgen  netcdf.inc  c0.nc c1.cdl c1
> .nc c2.cdl  f0.nc  ctest.c ctest ctest0.nc ctest1.cdl  ftest.f ftest ftest0.n
> c ftest1.cdl  MANIFEST *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `distclean' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netc
> df/src/cxx
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core nctst test.out example.nc  *.cps *
> .dvi *.fns  *.log *~ *.gs *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr  MANIFEST
>  *.log 
>       rm -rf SunWS_cache
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>       rm -f *.o *.a *.so *.sl *.i *.Z core   MANIFEST *.log config.cache
>        config.status   MANIFEST
>       rm -rf SunWS_cache
>creating cache ./config.cache
>checking for top-level source-directory
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>checking for m4 preprocessor
>checking for m4... m4
>checking m4 flags... -B10000
>checking C compiler "/usr/vac/bin/xlc"... works
>checking how to make dependencies... false
>configure: warning: Empty CXX variable
>configure: warning: The C++ interface will not be built
>checking how to run the C preprocessor... /usr/vac/bin/xlc -E
>configure: warning: Fortran-77 compiler is explicitly null
>configure: warning: The Fortran-77 interface will not be built
>checking for Fortran .F compiler... 
>checking for Fortran preprocessor... /usr/vac/bin/xlc -E
>checking user-defined Fortran-90 compiler ""... failed to compile test program
>configure: warning: The Fortran-90 interface will not be built
>checking for nm utility
>checking for nm... nm
>checking nm flags... 
>checking for math library
>checking for tanh in -lc... no
>checking for tanh in -lm... yes
>checking for ar utility
>checking for ar... ar
>checking ar flags... cru
>checking for nm utility
>checking for nm... (cached) nm
>checking nm flags... 
>checking for ranlib... ranlib
>checking for stdlib.h... yes
>checking for sys/types.h... yes
>checking for strerror... yes
>checking for working ftruncate()... yes
>checking for working alloca.h... yes
>checking for alloca... yes
>checking for st_blksize in struct stat... yes
>checking for IEEE floating point format... yes
>checking for ANSI C header files... yes
>checking for size_t... yes
>checking for off_t... yes
>checking for ssize_t... yes
>checking for ptrdiff_t... yes
>checking for uchar... yes
>checking whether char is unsigned... yes
>checking whether byte ordering is bigendian... yes
>checking size of short... 2
>checking size of int... 4
>checking size of long... 4
>checking size of float... 4
>checking size of double... 8
>checking size of off_t... 4
>checking size of size_t... 4
>checking for catman... catman
>checking for manual-page index command... catman -w -M $(MANDIR)
>checking binary distribution directory... /home/ftp/pub/binary/dummy_system
>updating cache ./config.cache
>creating ./config.status
>creating macros.make
>udcreating fortran/nfconfig.inc
>creating libsrc/ncconfig.h
>
>Making `all' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
> /libsrc
>
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG attr.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG dim.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG error.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG -DVERSION=`cat ../VERSION` libvers
> .c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG nc.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG ncio.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG ncx.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG putget.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG string.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG v1hpg.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG v2i.c
>       /usr/vac/bin/xlc -c -O -I.  -DNDEBUG var.c
>       ar cru libnetcdf.a attr.o dim.o error.o libvers.o nc.o ncio.o ncx.o put
> get.o string.o v1hpg.o v2i.o var.o
>       ranlib libnetcdf.a
>Target "all" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>Not making `fortran/all' because no FORTRAN compiler
>Not making `f90/all' because no FORTRAN-90 compiler
>
>Making `all' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
> /ncdump
>
>       /usr/vac/bin/xlc -c -O -I../libsrc  -DNDEBUG ncdump.c
>       /usr/vac/bin/xlc -c -O -I../libsrc  -DNDEBUG vardata.c
>       /usr/vac/bin/xlc -c -O -I../libsrc  -DNDEBUG dumplib.c
>       /usr/vac/bin/xlc -o ncdump -O  ncdump.o vardata.o dumplib.o ../libsrc/l
> ibnetcdf.a  
>Target "all" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `all' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
> /ncgen
>
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG main.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG load.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG ncgentab.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG escapes.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG getfill.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG init.c
>       /usr/vac/bin/xlc -c -O -I../libsrc -I.  -DNDEBUG genlib.c
>       /usr/vac/bin/xlc -o ncgen -O  main.o load.o ncgentab.o escapes.o  getfi
> ll.o init.o genlib.o ../libsrc/libnetcdf.a  
>Target "all" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>Not making `cxx/all' because no C++ compiler
>
>Making `install' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf
> /src/libsrc
>
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/lib || mkdir /m/kproe/ge
> mpak/GEMPAK5.7.1/netcdf/aix/lib
>       ar cru libnetcdf.a attr.o dim.o error.o libvers.o nc.o ncio.o ncx.o put
> get.o string.o v1hpg.o v2i.o var.o
>       ranlib libnetcdf.a
>       cp libnetcdf.a /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/lib/libnetcdf.a
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include || mkdir /m/kpro
> e/gempak/GEMPAK5.7.1/netcdf/aix/include
>       cp netcdf.h /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include/netcdf.h
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man || mkdir /m/kproe/ge
> mpak/GEMPAK5.7.1/netcdf/aix/man
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man/man3 || mkdir /m/kpr
> oe/gempak/GEMPAK5.7.1/netcdf/aix/man/man3
>       cp netcdf.3 /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man/man3/netcdf.3
>Target "install" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>Not making `fortran/install' because no FORTRAN compiler
>Not making `f90/install' because no FORTRAN-90 compiler
>
>Making `install' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf
> /src/ncdump
>
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/bin || mkdir /m/kproe/ge
> mpak/GEMPAK5.7.1/netcdf/aix/bin
>       /usr/vac/bin/xlc -o ncdump -O  ncdump.o vardata.o dumplib.o ../libsrc/l
> ibnetcdf.a  
>       cp ncdump /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/bin/ncdump
>       test -d /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man/man1 || mkdir /m/kpr
> oe/gempak/GEMPAK5.7.1/netcdf/aix/man/man1
>       cp ncdump.1 /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man/man1/ncdump.1
>Target "install" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>
>Making `install' in directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf
> /src/ncgen
>
>       /usr/vac/bin/xlc -o ncgen -O  main.o load.o ncgentab.o escapes.o  getfi
> ll.o init.o genlib.o ../libsrc/libnetcdf.a  
>       cp ncgen /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/bin/ncgen
>       cp ncgen.1 /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man/man1/ncgen.1
>Target "install" is up to date.
>
>Returning to directory /m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf/src
>
>Not making `cxx/install' because no C++ compiler
>Target "all" is up to date.
>       catman -w -M /m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/man
>Target "install" is up to date.
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/zlib
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c adler32.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c compress.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crc32.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gzio.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c uncompr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c deflate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c trees.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c zutil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c inflate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c infblock.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c inftrees.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c infcodes.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c infutil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c inffast.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libz.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libz.a.
>a - adler32.o
>a - compress.o
>a - crc32.o
>a - deflate.o
>a - gzio.o
>a - infblock.o
>a - infcodes.o
>a - inffast.o
>a - inflate.o
>a - inftrees.o
>a - infutil.o
>a - trees.o
>a - uncompr.o
>a - zutil.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/libpng
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c png.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngrutil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngtrans.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngwutil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngrio.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngwio.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngwrite.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngrtran.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngwtran.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngmem.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngerror.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../zlib -c pngpread.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libpng.a png.o pngset.o pngge
> t.o pngrutil.o pngtrans.o pngwutil.o pngread.o pngrio.o pngwio.o pngwrite.o p
> ngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libpng.a.
>a - png.o
>a - pngset.o
>a - pngget.o
>a - pngrutil.o
>a - pngtrans.o
>a - pngwutil.o
>a - pngread.o
>a - pngrio.o
>a - pngwio.o
>a - pngwrite.o
>a - pngrtran.o
>a - pngwtran.o
>a - pngmem.o
>a - pngerror.o
>a - pngpread.o
>       rm -f png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.
> o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngp
> read.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/melbufr
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/melbufr/src
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c dump_print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Clear.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_First.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Last.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Remove.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c AL_Size.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Flush.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Increase.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Position.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BS_Rewind.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Abort.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Add_AF.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_AtEOD.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_AtEOF.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_AtEOM.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_BitWidth.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Cancel_AF.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Change_DW.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Change_RV.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Change_S.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Close.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_DS_Empty.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_DS_Entry_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_DS_Free.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_DS_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Debug.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_DebugLevel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Decode.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Def_Dataset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Encode.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Err_Clear.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Err_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Err_Log.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Err_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Err_Set.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_FTP_GetFile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_FindSeq.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Find_End.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_Array.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_Dataset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_OptData.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_S3Data.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_S4Data.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Get_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Globals.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Info_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Info_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Info_Verify.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Init_Sub.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_IsComment.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_IsError.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_MaxVal.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Mix_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_NumDatasets.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Pos_Msg.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_ProcMethod.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_ProcType.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_Array.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_MixArray.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_OptData.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_S3Data.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_S4Data.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_String.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Put_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Read_Msg.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Read_Tables.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Reset_DW.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Reset_RV.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Reset_S.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Set_Missing_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Set_Multiple_Msg_Flag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_TO_Multiple_Msg_Flag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Trace.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_TraceLevel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_ValArray_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Val_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Val_free.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_Write_Msg.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_free.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_malloc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_mem_find.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_mem_print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_perror.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_realloc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c B_strdup.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c BytesInBits.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Check_Compress.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Compression.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Create_TableB.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Create_TableD.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Encode.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_First.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Last.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_NumFXYs.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DL_Size.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c D_Compression.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c DecodeValue.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_IsBad.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_RVSet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EV_Set.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c EncodeValue.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Expand.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_First.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Insert.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Last.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Prev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Remove.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FL_Size.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Expand.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_F_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Get_DW.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Get_RV.c
        /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Get_S.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Get_Vals.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_IsLocal.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_IsRepl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_IsTableB.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_IsTableC.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_IsTableD.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Pack.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Pack_Dec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_PrintVals.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_PtrInc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_String.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Units.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_UnitsType.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Unpack.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Unpack_Dec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_X_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FXY_Y_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c F_Print_R.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c FileExists.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Find_Data_Type.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Find_Status.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Flag_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Get_BUFR_Log_File_prt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_GetBit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_RVSet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_Set.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c HS_SetBit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Int2ToInt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Int3ToInt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c IntToInt2.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c IntToInt3.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Loop_T_Data_Type.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Num_Messages.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c PrintDivider.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Prn_Comprss.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Set_Compress.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Set_Flag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c Set_Status.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c T0_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c T0_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c T0_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c T0_Read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c T0_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TA_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TA_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TA_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TA_Read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TA_Value.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_GetUnits.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TB_Read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TC_Find.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TDS_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TDS_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TDS_Put.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Expand.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Match.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Print.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TD_Read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TenPow.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TruncateValue.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c TwoPow.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Clear.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Destroy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Get.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Init.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_IsEmpty.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Pop.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VS_Push.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VoidInc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c VoidVal.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libmel_bufr.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libmel_bufr.a
> .
>a - AL_Clear.o
>a - AL_Destroy.o
>a - AL_First.o
>a - AL_Init.o
>a - AL_Last.o
>a - AL_Print.o
>a - AL_Put.o
>a - AL_Remove.o
>a - AL_Size.o
>a - BS_Destroy.o
>a - BS_Flush.o
>a - BS_Get.o
>a - BS_Increase.o
>a - BS_Init.o
>a - BS_Position.o
>a - BS_Put.o
>a - BS_Rewind.o
>a - B_Abort.o
>a - B_Add_AF.o
>a - B_AtEOD.o
>a - B_AtEOF.o
>a - B_AtEOM.o
>a - B_BitWidth.o
>a - B_Cancel_AF.o
>a - B_Change_DW.o
>a - B_Change_RV.o
>a - B_Change_S.o
>a - B_Close.o
>a - B_DS_Empty.o
>a - B_DS_Entry_Put.o
>a - B_DS_Free.o
>a - B_DS_Init.o
>a - B_Debug.o
>a - B_DebugLevel.o
>a - B_Decode.o
>a - B_Def_Dataset.o
>a - B_Destroy.o
>a - B_Encode.o
>a - B_Err_Clear.o
>a - B_Err_Init.o
>a - B_Err_Log.o
>a - B_Err_Print.o
>a - B_Err_Set.o
>a - B_FTP_GetFile.o
>a - B_FindSeq.o
>a - B_Find_End.o
>a - B_Get_Array.o
>a - B_Get_Dataset.o
>a - B_Get_OptData.o
>a - B_Get_S3Data.o
>a - B_Get_S4Data.o
>a - B_Get_Value.o
>a - B_Globals.o
>a - B_Info_Init.o
>a - B_Info_Print.o
>a - B_Info_Verify.o
>a - B_Init.o
>a - B_Init_Sub.o
>a - B_IsComment.o
>a - B_IsError.o
>a - B_MaxVal.o
>a - B_Mix_Print.o
>a - B_NumDatasets.o
>a - B_Pos_Msg.o
>a - B_Print.o
>a - B_ProcMethod.o
>a - B_ProcType.o
>a - B_Put_Array.o
>a - B_Put_MixArray.o
>a - B_Put_OptData.o
>a - B_Put_S3Data.o
>a - B_Put_S4Data.o
>a - B_Put_String.o
>a - B_Put_Value.o
>a - B_Read_Msg.o
>a - B_Read_Tables.o
>a - B_Reset_DW.o
>a - B_Reset_RV.o
>a - B_Reset_S.o
>a - B_Set_Missing_Value.o
>a - B_Set_Multiple_Msg_Flag.o
>a - B_TO_Multiple_Msg_Flag.o
>a - B_Trace.o
>a - B_TraceLevel.o
>a - B_ValArray_Destroy.o
>a - B_Val_Print.o
>a - B_Val_free.o
>a - B_Write_Msg.o
>a - B_free.o
>a - B_malloc.o
>a - B_mem_find.o
>a - B_mem_print.o
>a - B_perror.o
>a - B_realloc.o
>a - B_strdup.o
>a - BytesInBits.o
>a - Check_Compress.o
>a - Compression.o
>a - Create_TableB.o
>a - Create_TableD.o
>a - DL_Destroy.o
>a - DL_Encode.o
>a - DL_First.o
>a - DL_Init.o
>a - DL_Last.o
>a - DL_NumFXYs.o
>a - DL_Print.o
>a - DL_Put.o
>a - DL_Size.o
>a - D_Compression.o
>a - DecodeValue.o
>a - EV_Destroy.o
>a - EV_Get.o
>a - EV_Init.o
>a - EV_IsBad.o
>a - EV_Print.o
>a - EV_RVSet.o
>a - EV_Set.o
>a - EncodeValue.o
>a - FL_Destroy.o
>a - FL_Expand.o
>a - FL_First.o
>a - FL_Get.o
>a - FL_Init.o
>a - FL_Insert.o
>a - FL_Last.o
>a - FL_Prev.o
>a - FL_Print.o
>a - FL_Put.o
>a - FL_Remove.o
>a - FL_Size.o
>a - FXY_Expand.o
>a - FXY_F_Value.o
>a - FXY_Get_DW.o
>a - FXY_Get_RV.o
>a - FXY_Get_S.o
>a - FXY_Get_Vals.o
>a - FXY_IsLocal.o
>a - FXY_IsRepl.o
>a - FXY_IsTableB.o
>a - FXY_IsTableC.o
>a - FXY_IsTableD.o
>a - FXY_Pack.o
>a - FXY_Pack_Dec.o
>a - FXY_Print.o
>a - FXY_PrintVals.o
>a - FXY_PtrInc.o
>a - FXY_String.o
>a - FXY_Units.o
>a - FXY_UnitsType.o
>a - FXY_Unpack.o
>a - FXY_Unpack_Dec.o
>a - FXY_X_Value.o
>a - FXY_Y_Value.o
>a - F_Print_R.o
>a - FileExists.o
>a - Find_Data_Type.o
>a - Find_Status.o
>a - Flag_Print.o
>a - Get_BUFR_Log_File_prt.o
>a - HS_Destroy.o
>a - HS_Get.o
>a - HS_GetBit.o
>a - HS_RVSet.o
>a - HS_Set.o
>a - HS_SetBit.o
>a - Int2ToInt.o
>a - Int3ToInt.o
>a - IntToInt2.o
>a - IntToInt3.o
>a - Loop_T_Data_Type.o
>a - Num_Messages.o
>a - PrintDivider.o
>a - Prn_Comprss.o
>a - Set_Compress.o
>a - Set_Flag.o
>a - Set_Status.o
>a - T0_Destroy.o
>a - T0_Init.o
>a - T0_Print.o
>a - T0_Read.o
>a - T0_Value.o
>a - TA_Destroy.o
>a - TA_Init.o
>a - TA_Print.o
>a - TA_Read.o
>a - TA_Value.o
>a - TB_Destroy.o
>a - TB_Get.o
>a - TB_GetUnits.o
>a - TB_Init.o
>a - TB_Print.o
>a - TB_Put.o
>a - TB_Read.o
>a - TC_Find.o
>a - TDS_Destroy.o
>a - TDS_Init.o
>a - TDS_Put.o
>a - TD_Destroy.o
>a - TD_Expand.o
>a - TD_Init.o
>a - TD_Match.o
>a - TD_Print.o
>a - TD_Read.o
>a - TenPow.o
>a - TruncateValue.o
>a - TwoPow.o
>a - VS_Clear.o
>a - VS_Destroy.o
>a - VS_Get.o
>a - VS_Init.o
>a - VS_IsEmpty.o
>a - VS_Pop.o
>a - VS_Push.o
>a - VoidInc.o
>a - VoidVal.o
>a - dump_print.o
>       rm -f *.o
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c cater.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c message_read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c mess_write.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o cater cater.o message_read.o mess_wr
> ite.o /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libmel_bufr.a
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c de_cater.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c find_length.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c make_name.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c write_msg.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o de_cater de_cater.o find_length.o ma
> ke_name.o write_msg.o /m/kproe/gempak/GEMPAK5.7.1/lib/aix/libmel_bufr.a
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c bufr_dump.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o bufr_dump bufr_dump.o /m/kproe/gempa
> k/GEMPAK5.7.1/lib/aix/libmel_bufr.a
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -O -D_SYS_TYPES_H  -I../include  -DDEBUG_PRINT=0  -DFNOC_KLUDGE=0  -DIGNO
> RE_NESTING=1  -DMEMORY_DEBUG=0  -DTRACE_PRINT=0  -c dataset_dmp.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o dataset_dmp dataset_dmp.o /m/kproe/g
> empak/GEMPAK5.7.1/lib/aix/libmel_bufr.a
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/src
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c cappi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c carpi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c cube.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c endian.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c gzip.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c image_gen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c interp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c prune.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c radar.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c range.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c ray_indexes.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c uf_to_radar.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c volume.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c wsr88d.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c wsr88d_get_site.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I../include -c wsr88d_to_radar.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/rsl.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/rsl.a.
>a - cappi.o
>a - carpi.o
>a - cube.o
>a - endian.o
>a - gzip.o
>a - image_gen.o
>a - interp.o
>a - prune.o
>a - radar.o
>a - range.o
>a - ray_indexes.o
>a - uf_to_radar.o
>a - volume.o
>a - wsr88d.o
>a - wsr88d_get_site.o
>a - wsr88d_to_radar.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/access
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gendp.f
>** gendp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gendp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ginitp.f
>** ginitp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ginitp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmode.f
>** gqmode   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmode.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmode.f
>** gsmode   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmode.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a.
>a - gendp.o
>a - ginitp.o
>a - gqmode.o
>a - gsmode.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/attribute
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqarrw.f
>** gqarrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqarrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqbarb.f
>** gqbarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqbarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqcmbo.f
>** gqcmbo   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqcmbo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqcntr.f
>** gqcntr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqcntr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqctyp.f
>** gqctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqcvsc.f
>** gqcvsc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqcvsc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqdarr.f
>** gqdarr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqdarr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqdash.f
>** gqdash   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqdash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqdatt.f
>** gqdatt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqdatt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqfill.f
>** gqfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqfrnt.f
>** gqfrnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqhash.f
>** gqhash   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqhash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqicng.f
>** gqicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqline.f
>** gqline   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqlpat.f
>** gqlpat   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqlpat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmrkr.f
>** gqmrkr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmrkr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqptnd.f
>** gqptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqpwth.f
>** gqpwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqpwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqrduc.f
>** gqrduc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqrduc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqsizd.f
>** gqsizd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqsizd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqsky.f
>** gqsky   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqsky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqsmth.f
>** gqsmth   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqsmth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqspcl.f
>** gqspcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqspcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqspln.f
>** gqspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqspln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqsysz.f
>** gqsysz   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqsysz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqtext.f
>** gqtext   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqtext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqturb.f
>** gqturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqwthr.f
>** gqwthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqwthr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsarrw.f
>** gsarrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsarrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsbarb.f
>** gsbarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsbarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscmbo.f
>** gscmbo   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscmbo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscntr.f
>** gscntr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscntr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsctyp.f
>** gsctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsdarr.f
>** gsdarr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsdarr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsdash.f
>** gsdash   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsdash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsfill.f
>** gsfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsfrnt.f
>** gsfrnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gshash.f
>** gshash   === End of Compilation 1 ===
>1501-510  Compilation successful for file gshash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsicng.f
>** gsicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsline.f
>** gsline   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gslpat.f
>** gslpat   === End of Compilation 1 ===
>1501-510  Compilation successful for file gslpat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmrkr.f
>** gsmrkr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmrkr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsptnd.f
>** gsptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gspwth.f
>** gspwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file gspwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsrduc.f
>** gsrduc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsrduc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gssky.f
>** gssky   === End of Compilation 1 ===
>1501-510  Compilation successful for file gssky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gssmth.f
>** gssmth   === End of Compilation 1 ===
>1501-510  Compilation successful for file gssmth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsspcl.f
>** gsspcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsspcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsspln.f
>** gsspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsspln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gstext.f
>** gstext   === End of Compilation 1 ===
>1501-510  Compilation successful for file gstext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gstick.f
>** gstick   === End of Compilation 1 ===
>1501-510  Compilation successful for file gstick.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsturb.f
>** gsturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gswthr.f
>** gswthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gswthr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqarrw.o
>a - gqbarb.o
>a - gqcmbo.o
>a - gqcntr.o
>a - gqctyp.o
>a - gqcvsc.o
>a - gqdarr.o
>a - gqdash.o
>a - gqdatt.o
>a - gqfill.o
>a - gqfrnt.o
>a - gqhash.o
>a - gqicng.o
>a - gqline.o
>a - gqlpat.o
>a - gqmrkr.o
>a - gqptnd.o
>a - gqpwth.o
>a - gqrduc.o
>a - gqsizd.o
>a - gqsky.o
>a - gqsmth.o
>a - gqspcl.o
>a - gqspln.o
>a - gqsysz.o
>a - gqtext.o
>a - gqturb.o
>a - gqwthr.o
>a - gsarrw.o
>a - gsbarb.o
>a - gscmbo.o
>a - gscntr.o
>a - gsctyp.o
>a - gsdarr.o
>a - gsdash.o
>a - gsfill.o
>a - gsfrnt.o
>a - gshash.o
>a - gsicng.o
>a - gsline.o
>a - gslpat.o
>a - gsmrkr.o
>a - gsptnd.o
>a - gspwth.o
>a - gsrduc.o
>a - gssky.o
>a - gssmth.o
>a - gsspcl.o
>a - gsspln.o
>a - gstext.o
>a - gstick.o
>a - gsturb.o
>a - gswthr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/bounds
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqbnd.f
>** gqbnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqbnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqview.f
>** gqview   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqview.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsview.f
>** gsview   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsview.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqbnd.o
>a - gqview.o
>a - gsview.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/color
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqclr2.f
>** gqclr2   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqclr2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqclrs.f
>** gqclrs   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqclrs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqcolr.f
>** gqcolr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqcolr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqcomp.f
>** gqcomp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqcomp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqncol.f
>** gqncol   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqncol.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsbrgb.f
>** gsbrgb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsbrgb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscint.f
>** gscint   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsclr2.f
>** gsclr2   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsclr2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscnam.f
>** gscnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscolb.f
>** gscolb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscolb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscolr.f
>** gscolr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscolr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gscrgb.f
>** gscrgb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gscrgb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsctbl.f
>** gsctbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsctbl.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqclr2.o
>a - gqclrs.o
>a - gqcolr.o
>a - gqcomp.o
>a - gqncol.o
>a - gsbrgb.o
>a - gscint.o
>a - gsclr2.o
>a - gscnam.o
>a - gscolb.o
>a - gscolr.o
>a - gscrgb.o
>a - gsctbl.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/contour
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcboxx.f
>** gcboxx   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcboxx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcfill.f
>** gcfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gclgrn.f
>** gclgrn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gclgrn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcntbx.f
>** gcntbx   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcntbx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcntfl.f
>** gcntfl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcntfl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcntln.f
>** gcntln   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcntln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcspln.f
>** gcspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcspln.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gcboxx.o
>a - gcfill.o
>a - gclgrn.o
>a - gcntbx.o
>a - gcntfl.o
>a - gcntln.o
>a - gcspln.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/control
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gclear.f
>** gclear   === End of Compilation 1 ===
>1501-510  Compilation successful for file gclear.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gclosp.f
>** gclosp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gclosp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gclpnl.f
>** gclpnl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gclpnl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gegrp.f
>** gegrp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gegrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c genanm.f
>** genanm   === End of Compilation 1 ===
>1501-510  Compilation successful for file genanm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c geplot.f
>** geplot   === End of Compilation 1 ===
>1501-510  Compilation successful for file geplot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtpnt.f
>** ggtpnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtpnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gloopc.f
>** gloopc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gloopc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gmesg.f
>** gmesg   === End of Compilation 1 ===
>1501-510  Compilation successful for file gmesg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqdev.f
>** gqdev   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqdev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c groam.f
>** groam   === End of Compilation 1 ===
>1501-510  Compilation successful for file groam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsdeva.f
>** gsdeva   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsdeva.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgrp.f
>** gsgrp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgtgn.f
>** gsgtgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgtgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gslwin.f
>** gslwin   === End of Compilation 1 ===
>1501-510  Compilation successful for file gslwin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsplot.f
>** gsplot   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsplot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsroam.f
>** gsroam   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsroam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gstanm.f
>** gstanm   === End of Compilation 1 ===
>1501-510  Compilation successful for file gstanm.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gclear.o
>a - gclosp.o
>a - gclpnl.o
>a - gegrp.o
>a - genanm.o
>a - geplot.o
>a - ggtpnt.o
>a - gloopc.o
>a - gmesg.o
>a - gqdev.o
>a - groam.o
>a - gsdeva.o
>a - gsgrp.o
>a - gsgtgn.o
>a - gslwin.o
>a - gsplot.o
>a - gsroam.o
>a - gstanm.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/curve
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcurve.f
>** gcurve   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcurve.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcyevl.f
>** gcyevl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcyevl.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gcurve.o
>a - gcyevl.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/graph
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gaaxis.f
>** gaaxis   === End of Compilation 1 ===
>1501-510  Compilation successful for file gaaxis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdaxis.f
>** gdaxis   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdaxis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqgmgn.f
>** gqgmgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqgmgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqgraf.f
>** gqgraf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqgraf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgmgn.f
>** gsgmgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgmgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgraf.f
>** gsgraf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgraf.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gaaxis.o
>a - gdaxis.o
>a - gqgmgn.o
>a - gqgraf.o
>a - gsgmgn.o
>a - gsgraf.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/grid
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqggrf.f
>** gqggrf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqggrf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqgmap.f
>** gqgmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqgmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqgprj.f
>** gqgprj   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqgprj.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsggrf.f
>** gsggrf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsggrf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgmap.f
>** gsgmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsgprj.f
>** gsgprj   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsgprj.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqggrf.o
>a - gqgmap.o
>a - gqgprj.o
>a - gsggrf.o
>a - gsgmap.o
>a - gsgprj.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/map
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmmap.f
>** gqmmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmmgn.f
>** gqmmgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmmgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmprj.f
>** gqmprj   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmprj.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmmap.f
>** gsmmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmmgn.f
>** gsmmgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmmgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmprj.f
>** gsmprj   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmprj.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqmmap.o
>a - gqmmgn.o
>a - gqmprj.o
>a - gsmmap.o
>a - gsmmgn.o
>a - gsmprj.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/plot
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c garrw.f
>** garrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file garrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c garc.f
>** garc   === End of Compilation 1 ===
>1501-510  Compilation successful for file garc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gbarb.f
>** gbarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gbarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcircl.f
>** gcircl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcircl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gcmbo.f
>** gcmbo   === End of Compilation 1 ===
>1501-510  Compilation successful for file gcmbo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gctyp.f
>** gctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdarr.f
>** gdarr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdarr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gfill.f
>** gfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file gfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gfrnt.f
>** gfrnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghash.f
>** ghash   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gicng.f
>** gicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file gicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gline.f
>** gline   === End of Compilation 1 ===
>1501-510  Compilation successful for file gline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c glogo.f
>** glogo   === End of Compilation 1 ===
>1501-510  Compilation successful for file glogo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gmark.f
>** gmark   === End of Compilation 1 ===
>1501-510  Compilation successful for file gmark.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gptnd.f
>** gptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gpwth.f
>** gpwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file gpwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsky.f
>** gsky   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gspcl.f
>** gspcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gspcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gspln.f
>** gspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file gspln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gtext.f
>** gtext   === End of Compilation 1 ===
>1501-510  Compilation successful for file gtext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gtextc.f
>** gtextc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gtextc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gturb.f
>** gturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gtxsy.f
>** gtxsy   === End of Compilation 1 ===
>1501-510  Compilation successful for file gtxsy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gwthr.f
>** gwthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gwthr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - garc.o
>a - garrw.o
>a - gbarb.o
>a - gcircl.o
>a - gcmbo.o
>a - gctyp.o
>a - gdarr.o
>a - gfill.o
>a - gfrnt.o
>a - ghash.o
>a - gicng.o
>a - gline.o
>a - glogo.o
>a - gmark.o
>a - gptnd.o
>a - gpwth.o
>a - gsky.o
>a - gspcl.o
>a - gspln.o
>a - gtext.o
>a - gtextc.o
>a - gturb.o
>a - gtxsy.o
>a - gwthr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/satellite
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqsatn.f
>** gqsatn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqsatn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsatim.f
>** gsatim   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsatim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsatmg.f
>** gsatmg   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsatmg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsatpx.f
>** gsatpx   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsatpx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsicmn.f
>** gsicmn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsicmn.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gqsatn.o
>a - gsatim.o
>a - gsatmg.o
>a - gsatpx.o
>a - gsicmn.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/transform
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gptvis.f
>** gptvis   === End of Compilation 1 ===
>1501-510  Compilation successful for file gptvis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gtrans.f
>** gtrans   === End of Compilation 1 ===
>1501-510  Compilation successful for file gtrans.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gptvis.o
>a - gtrans.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl/utility
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdrgrd.f
>** gdrgrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdrgrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdrmap.f
>** gdrmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdrmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c getmap.f
>** getmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file getmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gplbnd.f
>** gplbnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gplbnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gqmfil.f
>** gqmfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file gqmfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsmfil.f
>** gsmfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsmfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gstrml.f
>** gstrml   === End of Compilation 1 ===
>1501-510  Compilation successful for file gstrml.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/appl.a *.o
>a - gdrgrd.o
>a - gdrmap.o
>a - getmap.o
>a - gplbnd.o
>a - gqmfil.o
>a - gsmfil.o
>a - gstrml.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/syslib
> - making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/syslib/unix
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gget.f
>** gget   === End of Compilation 1 ===
>1501-510  Compilation successful for file gget.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggetb.f
>** ggetb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggetb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggetc.f
>** ggetc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggetc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggetnw.f
>** ggetnw   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggetnw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c giproc.f
>** giproc   === End of Compilation 1 ===
>1501-510  Compilation successful for file giproc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gput.f
>** gput   === End of Compilation 1 ===
>1501-510  Compilation successful for file gput.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gputb.f
>** gputb   === End of Compilation 1 ===
>1501-510  Compilation successful for file gputb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gputc.f
>** gputc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gputc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grecv.f
>** grecv   === End of Compilation 1 ===
>1501-510  Compilation successful for file grecv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsend.f
>** gsend   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsend.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gsproc.f
>** gsproc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gsproc.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ccheck.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cendmq.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgetmq.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ciproc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crecv.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c csend.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c csproc.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/syslib.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/syslib.a.
>a - ccheck.o
>a - cendmq.o
>a - cgetmq.o
>a - ciproc.o
>a - crecv.o
>a - csend.o
>a - csproc.o
>a - gget.o
>a - ggetb.o
>a - ggetc.o
>a - ggetnw.o
>a - giproc.o
>a - gput.o
>a - gputb.o
>a - gputc.o
>a - grecv.o
>a - gsend.o
>a - gsproc.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/access
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dendd.f
>** dendd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dendd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c devent.f
>** devent   === End of Compilation 1 ===
>1501-510  Compilation successful for file devent.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dinit.f
>** dinit   === End of Compilation 1 ===
>1501-510  Compilation successful for file dinit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dinita.f
>** dinita   === End of Compilation 1 ===
>1501-510  Compilation successful for file dinita.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dinitp.f
>** dinitp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dinitp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqdchr.f
>** dqdchr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqdchr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a.
>a - dendd.o
>a - devent.o
>a - dinit.o
>a - dinita.o
>a - dinitp.o
>a - dqdchr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/attribute
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqdatt.f
>** dqdatt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqdatt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqlpat.f
>** dqlpat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqlpat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsarrw.f
>** dsarrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsarrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsbarb.f
>** dsbarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsbarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscmbo.f
>** dscmbo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscmbo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsctyp.f
>** dsctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsdarr.f
>** dsdarr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsdarr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsdash.f
>** dsdash   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsdash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsdatt.f
>** dsdatt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsdatt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsfill.f
>** dsfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsfrnt.f
>** dsfrnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dshash.f
>** dshash   === End of Compilation 1 ===
>1501-510  Compilation successful for file dshash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsicng.f
>** dsicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsline.f
>** dsline   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dslpat.f
>** dslpat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dslpat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsmrkr.f
>** dsmrkr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsmrkr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsptnd.f
>** dsptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dspwth.f
>** dspwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file dspwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsrduc.f
>** dsrduc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsrduc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dssky.f
>** dssky   === End of Compilation 1 ===
>1501-510  Compilation successful for file dssky.f.
        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dssmth.f
>** dssmth   === End of Compilation 1 ===
>1501-510  Compilation successful for file dssmth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsspcl.f
>** dsspcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsspcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsspln.f
>** dsspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsspln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dstext.f
>** dstext   === End of Compilation 1 ===
>1501-510  Compilation successful for file dstext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsturb.f
>** dsturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dswthr.f
>** dswthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dswthr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dqdatt.o
>a - dqlpat.o
>a - dsarrw.o
>a - dsbarb.o
>a - dscmbo.o
>a - dsctyp.o
>a - dsdarr.o
>a - dsdash.o
>a - dsdatt.o
>a - dsfill.o
>a - dsfrnt.o
>a - dshash.o
>a - dsicng.o
>a - dsline.o
>a - dslpat.o
>a - dsmrkr.o
>a - dsptnd.o
>a - dspwth.o
>a - dsrduc.o
>a - dssky.o
>a - dssmth.o
>a - dsspcl.o
>a - dsspln.o
>a - dstext.o
>a - dsturb.o
>a - dswthr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/color
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqclrs.f
>** dqclrs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqclrs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqcomp.f
>** dqcomp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqcomp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsbrgb.f
>** dsbrgb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsbrgb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscint.f
>** dscint   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsclr2.f
>** dsclr2   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsclr2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscnam.f
>** dscnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscolb.f
>** dscolb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscolb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscolr.f
>** dscolr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscolr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dscrgb.f
>** dscrgb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dscrgb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsctbl.f
>** dsctbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsctbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ictabl.f
>** ictabl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ictabl.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dqclrs.o
>a - dqcomp.o
>a - dsbrgb.o
>a - dscint.o
>a - dsclr2.o
>a - dscnam.o
>a - dscolb.o
>a - dscolr.o
>a - dscrgb.o
>a - dsctbl.o
>a - ictabl.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/control
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dclear.f
>** dclear   === End of Compilation 1 ===
>1501-510  Compilation successful for file dclear.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dclosp.f
>** dclosp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dclosp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dclpnl.f
>** dclpnl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dclpnl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c degrp.f
>** degrp   === End of Compilation 1 ===
>1501-510  Compilation successful for file degrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c denanm.f
>** denanm   === End of Compilation 1 ===
>1501-510  Compilation successful for file denanm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c deplot.f
>** deplot   === End of Compilation 1 ===
>1501-510  Compilation successful for file deplot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgtpnt.f
>** dgtpnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgtpnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dloopc.f
>** dloopc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dloopc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmesg.f
>** dmesg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmesg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dqdev.f
>** dqdev   === End of Compilation 1 ===
>1501-510  Compilation successful for file dqdev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c droam.f
>** droam   === End of Compilation 1 ===
>1501-510  Compilation successful for file droam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsgrp.f
>** dsgrp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsgrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsgtgn.f
>** dsgtgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsgtgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dslwin.f
>** dslwin   === End of Compilation 1 ===
>1501-510  Compilation successful for file dslwin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsplot.f
>** dsplot   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsplot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsroam.f
>** dsroam   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsroam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dstanm.f
>** dstanm   === End of Compilation 1 ===
>1501-510  Compilation successful for file dstanm.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dclear.o
>a - dclosp.o
>a - dclpnl.o
>a - degrp.o
>a - denanm.o
>a - deplot.o
>a - dgtpnt.o
>a - dloopc.o
>a - dmesg.o
>a - dqdev.o
>a - droam.o
>a - dsgrp.o
>a - dsgtgn.o
>a - dslwin.o
>a - dsplot.o
>a - dsroam.o
>a - dstanm.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/curve
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dcgaus.f
>** dcgaus   === End of Compilation 1 ===
>1501-510  Compilation successful for file dcgaus.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c despln.f
>** despln   === End of Compilation 1 ===
>1501-510  Compilation successful for file despln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgauss.f
>** dgauss   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgauss.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmatrx.f
>** dmatrx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmatrx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsplin.f
>** dsplin   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsplin.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dcgaus.o
>a - despln.o
>a - dgauss.o
>a - dmatrx.o
>a - dsplin.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/draw
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iarc.f
>** iarc   === End of Compilation 1 ===
>1501-510  Compilation successful for file iarc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iarrw.f
>** iarrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file iarrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ibarb.f
>** ibarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ibarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c icirc.f
>** icirc   === End of Compilation 1 ===
>1501-510  Compilation successful for file icirc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iclip.f
>** iclip   === End of Compilation 1 ===
>1501-510  Compilation successful for file iclip.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ictyp.f
>** ictyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ictyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c idash.f
>** idash   === End of Compilation 1 ===
>1501-510  Compilation successful for file idash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c idraw.f
>** idraw   === End of Compilation 1 ===
>1501-510  Compilation successful for file idraw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ifill.f
>** ifill   === End of Compilation 1 ===
>1501-510  Compilation successful for file ifill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iicng.f
>** iicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file iicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ikink.f
>** ikink   === End of Compilation 1 ===
>1501-510  Compilation successful for file ikink.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iline.f
>** iline   === End of Compilation 1 ===
>1501-510  Compilation successful for file iline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imark.f
>** imark   === End of Compilation 1 ===
>1501-510  Compilation successful for file imark.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inoaa.f
>** inoaa   === End of Compilation 1 ===
>1501-510  Compilation successful for file inoaa.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inws.f
>** inws   === End of Compilation 1 ===
>1501-510  Compilation successful for file inws.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipatln.f
>** ipatln   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipatln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iptnd.f
>** iptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file iptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipwth.f
>** ipwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iquad.f
>** iquad   === End of Compilation 1 ===
>1501-510  Compilation successful for file iquad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c isky.f
>** isky   === End of Compilation 1 ===
>1501-510  Compilation successful for file isky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ispcl.f
>** ispcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ispcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ispln.f
>** ispln   === End of Compilation 1 ===
>1501-510  Compilation successful for file ispln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c isymb.f
>** isymb   === End of Compilation 1 ===
>1501-510  Compilation successful for file isymb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itext1.f
>** itext1   === End of Compilation 1 ===
>1501-510  Compilation successful for file itext1.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itext2.f
>** itext2   === End of Compilation 1 ===
>1501-510  Compilation successful for file itext2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iticmk.f
>** iticmk   === End of Compilation 1 ===
>1501-510  Compilation successful for file iticmk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itrif.f
>** itrif   === End of Compilation 1 ===
>1501-510  Compilation successful for file itrif.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iturb.f
>** iturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file iturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itxbox.f
>** itxbox   === End of Compilation 1 ===
>1501-510  Compilation successful for file itxbox.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itxmlv.f
>** itxmlv   === End of Compilation 1 ===
>1501-510  Compilation successful for file itxmlv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c itxsy.f
>** itxsy   === End of Compilation 1 ===
>1501-510  Compilation successful for file itxsy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iwthr.f
>** iwthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file iwthr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - iarc.o
>a - iarrw.o
>a - ibarb.o
>a - icirc.o
>a - iclip.o
>a - ictyp.o
>a - idash.o
>a - idraw.o
>a - ifill.o
>a - iicng.o
>a - ikink.o
>a - iline.o
>a - imark.o
>a - inoaa.o
>a - inws.o
>a - ipatln.o
>a - iptnd.o
>a - ipwth.o
>a - iquad.o
>a - isky.o
>a - ispcl.o
>a - ispln.o
>a - isymb.o
>a - itext1.o
>a - itext2.o
>a - iticmk.o
>a - itrif.o
>a - iturb.o
>a - itxbox.o
>a - itxmlv.o
>a - itxsy.o
>a - iwthr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/plot
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c darc.f
>** darc   === End of Compilation 1 ===
>1501-510  Compilation successful for file darc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c darrw.f
>** darrw   === End of Compilation 1 ===
>1501-510  Compilation successful for file darrw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dbarb.f
>** dbarb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dbarb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dcircl.f
>** dcircl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dcircl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dcmbo.f
>** dcmbo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dcmbo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dcrvtxt.f
>** dcrvtxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dcrvtxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dctyp.f
>** dctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ddarr.f
>** ddarr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ddarr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfill.f
>** dfill   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfrnt.f
>** dfrnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dhash.f
>** dhash   === End of Compilation 1 ===
>1501-510  Compilation successful for file dhash.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dicng.f
>** dicng   === End of Compilation 1 ===
>1501-510  Compilation successful for file dicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dline.f
>** dline   === End of Compilation 1 ===
>1501-510  Compilation successful for file dline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dlogo.f
>** dlogo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dlogo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmark.f
>** dmark   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmark.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dptnd.f
>** dptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpwth.f
>** dpwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsky.f
>** dsky   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dspcl.f
>** dspcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dspcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dspln.f
>** dspln   === End of Compilation 1 ===
>1501-510  Compilation successful for file dspln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dtext.f
>** dtext   === End of Compilation 1 ===
>1501-510  Compilation successful for file dtext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dtextc.f
>** dtextc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dtextc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dticmk.f
>** dticmk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dticmk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dturb.f
>** dturb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dtxsy.f
>** dtxsy   === End of Compilation 1 ===
>1501-510  Compilation successful for file dtxsy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dwthr.f
>** dwthr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dwthr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - darc.o
>a - darrw.o
>a - dbarb.o
>a - dcircl.o
>a - dcmbo.o
>a - dcrvtxt.o
>a - dctyp.o
>a - ddarr.o
>a - dfill.o
>a - dfrnt.o
>a - dhash.o
>a - dicng.o
>a - dline.o
>a - dlogo.o
>a - dmark.o
>a - dptnd.o
>a - dpwth.o
>a - dsky.o
>a - dspcl.o
>a - dspln.o
>a - dtext.o
>a - dtextc.o
>a - dticmk.o
>a - dturb.o
>a - dtxsy.o
>a - dwthr.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/satellite
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsatim.f
>** dsatim   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsatim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsatpx.f
>** dsatpx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsatpx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsicmn.f
>** dsicmn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsicmn.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dsatim.o
>a - dsatpx.o
>a - dsicmn.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/device/window
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dsclip.f
>** dsclip   === End of Compilation 1 ===
>1501-510  Compilation successful for file dsclip.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dswndw.f
>** dswndw   === End of Compilation 1 ===
>1501-510  Compilation successful for file dswndw.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/device.a *.o
>a - dsclip.o
>a - dswndw.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/aw
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c aw2clg.f
>** aw_2clg   === End of Compilation 1 ===
>1501-510  Compilation successful for file aw2clg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c aw2cst.f
>** aw_2cst   === End of Compilation 1 ===
>1501-510  Compilation successful for file aw2cst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awachr.f
>** aw_achr   === End of Compilation 1 ===
>1501-510  Compilation successful for file awachr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awadbt.f
>** aw_adbt   === End of Compilation 1 ===
>1501-510  Compilation successful for file awadbt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awalph.f
>** aw_alph   === End of Compilation 1 ===
>1501-510  Compilation successful for file awalph.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awaplt.f
>** aw_aplt   === End of Compilation 1 ===
>1501-510  Compilation successful for file awaplt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awgabv.f
>** aw_gabv   === End of Compilation 1 ===
>1501-510  Compilation successful for file awgabv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awgcuv.f
>** aw_gcuv   === End of Compilation 1 ===
>1501-510  Compilation successful for file awgcuv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awgdef.f
>** aw_gdef   === End of Compilation 1 ===
>1501-510  Compilation successful for file awgdef.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awglsv.f
>** aw_glsv   === End of Compilation 1 ===
>1501-510  Compilation successful for file awglsv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awgrph.f
>** aw_grph   === End of Compilation 1 ===
>1501-510  Compilation successful for file awgrph.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awpend.f
>** aw_pend   === End of Compilation 1 ===
>1501-510  Compilation successful for file awpend.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awpidb.f
>** aw_pidb   === End of Compilation 1 ===
>1501-510  Compilation successful for file awpidb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awpinf.f
>** aw_pinf   === End of Compilation 1 ===
>1501-510  Compilation successful for file awpinf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awplin.f
>** aw_plin   === End of Compilation 1 ===
>1501-510  Compilation successful for file awplin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awpmap.f
>** aw_pmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file awpmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awpplt.f
>** aw_pplt   === End of Compilation 1 ===
>1501-510  Compilation successful for file awpplt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awprod.f
>** aw_prod   === End of Compilation 1 ===
>1501-510  Compilation successful for file awprod.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awread.f
>** aw_read   === End of Compilation 1 ===
>1501-510  Compilation successful for file awread.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awscom.f
>** aw_scom   === End of Compilation 1 ===
>1501-510  Compilation successful for file awscom.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awsdef.f
>** aw_sdef   === End of Compilation 1 ===
>1501-510  Compilation successful for file awsdef.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awsver.f
>** aw_sver   === End of Compilation 1 ===
>1501-510  Compilation successful for file awsver.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awsyst.f
>** aw_syst   === End of Compilation 1 ===
>1501-510  Compilation successful for file awsyst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c awwxsm.f
>** aw_wxsm   === End of Compilation 1 ===
>1501-510  Compilation successful for file awwxsm.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c awrfil.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a.
>a - aw2clg.o
>a - aw2cst.o
>a - awachr.o
>a - awadbt.o
>a - awalph.o
>a - awaplt.o
>a - awgabv.o
>a - awgcuv.o
>a - awgdef.o
>a - awglsv.o
>a - awgrph.o
>a - awpend.o
>a - awpidb.o
>a - awpinf.o
>a - awplin.o
>a - awpmap.o
>a - awpplt.o
>a - awprod.o
>a - awread.o
>a - awrfil.o
>a - awscom.o
>a - awsdef.o
>a - awsver.o
>a - awsyst.o
>a - awwxsm.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/cv
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c cvprmt.f
>** cv_prmt   === End of Compilation 1 ===
>1501-510  Compilation successful for file cvprmt.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvmdfy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvrduc.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - cvmdfy.o
>a - cvprmt.o
>a - cvrduc.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/df
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfabs.f
>** df_abs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfabs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfacos.f
>** df_acos   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfacos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfadd.f
>** df_add   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfadd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfasin.f
>** df_asin   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfasin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfatan.f
>** df_atan   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfatan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfatn2.f
>** df_atn2   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfatn2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfavg.f
>** df_avg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfavg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfbeta.f
>** df_beta   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfbeta.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfbool.f
>** df_bool   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfbool.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfbvsq.f
>** df_bvsq   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfbvsq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfcape.f
>** df_cape   === End of Compilation 1 ===
>** capelyr   === End of Compilation 2 ===
>** sumcape   === End of Compilation 3 ===
>1501-510  Compilation successful for file dfcape.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfcddr.f
>** df_cddr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfcddr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfcdth.f
>** df_cdth   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfcdth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfcorl.f
>** df_corl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfcorl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfcos.f
>** df_cos   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfcos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfdden.f
>** df_dden   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfdden.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfddr.f
>** df_ddr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfddr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfddt.f
>** df_ddt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfddt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfddx.f
>** df_ddx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfddx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfddy.f
>** df_ddy   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfddy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfdth.f
>** df_dth   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfdth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfexp.f
>** df_exp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfexp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfexpi.f
>** df_expi   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfexpi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dffcnt.f
>** df_fcnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dffcnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dffosb.f
>** df_fosb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dffosb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfgwfs.f
>** df_gwfs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfgwfs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfhigh.f
>** df_high   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfhigh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfhilo.f
>** df_hilo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfhilo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfint.f
>** df_int   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfjcbn.f
>** df_jcbn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfjcbn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfknts.f
>** df_knts   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfknts.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dflap.f
>** df_lap   === End of Compilation 1 ===
>1501-510  Compilation successful for file dflap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dflav.f
>** df_lav   === End of Compilation 1 ===
>1501-510  Compilation successful for file dflav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfldf.f
>** df_ldf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfldf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfln.f
>** df_ln   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dflog.f
>** df_log   === End of Compilation 1 ===
>1501-510  Compilation successful for file dflog.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dflows.f
>** df_lows   === End of Compilation 1 ===
>1501-510  Compilation successful for file dflows.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfmask.f
>** df_mask   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfmask.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfmass.f
>** df_mass   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfmass.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfmiss.f
>** df_miss   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfmiss.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfmixr.f
>** df_mixr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfmixr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfmul.f
>** df_mul   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfmul.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfncdf.f
>** df_ncdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfncdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfnint.f
>** df_nint   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfnint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfpaub.f
>** df_paub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfpaub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfplat.f
>** df_plat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfplat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfplcl.f
>** df_plcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfplcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfplon.f
>** df_plon   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfplon.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfpois.f
>** df_pois   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfpois.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfpolf.f
>** df_polf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfpolf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfquo.f
>** df_quo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfquo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfrelh.f
>** df_relh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfrelh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsavs.f
>** df_savs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsavs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsbtw.f
>** df_sbtw   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsbtw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsge.f
>** df_sge   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsge.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsgt.f
>** df_sgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsin.f
>** df_sin   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsle.f
>** df_sle   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsle.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfslt.f
>** df_slt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfslt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsm5s.f
>** df_sm5s   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsm5s.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsm9s.f
>** df_sm9s   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsm9s.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsmax.f
>** df_smax   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsmax.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsmin.f
>** df_smin   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsmin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsqrt.f
>** df_sqrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsqrt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfstab.f
>** df_stab   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfstab.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfsub.f
>** df_sub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfsub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftan.f
>** df_tan   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftav.f
>** df_tav   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftdf.f
>** df_tdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfthan.f
>** df_than   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfthan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfthes.f
>** df_thes   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfthes.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfthta.f
>** df_thta   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfthta.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfthte.f
>** df_thte   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfthte.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfthwc.f
>** df_thwc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfthwc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftlcl.f
>** df_tlcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftlcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftmst.f
>** df_tmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dftmwk.f
>** df_tmwk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dftmwk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfwndx.f
>** df_wndx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfwndx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfxav.f
>** df_xav   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfxav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfxsum.f
>** df_xsum   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfxsum.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfxval.f
>** df_xval   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfxval.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfyav.f
>** df_yav   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfyav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfysum.f
>** df_ysum   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfysum.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dfyval.f
>** df_yval   === End of Compilation 1 ===
>1501-510  Compilation successful for file dfyval.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - dfabs.o
>a - dfacos.o
>a - dfadd.o
>a - dfasin.o
>a - dfatan.o
>a - dfatn2.o
>a - dfavg.o
>a - dfbeta.o
>a - dfbool.o
>a - dfbvsq.o
>a - dfcape.o
>a - dfcddr.o
>a - dfcdth.o
>a - dfcorl.o
>a - dfcos.o
>a - dfdden.o
>a - dfddr.o
>a - dfddt.o
>a - dfddx.o
>a - dfddy.o
>a - dfdth.o
>a - dfexp.o
>a - dfexpi.o
>a - dffcnt.o
>a - dffosb.o
>a - dfgwfs.o
>a - dfhigh.o
>a - dfhilo.o
>a - dfint.o
>a - dfjcbn.o
>a - dfknts.o
>a - dflap.o
>a - dflav.o
>a - dfldf.o
>a - dfln.o
>a - dflog.o
>a - dflows.o
>a - dfmask.o
>a - dfmass.o
>a - dfmiss.o
>a - dfmixr.o
>a - dfmul.o
>a - dfncdf.o
>a - dfnint.o
>a - dfpaub.o
>a - dfplat.o
>a - dfplcl.o
>a - dfplon.o
>a - dfpois.o
>a - dfpolf.o
>a - dfquo.o
>a - dfrelh.o
>a - dfsavs.o
>a - dfsbtw.o
>a - dfsge.o
>a - dfsgt.o
>a - dfsin.o
>a - dfsle.o
>a - dfslt.o
>a - dfsm5s.o
>a - dfsm9s.o
>a - dfsmax.o
>a - dfsmin.o
>a - dfsqrt.o
>a - dfstab.o
>a - dfsub.o
>a - dftan.o
>a - dftav.o
>a - dftdf.o
>a - dfthan.o
>a - dfthes.o
>a - dfthta.o
>a - dfthte.o
>a - dfthwc.o
>a - dftlcl.o
>a - dftmst.o
>a - dftmwk.o
>a - dfwndx.o
>a - dfxav.o
>a - dfxsum.o
>a - dfxval.o
>a - dfyav.o
>a - dfysum.o
>a - dfyval.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/dg
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgarea.f
>** dg_area   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgarea.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgazst.f
>** dg_azst   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgazst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgcdeg.f
>** dg_cdeg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgcdeg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgchck.f
>** dg_chck   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgchck.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgclal.f
>** dg_clal   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgclal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgclcn.f
>** dg_clcn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgclcn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgclmp.f
>** dg_clmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgclmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgclos.f
>** dg_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgcndg.f
>** dg_cndg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgcndg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgcola.f
>** dg_cola   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgcola.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgcwbt.f
>** dg_cwbt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgcwbt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgcxgp.f
>** dg_cxgp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgcxgp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgdmsf.f
>** dg_dmsf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgdmsf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgdriv.f
>** dg_driv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgdriv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgdwpt.f
>** dg_dwpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgdwpt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgesub.f
>** dg_esub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgesub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgfclp.f
>** dg_fclp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgfclp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgfile.f
>** dg_file   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgfile.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgflno.f
>** dg_flno   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgflno.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgfnds.f
>** dg_fnds   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgfnds.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgfndv.f
>** dg_fndv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgfndv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgfrig.f
>** dg_frig   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgfrig.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggetl.f
>** dg_getl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggetl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggets.f
>** dg_gets   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggets.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggett.f
>** dg_gett   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggett.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggetv.f
>** dg_getv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggetv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggobs.f
>** dg_gobs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggobs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggrdr.f
>** dg_grdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggrdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggrel.f
>** dg_grel   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggrel.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggrid.f
>** dg_grid   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggrid.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggrot.f
>** dg_grot   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggrot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggtmp.f
>** dg_gtmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggtmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dggtvl.f
>** dg_gtvl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dggtvl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dghilo.f
>** dg_hilo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dghilo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgigrg.f
>** dg_igrg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgigrg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dginit.f
>** dg_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file dginit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgintl.f
>** dg_intl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgintl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgkxky.f
>** dg_kxky   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgkxky.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dglncr.f
>** dg_lncr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dglncr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dglncx.f
>** dg_lncx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dglncx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgltln.f
>** dg_ltln   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgltln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmerr.f
>** dg_merr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmerr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmfil.f
>** dg_mfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmhdr.f
>** dg_mhdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmhdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmnam.f
>** dg_mnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmscl.f
>** dg_mscl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmscl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgmxnt.f
>** dg_mxnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgmxnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgnrel.f
>** dg_nrel   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgnrel.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgnxts.f
>** dg_nxts   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgnxts.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgnxtv.f
>** dg_nxtv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgnxtv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgoang.f
>** dg_oang   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgoang.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgofil.f
>** dg_ofil   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgofil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgorgn.f
>** dg_orgn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgorgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgpcll.f
>** dg_pcll   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgpcll.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgpfun.f
>** dg_pfun   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgpfun.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgplll.f
>** dg_plll   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgplll.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgprcp.f
>** dg_prcp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgprcp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgprdr.f
>** dg_prdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgprdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgprft.f
>** dg_prft   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgprft.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgputs.f
>** dg_puts   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgputs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgputv.f
>** dg_putv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgputv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgpwat.f
>** dg_pwat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgpwat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgpwts.f
>** dg_pwts   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgpwts.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgrdat.f
>** dg_rdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgrdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgreal.f
>** dg_real   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgreal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgrgrd.f
>** dg_rgrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgrgrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgrpls.f
>** dg_rpls   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgrpls.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgrplv.f
>** dg_rplv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgrplv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgsare.f
>** dg_sare   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgsare.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgscal.f
>** dg_scal   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgscal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgssub.f
>** dg_ssub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgssub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgstlv.f
>** dg_stlv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgstlv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgsubg.f
>** dg_subg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgsubg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgtemp.f
>** dg_temp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgtemp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgtops.f
>** dg_tops   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgtops.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgtopv.f
>** dg_topv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgtopv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgufil.f
>** dg_ufil   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgufil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dguhdr.f
>** dg_uhdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dguhdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgupdh.f
>** dg_updh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgupdh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgupdv.f
>** dg_updv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgupdv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgupsg.f
>** dg_upsg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgupsg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgupvg.f
>** dg_upvg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgupvg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgvcrd.f
>** dg_vcrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgvcrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgvecr.f
>** dg_vecr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgvecr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dgvect.f
>** dg_vect   === End of Compilation 1 ===
>1501-510  Compilation successful for file dgvect.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - dgarea.o
>a - dgazst.o
>a - dgcdeg.o
>a - dgchck.o
>a - dgclal.o
>a - dgclcn.o
>a - dgclmp.o
>a - dgclos.o
>a - dgcndg.o
>a - dgcola.o
>a - dgcwbt.o
>a - dgcxgp.o
>a - dgdmsf.o
>a - dgdriv.o
>a - dgdwpt.o
>a - dgesub.o
>a - dgfclp.o
>a - dgfile.o
>a - dgflno.o
>a - dgfnds.o
>a - dgfndv.o
>a - dgfrig.o
>a - dggetl.o
>a - dggets.o
>a - dggett.o
>a - dggetv.o
>a - dggobs.o
>a - dggrdr.o
>a - dggrel.o
>a - dggrid.o
>a - dggrot.o
>a - dggtmp.o
>a - dggtvl.o
>a - dghilo.o
>a - dgigrg.o
>a - dginit.o
>a - dgintl.o
>a - dgkxky.o
>a - dglncr.o
>a - dglncx.o
>a - dgltln.o
>a - dgmerr.o
>a - dgmfil.o
>a - dgmhdr.o
>a - dgmnam.o
>a - dgmscl.o
>a - dgmxnt.o
>a - dgnrel.o
>a - dgnxts.o
>a - dgnxtv.o
>a - dgoang.o
>a - dgofil.o
>a - dgorgn.o
>a - dgpcll.o
>a - dgpfun.o
>a - dgplll.o
>a - dgprcp.o
>a - dgprdr.o
>a - dgprft.o
>a - dgputs.o
>a - dgputv.o
>a - dgpwat.o
>a - dgpwts.o
>a - dgrdat.o
>a - dgreal.o
>a - dgrgrd.o
>a - dgrpls.o
>a - dgrplv.o
>a - dgsare.o
>a - dgscal.o
>a - dgssub.o
>a - dgstlv.o
>a - dgsubg.o
>a - dgtemp.o
>a - dgtops.o
>a - dgtopv.o
>a - dgufil.o
>a - dguhdr.o
>a - dgupdh.o
>a - dgupdv.o
>a - dgupsg.o
>a - dgupvg.o
>a - dgvcrd.o
>a - dgvecr.o
>a - dgvect.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/dm
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmafre.f
>** dm_afre   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmafre.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmaspc.f
>** dm_aspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmaspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmbegs.f
>** dm_begs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmbegs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmchkf.f
>** dm_chkf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmchkf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmchng.f
>** dm_chng   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmchng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmclop.f
>** dm_clop   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmclop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmclos.f
>** dm_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmcnst.f
>** dm_cnst   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmcnst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmcond.f
>** dm_cond   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmcond.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmcret.f
>** dm_cret   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmcret.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmcsrc.f
>** dm_csrc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmcsrc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdall.f
>** dm_dall   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdall.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdclh.f
>** dm_dclh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdclh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdcsr.f
>** dm_dcsr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdcsr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmddat.f
>** dm_ddat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmddat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdelt.f
>** dm_delt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdelt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdpsr.f
>** dm_dpsr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdpsr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmdrwh.f
>** dm_drwh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmdrwh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmefre.f
>** dm_efre   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmefre.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmespc.f
>** dm_espc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmespc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmfkey.f
>** dm_fkey   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmfkey.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmfspc.f
>** dm_fspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmfspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmfwrt.f
>** dm_fwrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmfwrt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmgetf.f
>** dm_getf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmgetf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmggpm.f
>** dm_ggpm   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmggpm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmgspc.f
>** dm_gspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmgspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmgtim.f
>** dm_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmkeys.f
>** dm_keys   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmkeys.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmlssf.f
>** dm_lssf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmlssf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmlstn.f
>** dm_lstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmlstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmltim.f
>** dm_ltim   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmltim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmnext.f
>** dm_next   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmnext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmnxtc.f
>** dm_nxtc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmnxtc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmopen.f
>** dm_open   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmopen.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmpack.f
>** dm_pack   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmpack.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmpart.f
>** dm_part   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmpart.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmpkgd.f
>** dm_pkgd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmpkgd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmpnam.f
>** dm_pnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmpnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmpsrc.f
>** dm_psrc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmpsrc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmqdat.f
>** dm_qdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmqdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrch4.f
>** dm_rch4   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrch4.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrclh.f
>** dm_rclh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrclh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrdmg.f
>** dm_rdmg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrdmg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrdtc.f
>** dm_rdtc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrdtc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrdti.f
>** dm_rdti   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrdti.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrdtr.f
>** dm_rdtr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrdtr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrfhc.f
>** dm_rfhc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrfhc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrfhi.f
>** dm_rfhi   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrfhi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrfhr.f
>** dm_rfhr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrfhr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrfil.f
>** dm_rfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrflt.f
>** dm_rflt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrflt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrhda.f
>** dm_rhda   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrhda.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrint.f
>** dm_rint   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrkey.f
>** dm_rkey   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrkey.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrlbl.f
>** dm_rlbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrlbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrpkg.f
>** dm_rpkg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrpkg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrprt.f
>** dm_rprt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrprt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrrec.f
>** dm_rrec   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrrec.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrrwh.f
>** dm_rrwh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrrwh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmrstr.f
>** dm_rstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmrstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmsgpk.f
>** dm_sgpk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmsgpk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmsrch.f
>** dm_srch   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmsrch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmunpk.f
>** dm_unpk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmunpk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwch4.f
>** dm_wch4   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwch4.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwclh.f
>** dm_wclh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwclh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwdmg.f
>** dm_wdmg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwdmg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwdtc.f
>** dm_wdtc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwdtc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwdti.f
>** dm_wdti   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwdti.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwdtr.f
>** dm_wdtr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwdtr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwfhc.f
>** dm_wfhc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwfhc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwfhi.f
>** dm_wfhi   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwfhi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwfhr.f
>** dm_wfhr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwfhr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwfil.f
>** dm_wfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwflt.f
>** dm_wflt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwflt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwhda.f
>** dm_whda   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwhda.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwint.f
>** dm_wint   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwkey.f
>** dm_wkey   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwkey.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwlbl.f
>** dm_wlbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwlbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmword.f
>** dm_word   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmword.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwpkg.f
>** dm_wpkg   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwpkg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwprt.f
>** dm_wprt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwprt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwrwh.f
>** dm_wrwh   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwrwh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwspc.f
>** dm_wspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dmwstr.f
>** dm_wstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dmwstr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - dmafre.o
>a - dmaspc.o
>a - dmbegs.o
>a - dmchkf.o
>a - dmchng.o
>a - dmclop.o
>a - dmclos.o
>a - dmcnst.o
>a - dmcond.o
>a - dmcret.o
>a - dmcsrc.o
>a - dmdall.o
>a - dmdclh.o
>a - dmdcsr.o
>a - dmddat.o
>a - dmdelt.o
>a - dmdpsr.o
>a - dmdrwh.o
>a - dmefre.o
>a - dmespc.o
>a - dmfkey.o
>a - dmfspc.o
>a - dmfwrt.o
>a - dmgetf.o
>a - dmggpm.o
>a - dmgspc.o
>a - dmgtim.o
>a - dmkeys.o
>a - dmlssf.o
>a - dmlstn.o
>a - dmltim.o
>a - dmnext.o
>a - dmnxtc.o
>a - dmopen.o
>a - dmpack.o
>a - dmpart.o
>a - dmpkgd.o
>a - dmpnam.o
>a - dmpsrc.o
>a - dmqdat.o
>a - dmrch4.o
>a - dmrclh.o
>a - dmrdmg.o
>a - dmrdtc.o
>a - dmrdti.o
>a - dmrdtr.o
>a - dmrfhc.o
>a - dmrfhi.o
>a - dmrfhr.o
>a - dmrfil.o
>a - dmrflt.o
>a - dmrhda.o
>a - dmrint.o
>a - dmrkey.o
>a - dmrlbl.o
>a - dmrpkg.o
>a - dmrprt.o
>a - dmrrec.o
>a - dmrrwh.o
>a - dmrstr.o
>a - dmsgpk.o
>a - dmsrch.o
>a - dmunpk.o
>a - dmwch4.o
>a - dmwclh.o
>a - dmwdmg.o
>a - dmwdtc.o
>a - dmwdti.o
>a - dmwdtr.o
>a - dmwfhc.o
>a - dmwfhi.o
>a - dmwfhr.o
>a - dmwfil.o
>a - dmwflt.o
>a - dmwhda.o
>a - dmwint.o
>a - dmwkey.o
>a - dmwlbl.o
>a - dmword.o
>a - dmwpkg.o
>a - dmwprt.o
>a - dmwrwh.o
>a - dmwspc.o
>a - dmwstr.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/dp
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpendp.f
>** dp_endp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpendp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpfile.f
>** dp_file   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpfile.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dppack.f
>** dp_pack   === End of Compilation 1 ===
>1501-510  Compilation successful for file dppack.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dppdec.f
>** dp_pdec   === End of Compilation 1 ===
>1501-510  Compilation successful for file dppdec.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dppdif.f
>** dp_pdif   === End of Compilation 1 ===
>1501-510  Compilation successful for file dppdif.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dppgrb.f
>** dp_pgrb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dppgrb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpsetp.f
>** dp_setp   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpsetp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpterm.f
>** dp_term   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpterm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpudif.f
>** dp_udif   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpudif.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpugrb.f
>** dp_ugrb   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpugrb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpunmc.f
>** dp_unmc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpunmc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dpunpk.f
>** dp_unpk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dpunpk.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - dpendp.o
>a - dpfile.o
>a - dppack.o
>a - dppdec.o
>a - dppdif.o
>a - dppgrb.o
>a - dpsetp.o
>a - dpterm.o
>a - dpudif.o
>a - dpugrb.o
>a - dpunmc.o
>a - dpunpk.o
>       rm -f *.o
>Target "all" is up to date.
Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/dv
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvadv.f
>** dv_adv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvadv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvage.f
>** dv_age   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvage.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvavor.f
>** dv_avor   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvavor.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvcirc.f
>** dv_circ   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvcirc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvcros.f
>** dv_cros   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvcros.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdef.f
>** dv_def   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdef.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdirn.f
>** dv_dirn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdirn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdirr.f
>** dv_dirr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdirr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdiv.f
>** dv_div   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdiv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdivt.f
>** dv_divt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdivt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdot.f
>** dv_dot   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdsub.f
>** dv_dsub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdsub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdvdx.f
>** dv_dvdx   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdvdx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvdvdy.f
>** dv_dvdy   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvdvdy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvfrnt.f
>** dv_frnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvfrnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvgeo.f
>** dv_geo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvgeo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvgrad.f
>** dv_grad   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvgrad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvgwfv.f
>** dv_gwfv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvgwfv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvinad.f
>** dv_inad   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvinad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvisal.f
>** dv_isal   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvisal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvkcrs.f
>** dv_kcrs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvkcrs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvkntv.f
>** dv_kntv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvkntv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvltrn.f
>** dv_ltrn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvltrn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmag.f
>** dv_mag   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmag.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmdiv.f
>** dv_mdiv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmdiv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmrad.f
>** dv_mrad   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmrad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmsdv.f
>** dv_msdv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmsdv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmsfc.f
>** dv_msfc   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmsfc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvmtng.f
>** dv_mtng   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvmtng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvnorm.f
>** dv_norm   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvnorm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvnrmv.f
>** dv_nrmv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvnrmv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvobs.f
>** dv_obs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvobs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvpvor.f
>** dv_pvor   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvpvor.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvqvcl.f
>** dv_qvcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvqvcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvqvec.f
>** dv_qvec   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvqvec.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvrad.f
>** dv_rad   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvrad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvrich.f
>** dv_rich   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvrich.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvross.f
>** dv_ross   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvross.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvrot.f
>** dv_rot   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvrot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvsdiv.f
>** dv_sdiv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvsdiv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvshr.f
>** dv_shr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvshr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvsm5v.f
>** dv_sm5v   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvsm5v.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvsmul.f
>** dv_smul   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvsmul.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvsquo.f
>** dv_squo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvsquo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvstr.f
>** dv_str   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvtang.f
>** dv_tang   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvtang.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvthrm.f
>** dv_thrm   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvthrm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvtng.f
>** dv_tng   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvtng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvtngv.f
>** dv_tngv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvtngv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvun.f
>** dv_un   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvun.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvur.f
>** dv_ur   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvur.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvadd.f
>** dv_vadd   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvadd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvasv.f
>** dv_vasv   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvasv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvavs.f
>** dv_vavs   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvavs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvbtw.f
>** dv_vbtw   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvbtw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvecn.f
>** dv_vecn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvecn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvecr.f
>** dv_vecr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvecr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvge.f
>** dv_vge   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvge.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvgt.f
>** dv_vgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvlav.f
>** dv_vlav   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvlav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvldf.f
>** dv_vldf   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvldf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvle.f
>** dv_vle   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvle.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvlt.f
>** dv_vlt   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvlt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvmsk.f
>** dv_vmsk   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvmsk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvmul.f
>** dv_vmul   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvmul.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvn.f
>** dv_vn   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvor.f
>** dv_vor   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvor.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvquo.f
>** dv_vquo   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvquo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvr.f
>** dv_vr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvvsub.f
>** dv_vsub   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvvsub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvwnan.f
>** dv_wnan   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvwnan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c dvwshr.f
>** dv_wshr   === End of Compilation 1 ===
>1501-510  Compilation successful for file dvwshr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - dvadv.o
>a - dvage.o
>a - dvavor.o
>a - dvcirc.o
>a - dvcros.o
>a - dvdef.o
>a - dvdirn.o
>a - dvdirr.o
>a - dvdiv.o
>a - dvdivt.o
>a - dvdot.o
>a - dvdsub.o
>a - dvdvdx.o
>a - dvdvdy.o
>a - dvfrnt.o
>a - dvgeo.o
>a - dvgrad.o
>a - dvgwfv.o
>a - dvinad.o
>a - dvisal.o
>a - dvkcrs.o
>a - dvkntv.o
>a - dvltrn.o
>a - dvmag.o
>a - dvmdiv.o
>a - dvmrad.o
>a - dvmsdv.o
>a - dvmsfc.o
>a - dvmtng.o
>a - dvnorm.o
>a - dvnrmv.o
>a - dvobs.o
>a - dvpvor.o
>a - dvqvcl.o
>a - dvqvec.o
>a - dvrad.o
>a - dvrich.o
>a - dvross.o
>a - dvrot.o
>a - dvsdiv.o
>a - dvshr.o
>a - dvsm5v.o
>a - dvsmul.o
>a - dvsquo.o
>a - dvstr.o
>a - dvtang.o
>a - dvthrm.o
>a - dvtng.o
>a - dvtngv.o
>a - dvun.o
>a - dvur.o
>a - dvvadd.o
>a - dvvasv.o
>a - dvvavs.o
>a - dvvbtw.o
>a - dvvecn.o
>a - dvvecr.o
>a - dvvge.o
>a - dvvgt.o
>a - dvvlav.o
>a - dvvldf.o
>a - dvvle.o
>a - dvvlt.o
>a - dvvmsk.o
>a - dvvmul.o
>a - dvvn.o
>a - dvvor.o
>a - dvvquo.o
>a - dvvr.o
>a - dvvsub.o
>a - dvwnan.o
>a - dvwshr.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/er
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c erlmsg.f
>** er_lmsg   === End of Compilation 1 ===
>1501-510  Compilation successful for file erlmsg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ermmsg.f
>** er_mmsg   === End of Compilation 1 ===
>1501-510  Compilation successful for file ermmsg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c erstat.f
>** er_stat   === End of Compilation 1 ===
>1501-510  Compilation successful for file erstat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c erwmsg.f
>** er_wmsg   === End of Compilation 1 ===
>1501-510  Compilation successful for file erwmsg.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c erinit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ersmsg.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c erwbuf.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - erinit.o
>a - erlmsg.o
>a - ermmsg.o
>a - ersmsg.o
>a - erstat.o
>a - erwbuf.o
>a - erwmsg.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/fl
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flapnd.f
>** fl_apnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file flapnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flbksp.f
>** fl_bksp   === End of Compilation 1 ===
>1501-510  Compilation successful for file flbksp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flcdel.f
>** fl_cdel   === End of Compilation 1 ===
>1501-510  Compilation successful for file flcdel.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flclal.f
>** fl_clal   === End of Compilation 1 ===
>1501-510  Compilation successful for file flclal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flclos.f
>** fl_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file flclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fldcre.f
>** fl_dcre   === End of Compilation 1 ===
>1501-510  Compilation successful for file fldcre.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fldopn.f
>** fl_dopn   === End of Compilation 1 ===
>1501-510  Compilation successful for file fldopn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fldsop.f
>** fl_dsop   === End of Compilation 1 ===
>1501-510  Compilation successful for file fldsop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flflun.f
>** fl_flun   === End of Compilation 1 ===
>1501-510  Compilation successful for file flflun.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flfpth.f
>** fl_fpth   === End of Compilation 1 ===
>1501-510  Compilation successful for file flfpth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flglun.f
>** fl_glun   === End of Compilation 1 ===
>1501-510  Compilation successful for file flglun.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flgnam.f
>** fl_gnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file flgnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flinqr.f
>** fl_inqr   === End of Compilation 1 ===
>1501-510  Compilation successful for file flinqr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flmdat.f
>** fl_mdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file flmdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flmfil.f
>** fl_mfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file flmfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flmfls.f
>** fl_mfls   === End of Compilation 1 ===
>1501-510  Compilation successful for file flmfls.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flmnam.f
>** fl_mnam   === End of Compilation 1 ===
>1501-510  Compilation successful for file flmnam.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flpath.f
>** fl_path   === End of Compilation 1 ===
>1501-510  Compilation successful for file flpath.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flread.f
>** fl_read   === End of Compilation 1 ===
>1501-510  Compilation successful for file flread.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flrewd.f
>** fl_rewd   === End of Compilation 1 ===
>1501-510  Compilation successful for file flrewd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flrshr.f
>** fl_rshr   === End of Compilation 1 ===
>1501-510  Compilation successful for file flrshr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flscnd.f
>** fl_scnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file flscnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flsopn.f
>** fl_sopn   === End of Compilation 1 ===
>1501-510  Compilation successful for file flsopn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flsunk.f
>** fl_sunk   === End of Compilation 1 ===
>1501-510  Compilation successful for file flsunk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flswop.f
>** fl_swop   === End of Compilation 1 ===
>1501-510  Compilation successful for file flswop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fltbop.f
>** fl_tbop   === End of Compilation 1 ===
>1501-510  Compilation successful for file fltbop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fltdat.f
>** fl_tdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file fltdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fltinq.f
>** fl_tinq   === End of Compilation 1 ===
>1501-510  Compilation successful for file fltinq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fltmpl.f
>** fl_tmpl   === End of Compilation 1 ===
>1501-510  Compilation successful for file fltmpl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c fltrew.f
>** fl_trew   === End of Compilation 1 ===
>1501-510  Compilation successful for file fltrew.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c flwrit.f
>** fl_writ   === End of Compilation 1 ===
>1501-510  Compilation successful for file flwrit.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - flapnd.o
>a - flbksp.o
>a - flcdel.o
>a - flclal.o
>a - flclos.o
>a - fldcre.o
>a - fldopn.o
>a - fldsop.o
>a - flflun.o
>a - flfpth.o
>a - flglun.o
a - flgnam.o
>a - flinqr.o
>a - flmdat.o
>a - flmfil.o
>a - flmfls.o
>a - flmnam.o
>a - flpath.o
>a - flread.o
>a - flrewd.o
>a - flrshr.o
>a - flscnd.o
>a - flsopn.o
>a - flsunk.o
>a - flswop.o
>a - fltbop.o
>a - fltdat.o
>a - fltinq.o
>a - fltmpl.o
>a - fltrew.o
>a - flwrit.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gb
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbbds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbbms.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbbtoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbdiag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbends.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbensemble.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbftim.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgaus.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgbdh.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbges.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbggds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgids.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgmtx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgpbd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgpds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgsec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgspk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbgubd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbids.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gblamb.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbltln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbmerc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbnext.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbpds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbpolr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbrindx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbscan.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbscpk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbsphr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbsspk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbtdlens.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbunpk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c gbvlev.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - gbbds.o
>a - gbbms.o
>a - gbbtoi.o
>a - gbclos.o
>a - gbdiag.o
>a - gbends.o
>a - gbensemble.o
>a - gbftim.o
>a - gbgaus.o
>a - gbgbdh.o
>a - gbgds.o
>a - gbges.o
>a - gbggds.o
>a - gbgids.o
>a - gbgmtx.o
>a - gbgpbd.o
>a - gbgpds.o
>a - gbgsec.o
>a - gbgspk.o
>a - gbgubd.o
>a - gbids.o
>a - gblamb.o
>a - gbltln.o
>a - gbmerc.o
>a - gbnext.o
>a - gbopen.o
>a - gbpds.o
>a - gbpolr.o
>a - gbread.o
>a - gbrindx.o
>a - gbscan.o
>a - gbscpk.o
>a - gbsphr.o
>a - gbsspk.o
>a - gbtdlens.o
>a - gbunpk.o
>a - gbvlev.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gd
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdaddt.f
>** gd_addt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdaddt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdclos.f
>** gd_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdcref.f
>** gd_cref   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdcref.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gddelt.f
>** gd_delt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gddelt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gddgrd.f
>** gd_dgrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gddgrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdfchk.f
>** gd_fchk   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdfchk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdfltm.f
>** gd_fltm   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdfltm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdganl.f
>** gd_ganl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdganl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgeni.f
>** gd_geni   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgeni.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgcyc.f
>** gd_gcyc   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgcyc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdggrd.f
>** gd_ggrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdggrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgidn.f
>** gd_gidn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgidn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdginf.f
>** gd_ginf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdginf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdglev.f
>** gd_glev   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdglev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgnav.f
>** gd_gnav   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgnav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgnum.f
>** gd_gnum   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgnum.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgtim.f
>** gd_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdgtmf.f
>** gd_gtmf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdgtmf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdhtoi.f
>** gd_htoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdhtoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gditoh.f
>** gd_itoh   === End of Compilation 1 ===
>1501-510  Compilation successful for file gditoh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdngrd.f
>** gd_ngrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdngrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdofil.f
>** gd_ofil   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdofil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdopnf.f
>** gd_opnf   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdopnf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdopnr.f
>** gd_opnr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdopnr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdrdat.f
>** gd_rdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdrdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdsrtl.f
>** gd_srtl   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdsrtl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdsrtt.f
>** gd_srtt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdsrtt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdswrt.f
>** gd_swrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdswrt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdwdat.f
>** gd_wdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdwdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdwpgd.f
>** gd_wpgd   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdwpgd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdwppg.f
>** gd_wppg   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdwppg.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - gdaddt.o
>a - gdclos.o
>a - gdcref.o
>a - gddelt.o
>a - gddgrd.o
>a - gdfchk.o
>a - gdfltm.o
>a - gdganl.o
>a - gdgcyc.o
>a - gdgeni.o
>a - gdggrd.o
>a - gdgidn.o
>a - gdginf.o
>a - gdglev.o
>a - gdgnav.o
>a - gdgnum.o
>a - gdgtim.o
>a - gdgtmf.o
>a - gdhtoi.o
>a - gditoh.o
>a - gdngrd.o
>a - gdofil.o
>a - gdopnf.o
>a - gdopnr.o
>a - gdrdat.o
>a - gdsrtl.o
>a - gdsrtt.o
>a - gdswrt.o
>a - gdwdat.o
>a - gdwpgd.o
>a - gdwppg.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gdu
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gduginp.f
>** gdu_ginp   === End of Compilation 1 ===
>1501-510  Compilation successful for file gduginp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gduglev.f
>** gdu_glev   === End of Compilation 1 ===
>1501-510  Compilation successful for file gduglev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gdumtch.f
>** gdu_mtch   === End of Compilation 1 ===
>1501-510  Compilation successful for file gdumtch.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - gduginp.o
>a - gduglev.o
>a - gdumtch.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gg
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggairm.f
>** gg_airm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggairm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggalis.f
>** gg_alis   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggalis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggarc.f
>** gg_arc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggarc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggbnd.f
>** gg_bnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggbnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggbox.f
>** gg_box   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggbox.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggcbar.f
>** gg_cbar   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggcbar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggcpnl.f
>** gg_cpnl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggcpnl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggcsig.f
>** gg_csig   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggcsig.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggctrd.f
>** gg_ctrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggctrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggdltn.f
>** gg_dltn   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggdltn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggdmap.f
>** gg_dmap   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggdmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggfaxs.f
>** gg_faxs   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggfaxs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gghrcn.f
>** gg_hrcn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gghrcn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gginfo.f
>** gg_info   === End of Compilation 1 ===
>1501-510  Compilation successful for file gginfo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gginit.f
>** gg_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file gginit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggisig.f
>** gg_isig   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggisig.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gglnup.f
>** gg_lnup   === End of Compilation 1 ===
>1501-510  Compilation successful for file gglnup.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggltln.f
>** gg_ltln   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggltln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggltng.f
>** gg_ltng   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggltng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggltrp.f
>** gg_ltrp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggltrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggmap.f
>** gg_map   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggmap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggmaps.f
>** gg_maps   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggmaps.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggmisc.f
>** gg_misc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggmisc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggmotf.f
>** gg_motf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggmotf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggnarp.f
>** gg_narp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggnarp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggnatc.f
>** gg_natc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggnatc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggncon.f
>** gg_ncon   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggncon.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggpanl.f
>** gg_panl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggpanl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggproj.f
>** gg_proj   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggproj.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggqsct.f
>** gg_qsct   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggqsct.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggrvec.f
>** gg_rvec   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggrvec.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggsdev.f
>** gg_sdev   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggsdev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggsgrf.f
>** gg_sgrf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggsgrf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggskew.f
>** gg_skew   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggskew.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggsplt.f
>** gg_splt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggsplt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggsttl.f
>** gg_sttl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggsttl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtcda.f
>** gg_tcda   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtcda.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtcep.f
>** gg_tcep   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtcep.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtclb.f
>** gg_tclb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtclb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtcmg.f
>** gg_tcmg   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtcmg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtcsh.f
>** gg_tcsh   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtcsh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtcsm.f
>** gg_tcsm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtcsm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtctb.f
>** gg_tctb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtctb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggtlbl.f
>** gg_tlbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggtlbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwact.f
>** gg_wact   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwact.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwarn.f
>** gg_warn   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwarn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwcck.f
>** gg_wcck   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwcck.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwcur.f
>** gg_wcur   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwcur.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwlbl.f
>** gg_wlbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwlbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwnck.f
>** gg_wnck   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwnck.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwplt.f
>** gg_wplt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwplt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwstm.f
>** gg_wstm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwstm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwstr.f
>** gg_wstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwtch.f
>** gg_wtch   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwtch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwwcn.f
>** gg_wwcn   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwwcn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwwcr.f
>** gg_wwcr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwwcr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwwfo.f
>** gg_wwfo   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwwfo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwwou.f
>** gg_wwou   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwwou.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggwwtp.f
>** gg_wwtp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggwwtp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ggzare.f
>** gg_zare   === End of Compilation 1 ===
>1501-510  Compilation successful for file ggzare.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ggdvgf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ggqsrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ggwcvf.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - ggairm.o
>a - ggalis.o
>a - ggarc.o
>a - ggbnd.o
>a - ggbox.o
>a - ggcbar.o
>a - ggcpnl.o
>a - ggcsig.o
>a - ggctrd.o
>a - ggdltn.o
>a - ggdmap.o
>a - ggdvgf.o
>a - ggfaxs.o
>a - gghrcn.o
>a - gginfo.o
>a - gginit.o
>a - ggisig.o
>a - gglnup.o
>a - ggltln.o
>a - ggltng.o
>a - ggltrp.o
>a - ggmap.o
>a - ggmaps.o
>a - ggmisc.o
>a - ggmotf.o
>a - ggnarp.o
>a - ggnatc.o
>a - ggncon.o
>a - ggpanl.o
>a - ggproj.o
>a - ggqsct.o
>a - ggqsrd.o
>a - ggrvec.o
>a - ggsdev.o
>a - ggsgrf.o
>a - ggskew.o
>a - ggsplt.o
>a - ggsttl.o
>a - ggtcda.o
>a - ggtcep.o
>a - ggtclb.o
>a - ggtcmg.o
>a - ggtcsh.o
>a - ggtcsm.o
>a - ggtctb.o
>a - ggtlbl.o
>a - ggwact.o
>a - ggwarn.o
>a - ggwcck.o
>a - ggwcur.o
>a - ggwcvf.o
>a - ggwlbl.o
>a - ggwnck.o
>a - ggwplt.o
>a - ggwstm.o
>a - ggwstr.o
>a - ggwtch.o
>a - ggwwcn.o
>a - ggwwcr.o
>a - ggwwfo.o
>a - ggwwou.o
>a - ggwwtp.o
>a - ggzare.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gh
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkat.f
>** gh_bkat   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkhi.f
>** gh_bkhi   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkhi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkin.f
>** gh_bkin   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkli.f
>** gh_bkli   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkli.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkll.f
>** gh_bkll   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkll.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkls.f
>** gh_bkls   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkls.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkmm.f
>** gh_bkmm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkmm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkpr.f
>** gh_bkpr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkpr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkrc.f
>** gh_bkrc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkrc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkrd.f
>** gh_bkrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghbkus.f
>** gh_bkus   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghbkus.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghcolr.f
>** gh_colr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghcolr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgar.f
>** gh_kgar   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgat.f
>** gh_kgat   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgfl.f
>** gh_kgfl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgfl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgip.f
>** gh_kgip   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgip.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgix.f
>** gh_kgix   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgix.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkglb.f
>** gh_kglb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkglb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkglc.f
>** gh_kglc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkglc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkglp.f
>** gh_kglp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkglp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgmp.f
>** gh_kgmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgov.f
>** gh_kgov   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgov.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgph.f
>** gh_kgph   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgph.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgst.f
>** gh_kgst   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghkgtb.f
>** gh_kgtb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghkgtb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghnopb.f
>** gh_nopb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghnopb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdad.f
>** gh_rdad   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdad.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdbd.f
>** gh_rdbd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdbd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdds.f
>** gh_rdds   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdds.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdfv.f
>** gh_rdfv   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdfv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdhd.f
>** gh_rdhd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdhd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdqd.f
>** gh_rdqd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdqd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdsp.f
>** gh_rdsp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdsp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrdtx.f
>** gh_rdtx   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrdtx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrest.f
>** gh_rest   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrest.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrhst.f
>** gh_rhst   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrhst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrprb.f
>** gh_rprb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrprb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghrscl.f
>** gh_rscl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghrscl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghsave.f
>** gh_save   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghsave.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghsplb.f
>** gh_splb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghsplb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghsprb.f
>** gh_sprb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghsprb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghsprl.f
>** gh_sprl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghsprl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghsvcl.f
>** gh_svcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghsvcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghswdf.f
>** gh_swdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghswdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghswlb.f
>** gh_swlb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghswlb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghswln.f
>** gh_swln   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghswln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghswth.f
>** gh_swth   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghswth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghtime.f
>** gh_time   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghtime.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghuhst.f
>** gh_uhst   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghuhst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwcnd.f
>** gh_wcnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwcnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwgrf.f
>** gh_wgrf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwgrf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwier.f
>** gh_wier   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwier.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwipl.f
>** gh_wipl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwipl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwpnl.f
>** gh_wpnl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwpnl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwrel.f
>** gh_wrel   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwrel.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwrng.f
>** gh_wrng   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwrng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwtbg.f
>** gh_wtbg   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwtbg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwtbl.f
>** gh_wtbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwtbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwtpl.f
>** gh_wtpl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwtpl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwbk.f
>** gh_wwbk   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwbk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwcz.f
>** gh_wwcz   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwcz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwdp.f
>** gh_wwdp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwdp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwin.f
>** gh_wwin   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwmv.f
>** gh_wwmv   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwmv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwov.f
>** gh_wwov   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwov.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwrm.f
>** gh_wwrm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwrm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwsg.f
>** gh_wwsg   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwsg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwsr.f
>** gh_wwsr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwsr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwst.f
>** gh_wwst   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ghwwtx.f
>** gh_wwtx   === End of Compilation 1 ===
>1501-510  Compilation successful for file ghwwtx.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ghftbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ghgclr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ghrtbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ghwwat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ghwwug.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - ghbkat.o
>a - ghbkhi.o
>a - ghbkin.o
>a - ghbkli.o
>a - ghbkll.o
>a - ghbkls.o
>a - ghbkmm.o
>a - ghbkpr.o
>a - ghbkrc.o
>a - ghbkrd.o
>a - ghbkus.o
>a - ghcolr.o
>a - ghftbl.o
>a - ghgclr.o
>a - ghkgar.o
>a - ghkgat.o
>a - ghkgfl.o
>a - ghkgip.o
>a - ghkgix.o
>a - ghkglb.o
>a - ghkglc.o
>a - ghkglp.o
>a - ghkgmp.o
>a - ghkgov.o
>a - ghkgph.o
>a - ghkgst.o
>a - ghkgtb.o
>a - ghnopb.o
>a - ghrdad.o
>a - ghrdbd.o
>a - ghrdds.o
>a - ghrdfv.o
>a - ghrdhd.o
>a - ghrdqd.o
>a - ghrdsp.o
>a - ghrdtx.o
>a - ghrest.o
>a - ghrhst.o
>a - ghrprb.o
>a - ghrscl.o
>a - ghrtbl.o
>a - ghsave.o
>a - ghsplb.o
>a - ghsprb.o
>a - ghsprl.o
>a - ghsvcl.o
>a - ghswdf.o
>a - ghswlb.o
>a - ghswln.o
>a - ghswth.o
>a - ghtime.o
>a - ghuhst.o
>a - ghwcnd.o
>a - ghwgrf.o
>a - ghwier.o
>a - ghwipl.o
>a - ghwpnl.o
>a - ghwrel.o
>a - ghwrng.o
>a - ghwtbg.o
>a - ghwtbl.o
>a - ghwtpl.o
>a - ghwwat.o
>a - ghwwbk.o
>a - ghwwcz.o
>a - ghwwdp.o
>a - ghwwin.o
>a - ghwwmv.o
>a - ghwwov.o
>a - ghwwrm.o
>a - ghwwsg.o
>a - ghwwsr.o
>a - ghwwst.o
>a - ghwwtx.o
>a - ghwwug.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gp
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gpazdr.f
>** gp_azdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file gpazdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gpdraz.f
>** gp_draz   === End of Compilation 1 ===
>1501-510  Compilation successful for file gpdraz.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - gpazdr.o
>a - gpdraz.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/gr
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gracol.f
>** gr_acol   === End of Compilation 1 ===
>1501-510  Compilation successful for file gracol.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gralgn.f
>** gr_algn   === End of Compilation 1 ===
>1501-510  Compilation successful for file gralgn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c graxlv.f
>** gr_axlv   === End of Compilation 1 ===
>1501-510  Compilation successful for file graxlv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grclvl.f
>** gr_clvl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grclvl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grcmpv.f
>** gr_cmpv   === End of Compilation 1 ===
>1501-510  Compilation successful for file grcmpv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grcnav.f
>** gr_cnav   === End of Compilation 1 ===
>1501-510  Compilation successful for file grcnav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grcval.f
>** gr_cval   === End of Compilation 1 ===
>1501-510  Compilation successful for file grcval.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grdorg.f
>** gr_dorg   === End of Compilation 1 ===
>1501-510  Compilation successful for file grdorg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grfixa.f
>** gr_fixa   === End of Compilation 1 ===
>1501-510  Compilation successful for file grfixa.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grftim.f
>** gr_ftim   === End of Compilation 1 ===
>1501-510  Compilation successful for file grftim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grgalm.f
>** gr_galm   === End of Compilation 1 ===
>1501-510  Compilation successful for file grgalm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grgtim.f
>** gr_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file grgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grintp.f
>** gr_intp   === End of Compilation 1 ===
>1501-510  Compilation successful for file grintp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grlabl.f
>** gr_labl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grlabl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grlevl.f
>** gr_levl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grlevl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grlist.f
>** gr_list   === End of Compilation 1 ===
>1501-510  Compilation successful for file grlist.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grltln.f
>** gr_ltln   === End of Compilation 1 ===
>1501-510  Compilation successful for file grltln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grmban.f
>** gr_mban   === End of Compilation 1 ===
>1501-510  Compilation successful for file grmban.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grmbn2.f
>** gr_mbn2   === End of Compilation 1 ===
>1501-510  Compilation successful for file grmbn2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grmnav.f
>** gr_mnav   === End of Compilation 1 ===
>1501-510  Compilation successful for file grmnav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grmttl.f
>** gr_mttl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grmttl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grndcp.f
>** gr_ndcp   === End of Compilation 1 ===
>1501-510  Compilation successful for file grndcp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grnlev.f
>** gr_nlev   === End of Compilation 1 ===
>1501-510  Compilation successful for file grnlev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c gropen.f
>** gr_open   === End of Compilation 1 ===
>1501-510  Compilation successful for file gropen.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grpack.f
>** gr_pack   === End of Compilation 1 ===
>1501-510  Compilation successful for file grpack.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grplin.f
>** gr_plin   === End of Compilation 1 ===
>1501-510  Compilation successful for file grplin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grploc.f
>** gr_ploc   === End of Compilation 1 ===
>1501-510  Compilation successful for file grploc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grrarg.f
>** gr_rarg   === End of Compilation 1 ===
>1501-510  Compilation successful for file grrarg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grrban.f
>** gr_rban   === End of Compilation 1 ===
>1501-510  Compilation successful for file grrban.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grrnav.f
>** gr_rnav   === End of Compilation 1 ===
>1501-510  Compilation successful for file grrnav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grrobs.f
>** gr_robs   === End of Compilation 1 ===
>1501-510  Compilation successful for file grrobs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grscal.f
>** gr_scal   === End of Compilation 1 ===
>1501-510  Compilation successful for file grscal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsetr.f
>** gr_setr   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsetr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grshrt.f
>** gr_shrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file grshrt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsnav.f
>** gr_snav   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsnav.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsscl.f
>** gr_sscl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsscl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grstat.f
>** gr_stat   === End of Compilation 1 ===
>1501-510  Compilation successful for file grstat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsub2.f
>** gr_sub2   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsub2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsuba.f
>** gr_suba   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsuba.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grsubx.f
>** gr_subx   === End of Compilation 1 ===
>1501-510  Compilation successful for file grsubx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grtitl.f
>** gr_titl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grtitl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grtlst.f
>** gr_tlst   === End of Compilation 1 ===
>1501-510  Compilation successful for file grtlst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grtmfl.f
>** gr_tmfl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grtmfl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grvscl.f
>** gr_vscl   === End of Compilation 1 ===
>1501-510  Compilation successful for file grvscl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grwgb2.f
>** gr_wgb2   === End of Compilation 1 ===
>1501-510  Compilation successful for file grwgb2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grwnmc.f
>** gr_wnmc   === End of Compilation 1 ===
>1501-510  Compilation successful for file grwnmc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grwobs.f
>** gr_wobs   === End of Compilation 1 ===
>1501-510  Compilation successful for file grwobs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c grwtrm.f
>** gr_wtrm   === End of Compilation 1 ===
>1501-510  Compilation successful for file grwtrm.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - gracol.o
>a - gralgn.o
>a - graxlv.o
>a - grclvl.o
>a - grcmpv.o
>a - grcnav.o
>a - grcval.o
>a - grdorg.o
>a - grfixa.o
>a - grftim.o
>a - grgalm.o
>a - grgtim.o
>a - grintp.o
>a - grlabl.o
>a - grlevl.o
>a - grlist.o
>a - grltln.o
>a - grmban.o
>a - grmbn2.o
>a - grmnav.o
>a - grmttl.o
>a - grndcp.o
>a - grnlev.o
>a - gropen.o
>a - grpack.o
>a - grplin.o
>a - grploc.o
>a - grrarg.o
>a - grrban.o
>a - grrnav.o
>a - grrobs.o
>a - grscal.o
>a - grsetr.o
>a - grshrt.o
>a - grsnav.o
>a - grsscl.o
>a - grstat.o
>a - grsub2.o
>a - grsuba.o
>a - grsubx.o
>a - grtitl.o
>a - grtlst.o
>a - grtmfl.o
a - grvscl.o
>a - grwgb2.o
>a - grwnmc.o
>a - grwobs.o
>a - grwtrm.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/im
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imar2gm.f
>** im_ar2gm   === End of Compilation 1 ===
>1501-510  Compilation successful for file imar2gm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imbtot.f
>** im_btot   === End of Compilation 1 ===
>1501-510  Compilation successful for file imbtot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imcalib.f
>** im_calib   === End of Compilation 1 ===
>1501-510  Compilation successful for file imcalib.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imcalbar.f
>** im_calbar   === End of Compilation 1 ===
>** im_calbar_init   === End of Compilation 2 ===
>1501-510  Compilation successful for file imcalbar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imcbar.f
>** im_cbar   === End of Compilation 1 ===
>1501-510  Compilation successful for file imcbar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imchtb.f
>** im_chtb   === End of Compilation 1 ===
>1501-510  Compilation successful for file imchtb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imdrop.f
>** im_drop   === End of Compilation 1 ===
>1501-510  Compilation successful for file imdrop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imgtmp.f
>** im_gtmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file imgtmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imgi2gm.f
>** im_gi2gm   === End of Compilation 1 ===
>1501-510  Compilation successful for file imgi2gm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imgihd.f
>** im_gihd   === End of Compilation 1 ===
>1501-510  Compilation successful for file imgihd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imgm2gi.f
>** im_gm2gi   === End of Compilation 1 ===
>1501-510  Compilation successful for file imgm2gi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imgpix.f
>** im_gpix   === End of Compilation 1 ===
>1501-510  Compilation successful for file imgpix.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imisub.f
>** im_isub   === End of Compilation 1 ===
>1501-510  Compilation successful for file imisub.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imlutf.f
>** im_lutf   === End of Compilation 1 ===
>1501-510  Compilation successful for file imlutf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imnex2.f
>** im_nex2   === End of Compilation 1 ===
>1501-510  Compilation successful for file imnex2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imnidh.f
>** im_nidh   === End of Compilation 1 ===
>1501-510  Compilation successful for file imnidh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imnihd.f
>** im_nihd   === End of Compilation 1 ===
>1501-510  Compilation successful for file imnihd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imnohd.f
>** im_nohd   === End of Compilation 1 ===
>1501-510  Compilation successful for file imnohd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imqlut.f
>** im_qlut   === End of Compilation 1 ===
>1501-510  Compilation successful for file imqlut.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imqchn.f
>** im_qchn   === End of Compilation 1 ===
>1501-510  Compilation successful for file imqchn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imqsiz.f
>** im_qsiz   === End of Compilation 1 ===
>1501-510  Compilation successful for file imqsiz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imqtim.f
>** im_qtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file imqtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imncdf.f
>** im_ncdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file imncdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imnzhd.f
>** im_nzhd   === End of Compilation 1 ===
>1501-510  Compilation successful for file imnzhd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imrad2.f
>** imrad2   === End of Compilation 1 ===
>1501-510  Compilation successful for file imrad2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imrtbl.f
>** im_rtbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file imrtbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imsimg.f
>** im_simg   === End of Compilation 1 ===
>1501-510  Compilation successful for file imsimg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imttob.f
>** im_ttob   === End of Compilation 1 ===
>1501-510  Compilation successful for file imttob.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c imunhd.f
>** im_unhd   === End of Compilation 1 ===
>1501-510  Compilation successful for file imunhd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prnlnr.f
>** prnlnr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prnlnr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prnlon.f
>** prnlon   === End of Compilation 1 ===
>1501-510  Compilation successful for file prnlon.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imgvtota.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imrnex2.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imnexz.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imrcdf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imrfax.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imrgin.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imsbgn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm -I/m/kproe/gempak/GEMPAK5.7.1/netcdf/aix/include -I/m/kproe/gempak/GEMPAK
> 5.7.1/gempak/source/zlib -I/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl/incl
> ude -c imwgin.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - imar2gm.o
>a - imbtot.o
>a - imcalbar.o
>a - imcalib.o
>a - imcbar.o
>a - imchtb.o
>a - imdrop.o
>a - imgi2gm.o
>a - imgihd.o
>a - imgm2gi.o
>a - imgpix.o
>a - imgtmp.o
>a - imgvtota.o
>a - imisub.o
>a - imlutf.o
>a - imncdf.o
>a - imnex2.o
>a - imnexz.o
>a - imnidh.o
>a - imnihd.o
>a - imnohd.o
>a - imnzhd.o
>a - imqchn.o
>a - imqlut.o
>a - imqsiz.o
>a - imqtim.o
>a - imrad2.o
>a - imrcdf.o
>a - imrfax.o
>a - imrgin.o
>a - imrnex2.o
>a - imrtbl.o
>a - imsbgn.o
>a - imsimg.o
>a - imttob.o
>a - imunhd.o
>a - imwgin.o
>a - prnlnr.o
>a - prnlon.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/in
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inaxis.f
>** in_axis   === End of Compilation 1 ===
>1501-510  Compilation successful for file inaxis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inbdta.f
>** in_bdta   === End of Compilation 1 ===
>1501-510  Compilation successful for file inbdta.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incbar.f
>** in_cbar   === End of Compilation 1 ===
>1501-510  Compilation successful for file incbar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incclr.f
>** in_cclr   === End of Compilation 1 ===
>1501-510  Compilation successful for file incclr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inccol.f
>** in_ccol   === End of Compilation 1 ===
>1501-510  Compilation successful for file inccol.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incint.f
>** in_cint   === End of Compilation 1 ===
>1501-510  Compilation successful for file incint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incldt.f
>** in_cldt   === End of Compilation 1 ===
>1501-510  Compilation successful for file incldt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incolr.f
>** in_colr   === End of Compilation 1 ===
>1501-510  Compilation successful for file incolr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c incont.f
>** in_cont   === End of Compilation 1 ===
>1501-510  Compilation successful for file incont.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inctyp.f
>** in_ctyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file inctyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c infile.f
>** in_file   === End of Compilation 1 ===
>1501-510  Compilation successful for file infile.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c infill.f
>** in_fill   === End of Compilation 1 ===
>1501-510  Compilation successful for file infill.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c infilt.f
>** in_filt   === End of Compilation 1 ===
>1501-510  Compilation successful for file infilt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ingskp.f
>** in_gskp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ingskp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inhilo.f
>** in_hilo   === End of Compilation 1 ===
>1501-510  Compilation successful for file inhilo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inhlsy.f
>** in_hlsy   === End of Compilation 1 ===
>1501-510  Compilation successful for file inhlsy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inicng.f
>** in_icng   === End of Compilation 1 ===
>1501-510  Compilation successful for file inicng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inintc.f
>** in_intc   === End of Compilation 1 ===
>1501-510  Compilation successful for file inintc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inline.f
>** in_line   === End of Compilation 1 ===
>1501-510  Compilation successful for file inline.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inmark.f
>** in_mark   === End of Compilation 1 ===
>1501-510  Compilation successful for file inmark.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inmrgd.f
>** in_mrgd   === End of Compilation 1 ===
>1501-510  Compilation successful for file inmrgd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inmrkr.f
>** in_mrkr   === End of Compilation 1 ===
>1501-510  Compilation successful for file inmrkr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inoutt.f
>** in_outt   === End of Compilation 1 ===
>1501-510  Compilation successful for file inoutt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inparm.f
>** in_parm   === End of Compilation 1 ===
>1501-510  Compilation successful for file inparm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inprmc.f
>** in_prmc   === End of Compilation 1 ===
>1501-510  Compilation successful for file inprmc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inprmf.f
>** in_prmf   === End of Compilation 1 ===
>1501-510  Compilation successful for file inprmf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inptnd.f
>** in_ptnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file inptnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inptyp.f
>** in_ptyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file inptyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inpwnd.f
>** in_pwnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file inpwnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inpwth.f
>** in_pwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file inpwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inrvec.f
>** in_rvec   === End of Compilation 1 ===
>1501-510  Compilation successful for file inrvec.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inscal.f
>** in_scal   === End of Compilation 1 ===
>1501-510  Compilation successful for file inscal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inside.f
>** in_side   === End of Compilation 1 ===
>1501-510  Compilation successful for file inside.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inskip.f
>** in_skip   === End of Compilation 1 ===
>1501-510  Compilation successful for file inskip.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inskyc.f
>** in_skyc   === End of Compilation 1 ===
>1501-510  Compilation successful for file inskyc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c instyp.f
>** in_styp   === End of Compilation 1 ===
>1501-510  Compilation successful for file instyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c intaxs.f
>** in_taxs   === End of Compilation 1 ===
>1501-510  Compilation successful for file intaxs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c intext.f
>** in_text   === End of Compilation 1 ===
>1501-510  Compilation successful for file intext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c intitl.f
>** in_titl   === End of Compilation 1 ===
>1501-510  Compilation successful for file intitl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inturb.f
>** in_turb   === End of Compilation 1 ===
>1501-510  Compilation successful for file inturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c intxtn.f
>** in_txtn   === End of Compilation 1 ===
>1501-510  Compilation successful for file intxtn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c intype.f
>** in_type   === End of Compilation 1 ===
>1501-510  Compilation successful for file intype.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inwind.f
>** in_wind   === End of Compilation 1 ===
>1501-510  Compilation successful for file inwind.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c inwsym.f
>** in_wsym   === End of Compilation 1 ===
>1501-510  Compilation successful for file inwsym.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - inaxis.o
>a - inbdta.o
>a - incbar.o
>a - incclr.o
>a - inccol.o
>a - incint.o
>a - incldt.o
>a - incolr.o
>a - incont.o
>a - inctyp.o
>a - infile.o
>a - infill.o
>a - infilt.o
>a - ingskp.o
>a - inhilo.o
>a - inhlsy.o
>a - inicng.o
>a - inintc.o
>a - inline.o
>a - inmark.o
>a - inmrgd.o
>a - inmrkr.o
>a - inoutt.o
>a - inparm.o
>a - inprmc.o
>a - inprmf.o
>a - inptnd.o
>a - inptyp.o
>a - inpwnd.o
>a - inpwth.o
>a - inrvec.o
>a - inscal.o
>a - inside.o
>a - inskip.o
>a - inskyc.o
>a - instyp.o
>a - intaxs.o
>a - intext.o
>a - intitl.o
>a - inturb.o
>a - intxtn.o
>a - intype.o
>a - inwind.o
>a - inwsym.o
        rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/ip
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipcwin.f
>** ip_cwin   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipcwin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipdflt.f
>** ip_dflt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipdflt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipdynm.f
>** ip_dynm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipdynm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipexit.f
>** ip_exit   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipexit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipfvar.f
>** ip_fvar   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipfvar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipgtpt.f
>** ip_gtpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipgtpt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iphelp.f
>** ip_help   === End of Compilation 1 ===
>1501-510  Compilation successful for file iphelp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipidnt.f
>** ip_idnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipidnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipinit.f
>** ip_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipinit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iplctl.f
>** ip_lctl   === End of Compilation 1 ===
>1501-510  Compilation successful for file iplctl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iplist.f
>** ip_list   === End of Compilation 1 ===
>1501-510  Compilation successful for file iplist.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iplog.f
>** ip_log   === End of Compilation 1 ===
>1501-510  Compilation successful for file iplog.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iplutf.f
>** ip_lutf   === End of Compilation 1 ===
>1501-510  Compilation successful for file iplutf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipmfil.f
>** ip_mfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipmfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipputv.f
>** ip_putv   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipputv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipresp.f
>** ip_resp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipresp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iprest.f
>** ip_rest   === End of Compilation 1 ===
>1501-510  Compilation successful for file iprest.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c iprqst.f
>** ip_rqst   === End of Compilation 1 ===
>1501-510  Compilation successful for file iprqst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipsave.f
>** ip_save   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipsave.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipsavf.f
>** ip_savf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipsavf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipstr.f
>** ip_str   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipstrp.f
>** ip_strp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipstrp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipsvar.f
>** ip_svar   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipsvar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipswin.f
>** ip_swin   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipswin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ipvers.f
>** ip_vers   === End of Compilation 1 ===
>1501-510  Compilation successful for file ipvers.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - ipcwin.o
>a - ipdflt.o
>a - ipdynm.o
>a - ipexit.o
>a - ipfvar.o
>a - ipgtpt.o
>a - iphelp.o
>a - ipidnt.o
>a - ipinit.o
>a - iplctl.o
>a - iplist.o
>a - iplog.o
>a - iplutf.o
>a - ipmfil.o
>a - ipputv.o
>a - ipresp.o
>a - iprest.o
>a - iprqst.o
>a - ipsave.o
>a - ipsavf.o
>a - ipstr.o
>a - ipstrp.o
>a - ipsvar.o
>a - ipswin.o
>a - ipvers.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/jb
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jbclos.f
>** jb_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file jbclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jbnext.f
>** jb_next   === End of Compilation 1 ===
>1501-510  Compilation successful for file jbnext.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jbopen.f
>** jb_open   === End of Compilation 1 ===
>1501-510  Compilation successful for file jbopen.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jbread.f
>** jb_read   === End of Compilation 1 ===
>1501-510  Compilation successful for file jbread.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jbwerr.f
>** jb_werr   === End of Compilation 1 ===
>1501-510  Compilation successful for file jbwerr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbinit.f
>** jtb_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbinit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbldsq.f
>** jtb_ldsq   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbldsq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbpdmp.f
>** jtb_pdmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbpdmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbqprm.f
>** jtb_qprm   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbqprm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbsplt.f
>** jtb_splt   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbsplt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbtbla.f
>** jtb_tbla   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbtbla.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jtbtblb.f
>** jtb_tblb   === End of Compilation 1 ===
>1501-510  Compilation successful for file jtbtblb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c jwbufr.f
>** adn30   === End of Compilation 1 ===
>** bfrini   === End of Compilation 2 ===
>** bort   === End of Compilation 3 ===
>** chekstab   === End of Compilation 4 ===
>** chrtrn   === End of Compilation 5 ===
>** closbf   === End of Compilation 6 ===
>** closmg   === End of Compilation 7 ===
>** conwin   === End of Compilation 8 ===
>** digit   === End of Compilation 9 ===
>** drstpl   === End of Compilation 10 ===
>** dxinit   === End of Compilation 11 ===
>** getabdb   === End of Compilation 12 ===
>** getwin   === End of Compilation 13 ===
>** i4dy   === End of Compilation 14 ===
>** idn30   === End of Compilation 15 ===
>** ifxy   === End of Compilation 16 ===
>** inctab   === End of Compilation 17 ===
>** invcon   === End of Compilation 18 ===
>** invwin   === End of Compilation 19 ===
>** iupb   === End of Compilation 20 ===
>** lstjpb   === End of Compilation 21 ===
>** lstrpc   === End of Compilation 22 ===
>** lstrps   === End of Compilation 23 ===
>** makestab   === End of Compilation 24 ===
>** nemtab   === End of Compilation 25 ===
>** nemtba   === End of Compilation 26 ===
>** nemtbb   === End of Compilation 27 ===
>** nemtbd   === End of Compilation 28 ===
>** nenuck   === End of Compilation 29 ===
>** newwin   === End of Compilation 30 ===
>** numtab   === End of Compilation 31 ===
>** nxtwin   === End of Compilation 32 ===
>** openbf   === End of Compilation 33 ===
>** parseq   === End of Compilation 34 ===
>** parusr   === End of Compilation 35 ===
>** parutg   === End of Compilation 36 ===
>** pktdd   === End of Compilation 37 ===
>** rcstpl   === End of Compilation 38 ===
>** rdbfdx   === End of Compilation 39 ===
>** rdtree   === End of Compilation 40 ===
>** readdx   === End of Compilation 41 ===
>** readmg   === End of Compilation 42 ===
>** readsb   === End of Compilation 43 ===
>** rjust   === End of Compilation 44 ===
>** rsvfvm   === End of Compilation 45 ===
>** status   === End of Compilation 46 ===
>** strcln   === End of Compilation 47 ===
>** string   === End of Compilation 48 ===
>** strnum   === End of Compilation 49 ===
>** strsuc   === End of Compilation 50 ===
>** tabent   === End of Compilation 51 ===
>** tabsub   === End of Compilation 52 ===
>** trybump   === End of Compilation 53 ===
>** ufbint   === End of Compilation 54 ===
>** ufbrw   === End of Compilation 55 ===
>** upb   === End of Compilation 56 ===
>** upbb   === End of Compilation 57 ===
>** upc   === End of Compilation 58 ===
>** uptdd   === End of Compilation 59 ===
>** usrtpl   === End of Compilation 60 ===
>** vals   === End of Compilation 61 ===
>** wrdlen   === End of Compilation 62 ===
>** wtstat   === End of Compilation 63 ===
>1501-510  Compilation successful for file jwbufr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - jbclos.o
>a - jbnext.o
>a - jbopen.o
>a - jbread.o
>a - jbwerr.o
>a - jtbinit.o
>a - jtbldsq.o
>a - jtbpdmp.o
>a - jtbqprm.o
>a - jtbsplt.o
>a - jtbtbla.o
>a - jtbtblb.o
>a - jwbufr.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/lc
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcabnd.f
>** lc_abnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcabnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcarea.f
>** lc_area   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcarea.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lccoun.f
>** lc_coun   === End of Compilation 1 ===
>1501-510  Compilation successful for file lccoun.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcdist.f
>** lc_dist   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcdist.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcfloc.f
>** lc_floc   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcfloc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcfstn.f
>** lc_fstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcfstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcgare.f
>** lc_gare   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcgare.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcinbn.f
>** lc_inbn   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcinbn.f.
        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcsare.f
>** lc_sare   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcsare.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcsbnd.f
>** lc_sbnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcsbnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lcuare.f
>** lc_uare   === End of Compilation 1 ===
>1501-510  Compilation successful for file lcuare.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - lcabnd.o
>a - lcarea.o
>a - lccoun.o
>a - lcdist.o
>a - lcfloc.o
>a - lcfstn.o
>a - lcgare.o
>a - lcinbn.o
>a - lcsare.o
>a - lcsbnd.o
>a - lcuare.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/lv
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvccrd.f
>** lv_ccrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvccrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvcord.f
>** lv_cord   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvcord.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvdecd.f
>** lv_decd   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvdecd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvdupl.f
>** lv_dupl   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvdupl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvgrng.f
>** lv_grng   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvgrng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvinpt.f
>** lv_inpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvinpt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvmanl.f
>** lv_manl   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvmanl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvsort.f
>** lv_sort   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvsort.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lvvasl.f
>** lv_vasl   === End of Compilation 1 ===
>1501-510  Compilation successful for file lvvasl.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - lvccrd.o
>a - lvcord.o
>a - lvdecd.o
>a - lvdupl.o
>a - lvgrng.o
>a - lvinpt.o
>a - lvmanl.o
>a - lvsort.o
>a - lvvasl.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/lw
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c lwinpt.f
>** lw_inpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file lwinpt.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - lwinpt.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/mr
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrchkw.f
>** mr_chkw   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrchkw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrcond.f
>** mr_cond   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrcond.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrintp.f
>** mr_intp   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrintp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrintz.f
>** mr_intz   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrintz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrmand.f
>** mr_mand   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrmand.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrmanw.f
>** mr_manw   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrmanw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrmhgt.f
>** mr_mhgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrmhgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrmiss.f
>** mr_miss   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrmiss.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrordr.f
>** mr_ordr   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrordr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrpwnd.f
>** mr_pwnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrpwnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrscmz.f
>** mr_scmz   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrscmz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrsigt.f
>** mr_sigt   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrsigt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrsigw.f
>** mr_sigw   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrsigw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrsrfc.f
>** mr_srfc   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrsrfc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mrtrop.f
>** mr_trop   === End of Compilation 1 ===
>1501-510  Compilation successful for file mrtrop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mruadt.f
>** mr_uadt   === End of Compilation 1 ===
>1501-510  Compilation successful for file mruadt.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - mrchkw.o
>a - mrcond.o
>a - mrintp.o
>a - mrintz.o
>a - mrmand.o
>a - mrmanw.o
>a - mrmhgt.o
>a - mrmiss.o
>a - mrordr.o
>a - mrpwnd.o
>a - mrscmz.o
>a - mrsigt.o
>a - mrsigw.o
>a - mrsrfc.o
>a - mrtrop.o
>a - mruadt.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/na
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c nainit.f
>** na_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file nainit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c nalevl.f
>** na_levl   === End of Compilation 1 ===
>1501-510  Compilation successful for file nalevl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c narhdr.f
>** na_rhdr   === End of Compilation 1 ===
>1501-510  Compilation successful for file narhdr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c narprm.f
>** na_rprm   === End of Compilation 1 ===
>1501-510  Compilation successful for file narprm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c nartbl.f
>** na_rtbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file nartbl.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - nainit.o
>a - nalevl.o
>a - narhdr.o
>a - narprm.o
>a - nartbl.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/oa
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oabarn.f
>** oa_barn   === End of Compilation 1 ===
>1501-510  Compilation successful for file oabarn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oaboxc.f
>** oa_boxc   === End of Compilation 1 ===
>1501-510  Compilation successful for file oaboxc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oagfil.f
>** oa_gfil   === End of Compilation 1 ===
>1501-510  Compilation successful for file oagfil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oagint.f
>** oa_gint   === End of Compilation 1 ===
>1501-510  Compilation successful for file oagint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oagues.f
>** oa_gues   === End of Compilation 1 ===
>1501-510  Compilation successful for file oagues.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oaigrd.f
>** oa_igrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file oaigrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oaltln.f
>** oa_ltln   === End of Compilation 1 ===
>1501-510  Compilation successful for file oaltln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oanavg.f
>** oa_navg   === End of Compilation 1 ===
>1501-510  Compilation successful for file oanavg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oasint.f
>** oa_sint   === End of Compilation 1 ===
>1501-510  Compilation successful for file oasint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oawfsr.f
>** oa_wfsr   === End of Compilation 1 ===
>1501-510  Compilation successful for file oawfsr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oawgrd.f
>** oa_wgrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file oawgrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c oawrms.f
>** oa_wrms   === End of Compilation 1 ===
>1501-510  Compilation successful for file oawrms.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - oabarn.o
>a - oaboxc.o
>a - oagfil.o
>a - oagint.o
>a - oagues.o
>a - oaigrd.o
>a - oaltln.o
>a - oanavg.o
>a - oasint.o
>a - oawfsr.o
>a - oawgrd.o
>a - oawrms.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/pc
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccing.f
>** pc_cing   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccing.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcckpm.f
>** pc_ckpm   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcckpm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcclcd.f
>** pc_clcd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcclcd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcclyr.f
>** pc_clyr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcclyr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccmdt.f
>** pc_cmdt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccmdt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccmlv.f
>** pc_cmlv   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccmlv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccmst.f
>** pc_cmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccmvr.f
>** pc_cmvr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccmvr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccmvs.f
>** pc_cmvs   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccmvs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccomp.f
>** pc_comp   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccomp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccscd.f
>** pc_cscd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccscd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pccstb.f
>** pc_cstb   === End of Compilation 1 ===
>1501-510  Compilation successful for file pccstb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcdfls.f
>** pc_dfls   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcdfls.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcdflv.f
>** pc_dflv   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcdflv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcdfst.f
>** pc_dfst   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcdfst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcdhgt.f
>** pc_dhgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcdhgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcdpth.f
>** pc_dpth   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcdpth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcflvl.f
>** pc_flvl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcflvl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcfndl.f
>** pc_fndl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcfndl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcftop.f
>** pc_ftop   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcftop.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcfunc.f
>** pc_func   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcfunc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcgcnd.f
>** pc_gcnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcgcnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcglev.f
>** pc_glev   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcglev.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcinid.f
>** pc_inid   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcinid.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcinit.f
>** pc_init   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcinit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcinth.f
>** pc_inth   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcinth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcintp.f
>** pc_intp   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcintp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcintt.f
>** pc_intt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcintt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pclyrd.f
>** pc_lyrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pclyrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcmand.f
>** pc_mand   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcmand.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcmeth.f
>** pc_meth   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcmeth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcmhgt.f
>** pc_mhgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcmhgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcmvrt.f
>** pc_mvrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcmvrt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcphgt.f
>** pc_phgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcphgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcpsym.f
>** pc_psym   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcpsym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcpval.f
>** pc_pval   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcpval.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcpwtr.f
>** pc_pwtr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcpwtr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsfcz.f
>** pc_sfcz   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsfcz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsing.f
>** pc_sing   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsing.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsint.f
>** pc_sint   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcslcd.f
>** pc_slcd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcslcd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcslyr.f
>** pc_slyr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcslyr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsscd.f
>** pc_sscd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsscd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsstn.f
>** pc_sstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcstim.f
>** pc_stim   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcstim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pcsvrt.f
>** pc_svrt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pcsvrt.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - pccing.o
>a - pcckpm.o
>a - pcclcd.o
>a - pcclyr.o
>a - pccmdt.o
>a - pccmlv.o
>a - pccmst.o
>a - pccmvr.o
>a - pccmvs.o
>a - pccomp.o
>a - pccscd.o
>a - pccstb.o
>a - pcdfls.o
>a - pcdflv.o
>a - pcdfst.o
>a - pcdhgt.o
>a - pcdpth.o
>a - pcflvl.o
>a - pcfndl.o
>a - pcftop.o
>a - pcfunc.o
>a - pcgcnd.o
>a - pcglev.o
>a - pcinid.o
>a - pcinit.o
>a - pcinth.o
>a - pcintp.o
>a - pcintt.o
>a - pclyrd.o
>a - pcmand.o
>a - pcmeth.o
>a - pcmhgt.o
>a - pcmvrt.o
>a - pcphgt.o
>a - pcpsym.o
>a - pcpval.o
>a - pcpwtr.o
>a - pcsfcz.o
>a - pcsing.o
>a - pcsint.o
>a - pcslcd.o
>a - pcslyr.o
>a - pcsscd.o
>a - pcsstn.o
>a - pcstim.o
>a - pcsvrt.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/pd
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdctot.f
>** pd_ctot   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdctot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pddden.f
>** pd_dden   === End of Compilation 1 ===
>1501-510  Compilation successful for file pddden.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pddrct.f
>** pd_drct   === End of Compilation 1 ===
>1501-510  Compilation successful for file pddrct.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pddwpt.f
>** pd_dwpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file pddwpt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdfosb.f
>** pd_fosb   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdfosb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdhans.f
>** pd_hans   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdhans.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdheat.f
>** pd_heat   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdheat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdinmm.f
>** pd_inmm   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdinmm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdkinx.f
>** pd_kinx   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdkinx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdknms.f
>** pd_knms   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdknms.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdmixr.f
>** pd_mixr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdmixr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdmmin.f
>** pd_mmin   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdmmin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdmskn.f
>** pd_mskn   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdmskn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdplcl.f
>** pd_plcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdplcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdprcp.f
>** pd_prcp   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdprcp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdprcr.f
>** pd_prcr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdprcr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdrelh.f
>** pd_relh   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdrelh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdrhdp.f
>** pd_rhdp   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdrhdp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdsduv.f
>** pd_sduv   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdsduv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdshmr.f
>** pd_shmr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdshmr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdslvp.f
>** pd_slvp   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdslvp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdsped.f
>** pd_sped   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdsped.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdswet.f
>** pd_swet   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdswet.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdthta.f
>** pd_thta   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdthta.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdthte.f
>** pd_thte   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdthte.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdthwc.f
>** pd_thwc   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdthwc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtlcl.f
>** pd_tlcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtlcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmcf.f
>** pd_tmcf   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmcf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmck.f
>** pd_tmck   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmck.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmfc.f
>** pd_tmfc   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmfc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmfk.f
>** pd_tmfk   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmfk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmkc.f
>** pd_tmkc   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmkc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmkf.f
>** pd_tmkf   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmkf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmpk.f
>** pd_tmpk   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmpk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmst.f
>** pd_tmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtmwb.f
>** pd_tmwb   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtmwb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtotl.f
>** pd_totl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtotl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdtvrk.f
>** pd_tvrk   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdtvrk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pduvsd.f
>** pd_uvsd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pduvsd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdvpmr.f
>** pd_vpmr   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdvpmr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pdvtot.f
>** pd_vtot   === End of Compilation 1 ===
>1501-510  Compilation successful for file pdvtot.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - pdctot.o
>a - pddden.o
>a - pddrct.o
>a - pddwpt.o
>a - pdfosb.o
>a - pdhans.o
>a - pdheat.o
>a - pdinmm.o
>a - pdkinx.o
>a - pdknms.o
>a - pdmixr.o
>a - pdmmin.o
>a - pdmskn.o
>a - pdplcl.o
>a - pdprcp.o
>a - pdprcr.o
>a - pdrelh.o
>a - pdrhdp.o
>a - pdsduv.o
>a - pdshmr.o
>a - pdslvp.o
>a - pdsped.o
>a - pdswet.o
>a - pdthta.o
>a - pdthte.o
>a - pdthwc.o
>a - pdtlcl.o
>a - pdtmcf.o
>a - pdtmck.o
>a - pdtmfc.o
>a - pdtmfk.o
>a - pdtmkc.o
>a - pdtmkf.o
>a - pdtmpk.o
>a - pdtmst.o
>a - pdtmwb.o
>a - pdtotl.o
>a - pdtvrk.o
>a - pduvsd.o
>a - pdvpmr.o
>a - pdvtot.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/pr
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pralti.f
>** pr_alti   === End of Compilation 1 ===
>1501-510  Compilation successful for file pralti.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c praltm.f
>** pr_altm   === End of Compilation 1 ===
>1501-510  Compilation successful for file praltm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c praltp.f
>** pr_altp   === End of Compilation 1 ===
>1501-510  Compilation successful for file praltp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pramsl.f
>** pr_amsl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pramsl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prawnm.f
>** pr_awnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prawnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcfct.f
>** pr_cfct   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcfct.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prclct.f
>** pr_clct   === End of Compilation 1 ===
>1501-510  Compilation successful for file prclct.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prclcx.f
>** pr_clcx   === End of Compilation 1 ===
>1501-510  Compilation successful for file prclcx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prclhx.f
>** pr_clhx   === End of Compilation 1 ===
>1501-510  Compilation successful for file prclhx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcloa.f
>** pr_cloa   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcloa.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcmbc.f
>** pr_cmbc   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcmbc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcmsl.f
>** pr_cmsl   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcmsl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcomh.f
>** pr_comh   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcomh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcoml.f
>** pr_coml   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcoml.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcomm.f
>** pr_comm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcomm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcomt.f
>** pr_comt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcomt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcomx.f
>** pr_comx   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcomx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcsyh.f
>** pr_csyh   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcsyh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcsyl.f
>** pr_csyl   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcsyl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcsym.f
>** pr_csym   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcsym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prcsyt.f
>** pr_csyt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prcsyt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prctcc.f
>** pr_ctcc   === End of Compilation 1 ===
>1501-510  Compilation successful for file prctcc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prctcf.f
>** pr_ctcf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prctcf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prd100.f
>** pr_d100   === End of Compilation 1 ===
>1501-510  Compilation successful for file prd100.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdden.f
>** pr_dden   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdden.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prddep.f
>** pr_ddep   === End of Compilation 1 ===
>1501-510  Compilation successful for file prddep.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdmax.f
>** pr_dmax   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdmax.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdmin.f
>** pr_dmin   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdmin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdrct.f
>** pr_drct   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdrct.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdwdp.f
>** pr_dwdp   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdwdp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prdwpt.f
>** pr_dwpt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prdwpt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prfosb.f
>** pr_fosb   === End of Compilation 1 ===
>1501-510  Compilation successful for file prfosb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhcdm.f
>** pr_hcdm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhcdm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prheat.f
>** pr_heat   === End of Compilation 1 ===
>1501-510  Compilation successful for file prheat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgfm.f
>** pr_hgfm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgfm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgfs.f
>** pr_hgfs   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgfs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgkm.f
>** pr_hgkm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgkm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgmd.f
>** pr_hgmd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgmd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgmf.f
>** pr_hgmf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgmf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgmk.f
>** pr_hgmk   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgmk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgnm.f
>** pr_hgnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhgsf.f
>** pr_hgsf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhgsf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prhmtr.f
>** pr_hmtr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prhmtr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prigro.f
>** pr_igro   === End of Compilation 1 ===
>1501-510  Compilation successful for file prigro.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prinmm.f
>** pr_inmm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prinmm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prknmh.f
>** pr_knmh   === End of Compilation 1 ===
>1501-510  Compilation successful for file prknmh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prknms.f
>** pr_knms   === End of Compilation 1 ===
>1501-510  Compilation successful for file prknms.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prlati.f
>** pr_lati   === End of Compilation 1 ===
>1501-510  Compilation successful for file prlati.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prlhvp.f
>** pr_lhvp   === End of Compilation 1 ===
>1501-510  Compilation successful for file prlhvp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prloni.f
>** pr_loni   === End of Compilation 1 ===
>1501-510  Compilation successful for file prloni.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prltmp.f
>** pr_ltmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file prltmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prm100.f
>** pr_m100   === End of Compilation 1 ===
>1501-510  Compilation successful for file prm100.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmhgt.f
>** pr_mhgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmhgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmhkn.f
>** pr_mhkn   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmhkn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmixr.f
>** pr_mixr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmixr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmmin.f
>** pr_mmin   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmmin.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmobs.f
>** pr_mobs   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmobs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prmskn.f
>** pr_mskn   === End of Compilation 1 ===
>1501-510  Compilation successful for file prmskn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prnsym.f
>** pr_nsym   === End of Compilation 1 ===
>1501-510  Compilation successful for file prnsym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prp03c.f
>** pr_p03c   === End of Compilation 1 ===
>1501-510  Compilation successful for file prp03c.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prp03d.f
>** pr_p03d   === End of Compilation 1 ===
>1501-510  Compilation successful for file prp03d.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpalt.f
>** pr_palt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpalt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpany.f
>** pr_pany   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpany.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpkdd.f
>** pr_pkdd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpkdd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpkss.f
>** pr_pkss   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpkss.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prplcl.f
>** pr_plcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file prplcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpmsl.f
>** pr_pmsl   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpmsl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpmst.f
>** pr_pmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpr24.f
>** pr_pr24   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpr24.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpr6x.f
>** pr_pr6x   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpr6x.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpres.f
>** pr_pres   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpres.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpspd.f
>** pr_pspd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpspd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prptsy.f
>** pr_ptsy   === End of Compilation 1 ===
>1501-510  Compilation successful for file prptsy.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prpwao.f
>** pr_pwao   === End of Compilation 1 ===
>1501-510  Compilation successful for file prpwao.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prquot.f
>** pr_quot   === End of Compilation 1 ===
>1501-510  Compilation successful for file prquot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prrelh.f
>** pr_relh   === End of Compilation 1 ===
>1501-510  Compilation successful for file prrelh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prrhdp.f
>** pr_rhdp   === End of Compilation 1 ===
>1501-510  Compilation successful for file prrhdp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prrzll.f
>** pr_rzll   === End of Compilation 1 ===
>1501-510  Compilation successful for file prrzll.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prsali.f
>** pr_sali   === End of Compilation 1 ===
>1501-510  Compilation successful for file prsali.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prsalt.f
>** pr_salt   === End of Compilation 1 ===
>1501-510  Compilation successful for file prsalt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prsclh.f
>** pr_sclh   === End of Compilation 1 ===
>1501-510  Compilation successful for file prsclh.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prskyx.f
>** pr_skyx   === End of Compilation 1 ===
>1501-510  Compilation successful for file prskyx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prsped.f
>** pr_sped   === End of Compilation 1 ===
>1501-510  Compilation successful for file prsped.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prstdz.f
>** pr_stdz   === End of Compilation 1 ===
>1501-510  Compilation successful for file prstdz.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prthta.f
>** pr_thta   === End of Compilation 1 ===
>1501-510  Compilation successful for file prthta.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prthte.f
>** pr_thte   === End of Compilation 1 ===
>1501-510  Compilation successful for file prthte.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prthwc.f
>** pr_thwc   === End of Compilation 1 ===
>1501-510  Compilation successful for file prthwc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtlcl.f
>** pr_tlcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtlcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmcf.f
>** pr_tmcf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmcf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmck.f
>** pr_tmck   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmck.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmfc.f
>** pr_tmfc   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmfc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmfk.f
>** pr_tmfk   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmfk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmkc.f
>** pr_tmkc   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmkc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmkf.f
>** pr_tmkf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmkf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmpk.f
>** pr_tmpk   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmpk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmst.f
>** pr_tmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtmwb.f
>** pr_tmwb   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtmwb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtpfr.f
>** pr_tpfr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtpfr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtpwn.f
>** pr_tpwn   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtpwn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prtvrk.f
>** pr_tvrk   === End of Compilation 1 ===
>1501-510  Compilation successful for file prtvrk.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pruwnd.f
>** pr_uwnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file pruwnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prvapr.f
>** pr_vapr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prvapr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prvskn.f
>** pr_vskn   === End of Compilation 1 ===
>1501-510  Compilation successful for file prvskn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prvwnd.f
>** pr_vwnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prvwnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwccv.f
>** pr_wccv   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwccv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwceq.f
>** pr_wceq   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwceq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwcfr.f
>** pr_wcfr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwcfr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwcht.f
>** pr_wcht   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwcht.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwcmp.f
>** pr_wcmp   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwcmp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwcms.f
>** pr_wcms   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwcms.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwind.f
>** pr_wind   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwind.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwmao.f
>** pr_wmao   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwmao.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwnml.f
>** pr_wnml   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwnml.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwphf.f
>** pr_wphf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwphf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwphm.f
>** pr_wphm   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwphm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwtnd.f
>** pr_wtnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwtnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwvdd.f
>** pr_wvdd   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwvdd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwvis.f
>** pr_wvis   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwvis.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwvph.f
>** pr_wvph   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwvph.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwvsw.f
>** pr_wvsw   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwvsw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prwxvf.f
>** pr_wxvf   === End of Compilation 1 ===
>1501-510  Compilation successful for file prwxvf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c prxvfr.f
>** pr_xvfr   === End of Compilation 1 ===
>1501-510  Compilation successful for file prxvfr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c przalt.f
>** pr_zalt   === End of Compilation 1 ===
>1501-510  Compilation successful for file przalt.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - pralti.o
>a - praltm.o
>a - praltp.o
>a - pramsl.o
>a - prawnm.o
>a - prcfct.o
>a - prclct.o
>a - prclcx.o
>a - prclhx.o
>a - prcloa.o
>a - prcmbc.o
>a - prcmsl.o
>a - prcomh.o
>a - prcoml.o
>a - prcomm.o
>a - prcomt.o
>a - prcomx.o
>a - prcsyh.o
>a - prcsyl.o
>a - prcsym.o
>a - prcsyt.o
>a - prctcc.o
>a - prctcf.o
>a - prd100.o
>a - prdden.o
>a - prddep.o
>a - prdmax.o
>a - prdmin.o
>a - prdrct.o
>a - prdwdp.o
>a - prdwpt.o
>a - prfosb.o
>a - prhcdm.o
>a - prheat.o
>a - prhgfm.o
>a - prhgfs.o
>a - prhgkm.o
>a - prhgmd.o
>a - prhgmf.o
>a - prhgmk.o
>a - prhgnm.o
>a - prhgsf.o
>a - prhmtr.o
>a - prigro.o
>a - prinmm.o
>a - prknmh.o
>a - prknms.o
>a - prlati.o
>a - prlhvp.o
>a - prloni.o
>a - prltmp.o
>a - prm100.o
>a - prmhgt.o
>a - prmhkn.o
>a - prmixr.o
>a - prmmin.o
>a - prmobs.o
>a - prmskn.o
>a - prnsym.o
>a - prp03c.o
>a - prp03d.o
>a - prpalt.o
>a - prpany.o
>a - prpkdd.o
>a - prpkss.o
>a - prplcl.o
>a - prpmsl.o
>a - prpmst.o
>a - prpr24.o
>a - prpr6x.o
>a - prpres.o
>a - prpspd.o
>a - prptsy.o
>a - prpwao.o
>a - prquot.o
>a - prrelh.o
>a - prrhdp.o
>a - prrzll.o
>a - prsali.o
>a - prsalt.o
>a - prsclh.o
>a - prskyx.o
>a - prsped.o
>a - prstdz.o
>a - prthta.o
>a - prthte.o
>a - prthwc.o
>a - prtlcl.o
>a - prtmcf.o
>a - prtmck.o
>a - prtmfc.o
>a - prtmfk.o
>a - prtmkc.o
>a - prtmkf.o
>a - prtmpk.o
>a - prtmst.o
>a - prtmwb.o
>a - prtpfr.o
>a - prtpwn.o
>a - prtvrk.o
>a - pruwnd.o
>a - prvapr.o
>a - prvskn.o
>a - prvwnd.o
>a - prwccv.o
>a - prwceq.o
>a - prwcfr.o
>a - prwcht.o
>a - prwcmp.o
>a - prwcms.o
>a - prwind.o
>a - prwmao.o
>a - prwnml.o
>a - prwphf.o
>a - prwphm.o
>a - prwtnd.o
>a - prwvdd.o
>a - prwvis.o
>a - prwvph.o
>a - prwvsw.o
>a - prwxvf.o
>a - prxvfr.o
>a - przalt.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/ps
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psbrch.f
>** ps_brch   === End of Compilation 1 ===
>1501-510  Compilation successful for file psbrch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psbvfq.f
>** ps_bvfq   === End of Compilation 1 ===
>1501-510  Compilation successful for file psbvfq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psbvpd.f
>** ps_bvpd   === End of Compilation 1 ===
>1501-510  Compilation successful for file psbvpd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psbvsq.f
>** ps_bvsq   === End of Compilation 1 ===
>1501-510  Compilation successful for file psbvsq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pscape.f
>** ps_cape   === End of Compilation 1 ===
>1501-510  Compilation successful for file pscape.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pscins.f
>** ps_cins   === End of Compilation 1 ===
>1501-510  Compilation successful for file pscins.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psctot.f
>** ps_ctot   === End of Compilation 1 ===
>1501-510  Compilation successful for file psctot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pseqlv.f
>** ps_eqlv   === End of Compilation 1 ===
>1501-510  Compilation successful for file pseqlv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pshans.f
>** ps_hans   === End of Compilation 1 ===
>1501-510  Compilation successful for file pshans.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pskinx.f
>** ps_kinx   === End of Compilation 1 ===
>1501-510  Compilation successful for file pskinx.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pslaps.f
>** ps_laps   === End of Compilation 1 ===
>1501-510  Compilation successful for file pslaps.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pslcll.f
>** ps_lcll   === End of Compilation 1 ===
>1501-510  Compilation successful for file pslcll.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pslfcv.f
>** ps_lfcv   === End of Compilation 1 ===
>1501-510  Compilation successful for file pslfcv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pslift.f
>** ps_lift   === End of Compilation 1 ===
>1501-510  Compilation successful for file pslift.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psmlmr.f
>** ps_mlmr   === End of Compilation 1 ===
>1501-510  Compilation successful for file psmlmr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psmlth.f
>** ps_mlth   === End of Compilation 1 ===
>1501-510  Compilation successful for file psmlth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psprcl.f
>** ps_prcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file psprcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psrich.f
>** ps_rich   === End of Compilation 1 ===
>1501-510  Compilation successful for file psrich.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pssepa.f
>** ps_sepa   === End of Compilation 1 ===
>1501-510  Compilation successful for file pssepa.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psshow.f
>** ps_show   === End of Compilation 1 ===
>1501-510  Compilation successful for file psshow.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psshrd.f
>** ps_shrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file psshrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psshrm.f
>** ps_shrm   === End of Compilation 1 ===
>1501-510  Compilation successful for file psshrm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psstab.f
>** ps_stab   === End of Compilation 1 ===
>1501-510  Compilation successful for file psstab.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psstap.f
>** ps_stap   === End of Compilation 1 ===
>1501-510  Compilation successful for file psstap.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psswet.f
>** ps_swet   === End of Compilation 1 ===
>1501-510  Compilation successful for file psswet.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pstotl.f
>** ps_totl   === End of Compilation 1 ===
>1501-510  Compilation successful for file pstotl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psustb.f
>** ps_ustb   === End of Compilation 1 ===
>1501-510  Compilation successful for file psustb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c psvtot.f
>** ps_vtot   === End of Compilation 1 ===
>1501-510  Compilation successful for file psvtot.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - psbrch.o
>a - psbvfq.o
>a - psbvpd.o
>a - psbvsq.o
>a - pscape.o
>a - pscins.o
>a - psctot.o
>a - pseqlv.o
>a - pshans.o
>a - pskinx.o
>a - pslaps.o
>a - pslcll.o
>a - pslfcv.o
>a - pslift.o
>a - psmlmr.o
>a - psmlth.o
>a - psprcl.o
>a - psrich.o
>a - pssepa.o
>a - psshow.o
>a - psshrd.o
>a - psshrm.o
>a - psstab.o
>a - psstap.o
>a - psswet.o
>a - pstotl.o
>a - psustb.o
>a - psvtot.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/pt
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptactp.f
>** pt_actp   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptactp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptccnm.f
>** pt_ccnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptccnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptcldn.f
>** pt_cldn   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptcldn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptclds.f
>** pt_clds   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptclds.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptcmcl.f
>** pt_cmcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptcmcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptcnvr.f
>** pt_cnvr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptcnvr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptdigr.f
>** pt_digr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptdigr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptdprc.f
>** pt_dprc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptdprc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptfqot.f
>** pt_fqot   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptfqot.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptfunc.f
>** pt_func   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptfunc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptpatn.f
>** pt_patn   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptpatn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptpwth.f
>** pt_pwth   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptpwth.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptsalt.f
>** pt_salt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptsalt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptswel.f
>** pt_swel   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptswel.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pttice.f
>** pt_tice   === End of Compilation 1 ===
>1501-510  Compilation successful for file pttice.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c pttpfc.f
>** pt_tpfc   === End of Compilation 1 ===
>1501-510  Compilation successful for file pttpfc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptturb.f
>** pt_turb   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptturb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptvsbc.f
>** pt_vsbc   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptvsbc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptvsbf.f
>** pt_vsbf   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptvsbf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptwcod.f
>** pt_wcod   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptwcod.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptwnmt.f
>** pt_wnmt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptwnmt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptwnum.f
>** pt_wnum   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptwnum.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptwsym.f
>** pt_wsym   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptwsym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ptwtmo.f
>** pt_wtmo   === End of Compilation 1 ===
>1501-510  Compilation successful for file ptwtmo.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - ptactp.o
>a - ptccnm.o
>a - ptcldn.o
>a - ptclds.o
>a - ptcmcl.o
>a - ptcnvr.o
>a - ptdigr.o
>a - ptdprc.o
>a - ptfqot.o
>a - ptfunc.o
>a - ptpatn.o
>a - ptpwth.o
>a - ptsalt.o
>a - ptswel.o
>a - pttice.o
>a - pttpfc.o
>a - ptturb.o
>a - ptvsbc.o
>a - ptvsbf.o
>a - ptwcod.o
>a - ptwnmt.o
>a - ptwnum.o
>a - ptwsym.o
>a - ptwtmo.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/sf
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfacny.f
>** sf_acny   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfacny.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfastn.f
>** sf_astn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfastn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfatim.f
>** sf_atim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfatim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfbegs.f
>** sf_begs   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfbegs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcacny.f
>** sfc_acny   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcacny.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcclf.f
>** sf_cclf   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcclf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcclp.f
>** sf_cclp   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcclp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcgtim.f
>** sfc_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfchkf.f
>** sf_chkf   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfchkf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfclos.f
>** sf_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcopnf.f
>** sfc_opnf   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcopnf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcrcn.f
>** sf_crcn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcrcn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcref.f
>** sf_cref   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcref.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcrfp.f
>** sf_crfp   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcrfp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcsdf.f
>** sf_csdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcsdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcsdp.f
>** sf_csdp   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcsdp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfcstn.f
>** sf_cstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfcstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfctim.f
>** sf_ctim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfctim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfddat.f
>** sf_ddat   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfddat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfdstn.f
>** sf_dstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfdstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfdtim.f
>** sf_dtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfdtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sffstn.f
>** sf_fstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sffstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfftim.f
>** sf_ftim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfftim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfftyp.f
>** sf_ftyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfftyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfgtim.f
>** sf_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfofil.f
>** sf_ofil   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfofil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfopnf.f
>** sf_opnf   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfopnf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfopnr.f
>** sf_opnr   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfopnr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfqdat.f
>** sf_qdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfqdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfqspc.f
>** sf_qspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfqspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfqstn.f
>** sf_qstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfqstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfqtxt.f
>** sf_qtxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfqtxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfrbox.f
>** sf_rbox   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfrbox.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfrdat.f
>** sf_rdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfrdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfrspc.f
>** sf_rspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfrspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfrstr.f
>** sf_rstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfrstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfsnxt.f
>** sf_snxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfsnxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfsstn.f
>** sf_sstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfsstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfstat.f
>** sf_stat   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfstat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfstid.f
>** sf_stid   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfstid.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfstim.f
>** sf_stim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfstim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfstst.f
>** sf_stst   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfstst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sftlst.f
>** sf_tlst   === End of Compilation 1 ===
>1501-510  Compilation successful for file sftlst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sftnxt.f
>** sf_tnxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file sftnxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sftstn.f
>** sf_tstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sftstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfttim.f
>** sf_ttim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfttim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfuare.f
>** sf_uare   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfuare.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfustn.f
>** sf_ustn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfustn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfwbox.f
>** sf_wbox   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfwbox.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfwdat.f
>** sf_wdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfwdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfwsdd.f
>** sf_wsdd   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfwsdd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfwspc.f
>** sf_wspc   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfwspc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sfwstr.f
>** sf_wstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file sfwstr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - sfacny.o
>a - sfastn.o
>a - sfatim.o
>a - sfbegs.o
>a - sfcacny.o
>a - sfcclf.o
>a - sfcclp.o
>a - sfcgtim.o
a - sfchkf.o
>a - sfclos.o
>a - sfcopnf.o
>a - sfcrcn.o
>a - sfcref.o
>a - sfcrfp.o
>a - sfcsdf.o
>a - sfcsdp.o
>a - sfcstn.o
>a - sfctim.o
>a - sfddat.o
>a - sfdstn.o
>a - sfdtim.o
>a - sffstn.o
>a - sfftim.o
>a - sfftyp.o
>a - sfgtim.o
>a - sfofil.o
>a - sfopnf.o
>a - sfopnr.o
>a - sfqdat.o
>a - sfqspc.o
>a - sfqstn.o
>a - sfqtxt.o
>a - sfrbox.o
>a - sfrdat.o
>a - sfrspc.o
>a - sfrstr.o
>a - sfsnxt.o
>a - sfsstn.o
>a - sfstat.o
>a - sfstid.o
>a - sfstim.o
>a - sfstst.o
>a - sftlst.o
>a - sftnxt.o
>a - sftstn.o
>a - sfttim.o
>a - sfuare.o
>a - sfustn.o
>a - sfwbox.o
>a - sfwdat.o
>a - sfwsdd.o
>a - sfwspc.o
>a - sfwstr.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/sn
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snastn.f
>** sn_astn   === End of Compilation 1 ===
>1501-510  Compilation successful for file snastn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snatim.f
** sn_atim   === End of Compilation 1 ===
>1501-510  Compilation successful for file snatim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snbegs.f
>** sn_begs   === End of Compilation 1 ===
>1501-510  Compilation successful for file snbegs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snchkf.f
>** sn_chkf   === End of Compilation 1 ===
>1501-510  Compilation successful for file snchkf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snckua.f
>** sn_ckua   === End of Compilation 1 ===
>1501-510  Compilation successful for file snckua.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snclos.f
>** sn_clos   === End of Compilation 1 ===
>1501-510  Compilation successful for file snclos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sncref.f
>** sn_cref   === End of Compilation 1 ===
>1501-510  Compilation successful for file sncref.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sncrfp.f
>** sn_crfp   === End of Compilation 1 ===
>1501-510  Compilation successful for file sncrfp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sncrua.f
>** sn_crua   === End of Compilation 1 ===
>1501-510  Compilation successful for file sncrua.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sncstn.f
>** sn_cstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sncstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snctim.f
>** sn_ctim   === End of Compilation 1 ===
>1501-510  Compilation successful for file snctim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snddat.f
>** sn_ddat   === End of Compilation 1 ===
>1501-510  Compilation successful for file snddat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sndstn.f
>** sn_dstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sndstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sndtim.f
>** sn_dtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sndtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snfstn.f
>** sn_fstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file snfstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snftim.f
>** sn_ftim   === End of Compilation 1 ===
>1501-510  Compilation successful for file snftim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sngclm.f
>** sn_gclm   === End of Compilation 1 ===
>1501-510  Compilation successful for file sngclm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snghgt.f
>** sn_ghgt   === End of Compilation 1 ===
>1501-510  Compilation successful for file snghgt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sngtim.f
>** sn_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file sngtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snintc.f
>** sn_intc   === End of Compilation 1 ===
>1501-510  Compilation successful for file snintc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmand.f
>** sn_mand   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmand.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmerg.f
>** sn_merg   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmerg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmght.f
>** sn_mght   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmght.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmman.f
>** sn_mman   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmman.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmspm.f
>** sn_mspm   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmspm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snmtyp.f
>** sn_mtyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file snmtyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snofil.f
>** sn_ofil   === End of Compilation 1 ===
>1501-510  Compilation successful for file snofil.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snopnf.f
>** sn_opnf   === End of Compilation 1 ===
>1501-510  Compilation successful for file snopnf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snopnr.f
>** sn_opnr   === End of Compilation 1 ===
>1501-510  Compilation successful for file snopnr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snopnt.f
>** sn_opnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file snopnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snqdat.f
>** sn_qdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file snqdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snqstn.f
>** sn_qstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file snqstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snrdat.f
>** sn_rdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file snrdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snrprt.f
>** sn_rprt   === End of Compilation 1 ===
>1501-510  Compilation successful for file snrprt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snrstr.f
>** sn_rstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file snrstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snrtyp.f
>** sn_rtyp   === End of Compilation 1 ===
>1501-510  Compilation successful for file snrtyp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snrtbl.f
>** sn_rtbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file snrtbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snsnxt.f
>** sn_snxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file snsnxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snsstn.f
>** sn_sstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file snsstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snstid.f
>** sn_stid   === End of Compilation 1 ===
>1501-510  Compilation successful for file snstid.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snstim.f
>** sn_stim   === End of Compilation 1 ===
>1501-510  Compilation successful for file snstim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sntnxt.f
>** sn_tnxt   === End of Compilation 1 ===
>1501-510  Compilation successful for file sntnxt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sntstn.f
>** sn_tstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file sntstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snttim.f
>** sn_ttim   === End of Compilation 1 ===
>1501-510  Compilation successful for file snttim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snustn.f
>** sn_ustn   === End of Compilation 1 ===
>1501-510  Compilation successful for file snustn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snwdat.f
>** sn_wdat   === End of Compilation 1 ===
>1501-510  Compilation successful for file snwdat.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snwprt.f
>** sn_wprt   === End of Compilation 1 ===
>1501-510  Compilation successful for file snwprt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c snwstr.f
>** sn_wstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file snwstr.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - snastn.o
>a - snatim.o
>a - snbegs.o
>a - snchkf.o
>a - snckua.o
>a - snclos.o
>a - sncref.o
>a - sncrfp.o
>a - sncrua.o
>a - sncstn.o
>a - snctim.o
>a - snddat.o
>a - sndstn.o
>a - sndtim.o
>a - snfstn.o
>a - snftim.o
>a - sngclm.o
>a - snghgt.o
>a - sngtim.o
>a - snintc.o
>a - snmand.o
>a - snmerg.o
>a - snmght.o
>a - snmman.o
>a - snmspm.o
>a - snmtyp.o
>a - snofil.o
>a - snopnf.o
>a - snopnr.o
>a - snopnt.o
>a - snqdat.o
>a - snqstn.o
>a - snrdat.o
>a - snrprt.o
>a - snrstr.o
>a - snrtbl.o
>a - snrtyp.o
>a - snsnxt.o
>a - snsstn.o
>a - snstid.o
>a - snstim.o
>a - sntnxt.o
>a - sntstn.o
>a - snttim.o
>a - snustn.o
>a - snwdat.o
>a - snwprt.o
>a - snwstr.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/ss
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sscurs.f
>** ss_curs   === End of Compilation 1 ===
>1501-510  Compilation successful for file sscurs.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssenvr.f
>** ss_envr   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssenvr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssexit.f
>** ss_exit   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssexit.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssgsym.f
>** ss_gsym   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssgsym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssgtim.f
>** ss_gtim   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssgtim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssltim.f
>** ss_ltim   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssltim.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sspage.f
>** ss_page   === End of Compilation 1 ===
>1501-510  Compilation successful for file sspage.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ssvers.f
>** ss_vers   === End of Compilation 1 ===
>1501-510  Compilation successful for file ssvers.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c sswait.f
>** ss_wait   === End of Compilation 1 ===
>1501-510  Compilation successful for file sswait.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfdate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c csleep.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - cfdate.o
>a - csleep.o
>a - sscurs.o
>a - ssenvr.o
>a - ssexit.o
>a - ssgsym.o
>a - ssgtim.o
>a - ssltim.o
>a - sspage.o
>a - ssvers.o
>a - sswait.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/st
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stabbr.f
>** st_abbr   === End of Compilation 1 ===
>1501-510  Compilation successful for file stabbr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stalnm.f
>** st_alnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file stalnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c statoe.f
>** st_atoe   === End of Compilation 1 ===
>1501-510  Compilation successful for file statoe.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stc2c.f
>** st_c2c   === End of Compilation 1 ===
>1501-510  Compilation successful for file stc2c.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stc2i.f
>** st_c2i   === End of Compilation 1 ===
>1501-510  Compilation successful for file stc2i.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stc2r.f
>** st_c2r   === End of Compilation 1 ===
>1501-510  Compilation successful for file stc2r.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stcls2.f
>** st_cls2   === End of Compilation 1 ===
>1501-510  Compilation successful for file stcls2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stclsl.f
>** st_clsl   === End of Compilation 1 ===
>1501-510  Compilation successful for file stclsl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stclst.f
>** st_clst   === End of Compilation 1 ===
>1501-510  Compilation successful for file stclst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stcrnd.f
>** st_crnd   === End of Compilation 1 ===
>1501-510  Compilation successful for file stcrnd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stcrnm.f
>** st_crnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file stcrnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stctoi.f
>** st_ctoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file stctoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stetoa.f
>** st_etoa   === End of Compilation 1 ===
>1501-510  Compilation successful for file stetoa.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stfind.f
>** st_find   === End of Compilation 1 ===
>1501-510  Compilation successful for file stfind.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stflst.f
>** st_flst   === End of Compilation 1 ===
>1501-510  Compilation successful for file stflst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stftlt.f
>** st_ftlt   === End of Compilation 1 ===
>1501-510  Compilation successful for file stftlt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stfwrd.f
>** st_fwrd   === End of Compilation 1 ===
>1501-510  Compilation successful for file stfwrd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stgtst.f
>** st_gtst   === End of Compilation 1 ===
>1501-510  Compilation successful for file stgtst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stilsr.f
>** st_ilsr   === End of Compilation 1 ===
>1501-510  Compilation successful for file stilsr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stilst.f
>** st_ilst   === End of Compilation 1 ===
>1501-510  Compilation successful for file stilst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stinch.f
>** st_inch   === End of Compilation 1 ===
>1501-510  Compilation successful for file stinch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stinln.f
>** st_inln   === End of Compilation 1 ===
>1501-510  Compilation successful for file stinln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stintg.f
>** st_intg   === End of Compilation 1 ===
>1501-510  Compilation successful for file stintg.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stistp.f
>** st_istp   === End of Compilation 1 ===
>1501-510  Compilation successful for file stistp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stitoc.f
>** st_itoc   === End of Compilation 1 ===
>1501-510  Compilation successful for file stitoc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stitos.f
>** st_itos   === End of Compilation 1 ===
>1501-510  Compilation successful for file stitos.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stlcuc.f
>** st_lcuc   === End of Compilation 1 ===
>1501-510  Compilation successful for file stlcuc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stldsp.f
>** st_ldsp   === End of Compilation 1 ===
>1501-510  Compilation successful for file stldsp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stlstc.f
>** st_lstc   === End of Compilation 1 ===
>1501-510  Compilation successful for file stlstc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stlstf.f
>** st_lstf   === End of Compilation 1 ===
>1501-510  Compilation successful for file stlstf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stlsti.f
>** st_lsti   === End of Compilation 1 ===
>1501-510  Compilation successful for file stlsti.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stlstr.f
>** st_lstr   === End of Compilation 1 ===
>1501-510  Compilation successful for file stlstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stnocc.f
>** st_nocc   === End of Compilation 1 ===
>1501-510  Compilation successful for file stnocc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stnull.f
>** st_null   === End of Compilation 1 ===
>1501-510  Compilation successful for file stnull.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stnumb.f
>** st_numb   === End of Compilation 1 ===
>1501-510  Compilation successful for file stnumb.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stnxts.f
>** st_nxts   === End of Compilation 1 ===
>1501-510  Compilation successful for file stnxts.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stpelt.f
>** st_pelt   === End of Compilation 1 ===
>1501-510  Compilation successful for file stpelt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strang.f
>** st_rang   === End of Compilation 1 ===
>1501-510  Compilation successful for file strang.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strlch.f
>** st_rlch   === End of Compilation 1 ===
>1501-510  Compilation successful for file strlch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strlst.f
>** st_rlst   === End of Compilation 1 ===
>1501-510  Compilation successful for file strlst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strmbl.f
>** st_rmbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file strmbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strmnm.f
>** st_rmnm   === End of Compilation 1 ===
>1501-510  Compilation successful for file strmnm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strmst.f
>** st_rmst   === End of Compilation 1 ===
>1501-510  Compilation successful for file strmst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strnan.f
>** st_rnan   === End of Compilation 1 ===
>1501-510  Compilation successful for file strnan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strnul.f
>** st_rnul   === End of Compilation 1 ===
>1501-510  Compilation successful for file strnul.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strpsl.f
>** st_rpsl   === End of Compilation 1 ===
>1501-510  Compilation successful for file strpsl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strpst.f
>** st_rpst   === End of Compilation 1 ===
>1501-510  Compilation successful for file strpst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c strxbl.f
>** st_rxbl   === End of Compilation 1 ===
>1501-510  Compilation successful for file strxbl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stsort.f
>** st_sort   === End of Compilation 1 ===
>1501-510  Compilation successful for file stsort.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ststoi.f
>** st_stoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file ststoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stuclc.f
>** st_uclc   === End of Compilation 1 ===
>1501-510  Compilation successful for file stuclc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stunp1.f
>** st_unp1   === End of Compilation 1 ===
>1501-510  Compilation successful for file stunp1.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stunpr.f
>** st_unpr   === End of Compilation 1 ===
>1501-510  Compilation successful for file stunpr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stutab.f
>** st_utab   === End of Compilation 1 ===
>1501-510  Compilation successful for file stutab.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c stword.f
>** st_word   === End of Compilation 1 ===
>1501-510  Compilation successful for file stword.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - stabbr.o
>a - stalnm.o
>a - statoe.o
>a - stc2c.o
>a - stc2i.o
>a - stc2r.o
>a - stcls2.o
>a - stclsl.o
>a - stclst.o
>a - stcrnd.o
>a - stcrnm.o
>a - stctoi.o
>a - stetoa.o
>a - stfind.o
>a - stflst.o
>a - stftlt.o
>a - stfwrd.o
>a - stgtst.o
>a - stilsr.o
>a - stilst.o
>a - stinch.o
>a - stinln.o
>a - stintg.o
>a - stistp.o
>a - stitoc.o
>a - stitos.o
>a - stlcuc.o
>a - stldsp.o
>a - stlstc.o
>a - stlstf.o
>a - stlsti.o
>a - stlstr.o
>a - stnocc.o
>a - stnull.o
>a - stnumb.o
>a - stnxts.o
>a - stpelt.o
>a - strang.o
>a - strlch.o
>a - strlst.o
>a - strmbl.o
>a - strmnm.o
>a - strmst.o
>a - strnan.o
>a - strnul.o
>a - strpsl.o
>a - strpst.o
>a - strxbl.o
>a - stsort.o
>a - ststoi.o
>a - stuclc.o
>a - stunp1.o
>a - stunpr.o
>a - stutab.o
>a - stword.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/tb
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbastn.f
>** tb_astn   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbastn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbfgeo.f
>** tb_fgeo   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbfgeo.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbfont.f
>** tb_font   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbfont.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbgrnv.f
>** tb_grnv   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbgrnv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbidst.f
>** tb_idst   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbidst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbnids.f
>** tb_nids   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbnids.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbparm.f
>** tb_parm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbparm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbpcnv.f
>** tb_pcnv   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbpcnv.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbprmt.f
>** tb_prmt   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbprmt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbrstn.f
>** tb_rstn   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbrstn.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tbustn.f
>** tb_ustn   === End of Compilation 1 ===
>1501-510  Compilation successful for file tbustn.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - tbastn.o
>a - tbfgeo.o
>a - tbfont.o
>a - tbgrnv.o
>a - tbidst.o
>a - tbnids.o
>a - tbparm.o
>a - tbpcnv.o
>a - tbprmt.o
>a - tbrstn.o
>a - tbustn.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/tg
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgcftm.f
>** tg_cftm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgcftm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgcrinc.f
>** tg_crinc   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgcrinc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgctoi.f
>** tg_ctoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgctoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgdiff.f
>** tg_diff   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgdiff.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgfind.f
>** tg_find   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgfind.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgflst.f
>** tg_flst   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgflst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgftoi.f
>** tg_ftoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgftoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgfull.f
>** tg_full   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgfull.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgiftm.f
>** tg_iftm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgiftm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgitoc.f
>** tg_itoc   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgitoc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgitof.f
>** tg_itof   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgitof.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgmtch.f
>** tg_mtch   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgmtch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgqrng.f
>** tg_qrng   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgqrng.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgrang.f
>** tg_rang   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgrang.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgrinc.f
>** tg_rinc   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgrinc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgrnoi.f
>** tg_rnoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgrnoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgvald.f
>** tg_vald   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgvald.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgvtof.f
>** tg_vtof   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgvtof.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tgyymd.f
>** tg_yymd   === End of Compilation 1 ===
>1501-510  Compilation successful for file tgyymd.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - tgcftm.o
>a - tgcrinc.o
>a - tgctoi.o
>a - tgdiff.o
>a - tgfind.o
>a - tgflst.o
>a - tgftoi.o
>a - tgfull.o
>a - tgiftm.o
>a - tgitoc.o
>a - tgitof.o
>a - tgmtch.o
>a - tgqrng.o
>a - tgrang.o
>a - tgrinc.o
>a - tgrnoi.o
>a - tgvald.o
>a - tgvtof.o
>a - tgyymd.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/ti
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiaddd.f
>** ti_addd   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiaddd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiaddm.f
>** ti_addm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiaddm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tic2i.f
>** ti_c2i   === End of Compilation 1 ===
>1501-510  Compilation successful for file tic2i.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ticcnt.f
>** ti_ccnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file ticcnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c ticdtm.f
>** ti_cdtm   === End of Compilation 1 ===
>1501-510  Compilation successful for file ticdtm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tictoi.f
>** ti_ctoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file tictoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidaym.f
>** ti_daym   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidaym.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidayw.f
>** ti_dayw   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidayw.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidifd.f
>** ti_difd   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidifd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidiff.f
>** ti_diff   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidiff.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidspl.f
>** ti_dspl   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidspl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidst.f
>** ti_dst   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidst.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tidtm4.f
>** ti_dtm4   === End of Compilation 1 ===
>1501-510  Compilation successful for file tidtm4.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tielcl.f
>** ti_elcl   === End of Compilation 1 ===
>1501-510  Compilation successful for file tielcl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tifind.f
>** ti_find   === End of Compilation 1 ===
>1501-510  Compilation successful for file tifind.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiform.f
>** ti_form   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiform.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tii2c.f
>** ti_i2c   === End of Compilation 1 ===
>1501-510  Compilation successful for file tii2c.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiidtm.f
>** ti_idtm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiidtm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiitoc.f
>** ti_itoc   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiitoc.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiitoj.f
>** ti_itoj   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiitoj.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tijtoi.f
>** ti_jtoi   === End of Compilation 1 ===
>1501-510  Compilation successful for file tijtoi.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tilocl.f
>** ti_locl   === End of Compilation 1 ===
>1501-510  Compilation successful for file tilocl.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c timdif.f
>** ti_mdif   === End of Compilation 1 ===
>1501-510  Compilation successful for file timdif.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c timtch.f
>** ti_mtch   === End of Compilation 1 ===
>1501-510  Compilation successful for file timtch.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tirang.f
>** ti_rang   === End of Compilation 1 ===
>1501-510  Compilation successful for file tirang.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tirseq.f
>** ti_rseq   === End of Compilation 1 ===
>1501-510  Compilation successful for file tirseq.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tisort.f
>** ti_sort   === End of Compilation 1 ===
>1501-510  Compilation successful for file tisort.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tistan.f
>** ti_stan   === End of Compilation 1 ===
>1501-510  Compilation successful for file tistan.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tistnt.f
>** ti_stnt   === End of Compilation 1 ===
>1501-510  Compilation successful for file tistnt.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tisubd.f
>** ti_subd   === End of Compilation 1 ===
>1501-510  Compilation successful for file tisubd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tisubm.f
>** ti_subm   === End of Compilation 1 ===
>1501-510  Compilation successful for file tisubm.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c titmln.f
>** ti_tmln   === End of Compilation 1 ===
>1501-510  Compilation successful for file titmln.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c titzdf.f
>** ti_tzdf   === End of Compilation 1 ===
>1501-510  Compilation successful for file titzdf.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiyy24.f
>** ti_yy24   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiyy24.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiyymd.f
>** ti_yymd   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiyymd.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tiyyyy.f
>** ti_yyyy   === End of Compilation 1 ===
>1501-510  Compilation successful for file tiyyyy.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - tiaddd.o
>a - tiaddm.o
>a - tic2i.o
>a - ticcnt.o
>a - ticdtm.o
>a - tictoi.o
>a - tidaym.o
>a - tidayw.o
>a - tidifd.o
>a - tidiff.o
>a - tidspl.o
>a - tidst.o
>a - tidtm4.o
>a - tielcl.o
>a - tifind.o
>a - tiform.o
>a - tii2c.o
>a - tiidtm.o
>a - tiitoc.o
>a - tiitoj.o
>a - tijtoi.o
>a - tilocl.o
>a - timdif.o
>a - timtch.o
>a - tirang.o
>a - tirseq.o
>a - tisort.o
>a - tistan.o
>a - tistnt.o
>a - tisubd.o
>a - tisubm.o
>a - titmln.o
>a - titzdf.o
>a - tiyy24.o
>a - tiyymd.o
>a - tiyyyy.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/tm
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmaccp.f
>** tm_accp   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmaccp.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmchar.f
>** tm_char   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmchar.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmint.f
>** tm_int   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmint.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmpage.f
>** tm_page   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmpage.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmprom.f
>** tm_prom   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmprom.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmrchr.f
>** tm_rchr   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmrchr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmreal.f
>** tm_real   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmreal.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmstr.f
>** tm_str   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmstr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmwait.f
>** tm_wait   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmwait.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmwcr.f
>** tm_wcr   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmwcr.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c tmwlin.f
>** tm_wlin   === End of Compilation 1 ===
>1501-510  Compilation successful for file tmwlin.f.
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - tmaccp.o
>a - tmchar.o
>a - tmint.o
>a - tmpage.o
>a - tmprom.o
>a - tmrchr.o
>a - tmreal.o
>a - tmstr.o
>a - tmwait.o
>a - tmwcr.o
>a - tmwlin.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/vf
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfampm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfarea.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfavcd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfcnsaw.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfcnsel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfctim.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfeftm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfgdat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfgname.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfgtod.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfgttxt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfrdrp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfrptxt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfsort.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfspc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfstate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfsval.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vftomin.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfvors.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwawn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwnmst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwoui.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwpwn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwsaw.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwsel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwsev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwwcl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c vfwwcp.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - vfampm.o
>a - vfarea.o
>a - vfavcd.o
>a - vfcnsaw.o
>a - vfcnsel.o
>a - vfctim.o
>a - vfeftm.o
>a - vfgdat.o
>a - vfgname.o
>a - vfgtod.o
>a - vfgttxt.o
>a - vfrdrp.o
>a - vfread.o
>a - vfrptxt.o
>a - vfsort.o
>a - vfspc.o
>a - vfstate.o
>a - vfsval.o
>a - vftomin.o
>a - vfvors.o
>a - vfwawn.o
>a - vfwnmst.o
>a - vfwoui.o
>a - vfwpwn.o
>a - vfwsaw.o
>a - vfwsel.o
>a - vfwsev.o
>a - vfwwcl.o
>a - vfwwcp.o
>       rm -f *.o
>Target "all" is up to date.
>AIX - making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib/mv 
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvei32.f
>** mv_ei32   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvei32.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvie32.f
>** mv_ie32   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvie32.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mviv32.f
>** mv_iv32   === End of Compilation 1 ===
>1501-510  Compilation successful for file mviv32.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvsw42.f
>** mv_sw42   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvsw42.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvswp2.f
>** mv_swp2   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvswp2.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvswp4.f
>** mv_swp4   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvswp4.f.
>       xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEMP
> AK5.7.1/gempak/include/AIX -qnolm  -c mvvi32.f
>** mv_vi32   === End of Compilation 1 ===
>1501-510  Compilation successful for file mvvi32.f.
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c mvbtoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c mvev32.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c mvitob.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c mvve32.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a *.o
>a - mvbtoi.o
>a - mvei32.o
>a - mvev32.o
>a - mvie32.o
>a - mvitob.o
>a - mviv32.o
>a - mvsw42.o
>a - mvswp2.o
>a - mvswp4.o
>a - mvve32.o
>a - mvvi32.o
>       rm -f *.o
>Target "all" is up to date.
>Making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/upc
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c mkdirs_open.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>ar: Creating an archive file /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a.
>a - mkdirs_open.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cas
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdcld.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdfrt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdhdr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdjets.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdstm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdtrop.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdturb.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c casrdvlrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrcld.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrfrt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrhdr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrjets.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrstm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrtrop.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrturb.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c caswrvlrd.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - casclos.o
>a - casopen.o
>a - casrdcld.o
>a - casrdfrt.o
>a - casrdhdr.o
>a - casrdjets.o
>a - casrdstm.o
>a - casrdtrop.o
>a - casrdturb.o
>a - casrdvlrd.o
>a - caswrcld.o
>a - caswrfrt.o
>a - caswrhdr.o
>a - caswrjets.o
>a - caswrstm.o
>a - caswrtrop.o
>a - caswrturb.o
>a - caswrvlrd.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cfl
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflaopn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfldopn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflffil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflgfil.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflinqr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfliret.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflisdir.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflmdat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflmnam.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflpath.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflperms.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflrdir.c
>"cflrdir.c", line 78.38: 1506-280 (E) Function argument assignment between typ
> es "int(*)(struct dirent*)" and "int(*)(const struct dirent*)" is not allowed
> .
>"cflrdir.c", line 80.38: 1506-280 (E) Function argument assignment between typ
> es "int(*)(struct dirent*)" and "int(*)(const struct dirent*)" is not allowed
> .
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflrdln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflropn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflrscd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflscnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflseek.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflsrch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfltbnr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfltbop.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfltinq.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfltmpo.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfltrln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cfluopn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflwher.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflwopn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cflwrit.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cflaopn.o
>a - cflclos.o
>a - cfldopn.o
>a - cflffil.o
>a - cflgfil.o
>a - cflinqr.o
>a - cfliret.o
>a - cflisdir.o
>a - cflmdat.o
>a - cflmnam.o
>a - cflpath.o
>a - cflperms.o
>a - cflrdir.o
>a - cflrdln.o
>a - cflread.o
>a - cflropn.o
>a - cflrscd.o
>a - cflscnd.o
>a - cflseek.o
>a - cflsrch.o
>a - cfltbnr.o
>a - cfltbop.o
>a - cfltinq.o
>a - cfltmpo.o
>a - cfltrln.o
>a - cfluopn.o
>a - cflwher.o
>a - cflwopn.o
>a - cflwrit.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/clz
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clzread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clzrfil.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - clzread.o
>a - clzrfil.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cst
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstabbr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstalnm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstcins.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstclst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstcrnm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstctod.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstctoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstctrl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstfind.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstflst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstgtag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstilst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstinch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstitoc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstitos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstlcuc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstldsp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstlstr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstncat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstncpy.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstnocc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstnumb.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstptmt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrang.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrlch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrlst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrmbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrmst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrnan.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrpst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstrxbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstsort.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstsplit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstsrch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cststag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cststoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c csttims.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstuclc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstunpr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cstwrap.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cstabbr.o
>a - cstalnm.o
>a - cstcins.o
>a - cstclst.o
>a - cstcrnm.o
>a - cstctod.o
>a - cstctoi.o
>a - cstctrl.o
>a - cstfind.o
>a - cstflst.o
>a - cstgtag.o
>a - cstilst.o
>a - cstinch.o
>a - cstitoc.o
>a - cstitos.o
>a - cstlcuc.o
>a - cstldsp.o
>a - cstlstr.o
>a - cstncat.o
>a - cstncpy.o
>a - cstnocc.o
>a - cstnumb.o
>a - cstptmt.o
>a - cstrang.o
>a - cstrlch.o
>a - cstrlst.o
>a - cstrmbl.o
>a - cstrmst.o
>a - cstrnan.o
>a - cstrpst.o
>a - cstrxbl.o
>a - cstsort.o
>a - cstsplit.o
>a - cstsrch.o
>a - cststag.o
>a - cststoi.o
>a - csttims.o
>a - cstuclc.o
>a - cstunpr.o
>a - cstwrap.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/ctb
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbafos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbastn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbawdef.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbawmap.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbccfind.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbccrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdcatitos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdcatstoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdscatitos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdscatstoi.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtcat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtdump.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtlist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtpath.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdtrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdttime.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbdttmpl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfszfnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfsznam.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfszqn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfszrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfszval.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbfszxvl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbg2gnam.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbg2gnam_upc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbg2gnum.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbg2read.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetcmode.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetcolor.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetdsply.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetfile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetfmode.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetgrptyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetname.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblygetoutfile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctblyrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbpfbool.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbpfread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbpfstr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbpldump.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbplgcc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbplget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbpllist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbplrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbplsdef.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbplset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbprmt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbprod.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrbul.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrdcpf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrdtyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrdwou.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrmtyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbrstn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbtiff.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbtrkfnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbtrkitv.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbtrkqn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c ctbwrcpf.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - ctbafos.o
>a - ctbastn.o
>a - ctbawdef.o
>a - ctbawmap.o
>a - ctbccfind.o
>a - ctbccrd.o
>a - ctbdcatitos.o
>a - ctbdcatstoi.o
>a - ctbdscatitos.o
>a - ctbdscatstoi.o
>a - ctbdtcat.o
>a - ctbdtdump.o
>a - ctbdtget.o
>a - ctbdtlist.o
>a - ctbdtpath.o
>a - ctbdtrd.o
>a - ctbdttime.o
>a - ctbdttmpl.o
>a - ctbfszfnd.o
>a - ctbfsznam.o
>a - ctbfszqn.o
>a - ctbfszrd.o
>a - ctbfszval.o
>a - ctbfszxvl.o
>a - ctbg2gnam.o
>a - ctbg2gnam_upc.o
>a - ctbg2gnum.o
>a - ctbg2read.o
>a - ctblygetcmode.o
>a - ctblygetcolor.o
>a - ctblygetdsply.o
>a - ctblygetfile.o
>a - ctblygetfmode.o
>a - ctblygetgrptyp.o
>a - ctblygetname.o
>a - ctblygetoutfile.o
>a - ctblyrd.o
>a - ctbpfbool.o
>a - ctbpfread.o
>a - ctbpfstr.o
>a - ctbpldump.o
>a - ctbplgcc.o
>a - ctbplget.o
>a - ctbpllist.o
>a - ctbplrd.o
>a - ctbplsdef.o
>a - ctbplset.o
>a - ctbprmt.o
>a - ctbprod.o
>a - ctbrbul.o
>a - ctbrdcpf.o
>a - ctbrdtyp.o
>a - ctbrdwou.o
>a - ctbrmtyp.o
>a - ctbrstn.o
>a - ctbtiff.o
>a - ctbtrkfnd.o
>a - ctbtrkitv.o
>a - ctbtrkqn.o
>a - ctbwrcpf.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cgr
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrbounds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrcentroid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrcntstrks.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrdang.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrdist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrdone.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrinit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrinpoly.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrinsert.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrintersect.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrlindist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrntrsct.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpoly.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpolyint.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpolylink.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpolyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpolysmear.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrpolyunion.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrptonln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrrange.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrreorder.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrrolseg.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrqsol.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrsegdist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrsegint.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrtorad.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cgrynxt.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cgrbounds.o
>a - cgrcentroid.o
>a - cgrcntstrks.o
>a - cgrdang.o
>a - cgrdist.o
>a - cgrdone.o
>a - cgrinit.o
>a - cgrinpoly.o
>a - cgrinsert.o
>a - cgrintersect.o
>a - cgrlindist.o
>a - cgrntrsct.o
>a - cgrpoly.o
>a - cgrpolyint.o
>a - cgrpolylink.o
>a - cgrpolyp.o
>a - cgrpolysmear.o
>a - cgrpolyunion.o
>a - cgrptonln.o
>a - cgrqsol.o
>a - cgrrange.o
>a - cgrreorder.o
>a - cgrrolseg.o
>a - cgrsegdist.o
>a - cgrsegint.o
>a - cgrtorad.o
>a - cgrynxt.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cds
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsash.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsatdeflt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsccf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdscirc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsdspelm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsfrnt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsgetinx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsgfill.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsinit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsjet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsline.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdslist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsress.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsrtbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsscal.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsscol.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdssfill.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdssig.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdssymb.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdstext.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdstrack.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdsvol.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdswbox.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cdswind.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cdsash.o
>a - cdsatdeflt.o
>a - cdsccf.o
>a - cdscirc.o
>a - cdsdspelm.o
>a - cdsfrnt.o
>a - cdsgetinx.o
>a - cdsgfill.o
>a - cdsinit.o
>a - cdsjet.o
>a - cdsline.o
>a - cdslist.o
>a - cdsress.o
>a - cdsrtbl.o
>a - cdsscal.o
>a - cdsscol.o
>a - cdssfill.o
>a - cdssig.o
>a - cdssymb.o
>a - cdstext.o
>a - cdstrack.o
>a - cdsvol.o
>a - cdswbox.o
>a - cdswind.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cvq
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvqgetginf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvqhigp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvqnxtgnm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvqscangrp.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cvqgetginf.o
>a - cvqhigp.o
>a - cvqnxtgnm.o
>a - cvqscangrp.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/ces
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgetflag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgetinx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtgavid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtggrps.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtgid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtginfo.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtglbls.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtgmgrps.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtgmsid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtgnam.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtlmstr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesgtrtbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesrtbl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cesset.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cesget.o
>a - cesgetflag.o
>a - cesgetinx.o
>a - cesgtgavid.o
>a - cesgtggrps.o
>a - cesgtgid.o
>a - cesgtginfo.o
>a - cesgtglbls.o
>a - cesgtgmgrps.o
>a - cesgtgmsid.o
>a - cesgtgnam.o
>a - cesgtlmstr.o
>a - cesgtrtbl.o
>a - cesrtbl.o
>a - cesset.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/crg
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgclear.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgclearlayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgclroffst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgdeselect.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggbnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggetinx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggetlayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggettxtbox.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgggbnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggginx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgggnel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgggnhl.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgggnxt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgggrp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggoffset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggrfrsh.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggsel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crggtyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crginit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgmkrange.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgmvallayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgnewinx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgrebuild.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgrngpt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsave.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetcir.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetlayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetlist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetltln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetsigmet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetsym.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsettxt.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetvac.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetvol.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetwnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsetwbx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsgrp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgsoffset.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgssel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c crgstyp.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - crgclear.o
>a - crgclearlayer.o
>a - crgclroffst.o
>a - crgdeselect.o
>a - crggbnd.o
>a - crgget.o
>a - crggetinx.o
>a - crggetlayer.o
>a - crggettxtbox.o
>a - crgggbnd.o
>a - crggginx.o
>a - crgggnel.o
>a - crgggnhl.o
>a - crgggnxt.o
>a - crgggrp.o
>a - crggoffset.o
>a - crggrfrsh.o
>a - crggsel.o
>a - crggtyp.o
>a - crginit.o
>a - crgmkrange.o
>a - crgmvallayer.o
>a - crgnewinx.o
>a - crgrebuild.o
>a - crgrngpt.o
>a - crgsave.o
>a - crgset.o
>a - crgsetcir.o
>a - crgsetlayer.o
>a - crgsetlist.o
>a - crgsetltln.o
>a - crgsetsigmet.o
>a - crgsetsym.o
>a - crgsettxt.o
>a - crgsetvac.o
>a - crgsetvol.o
>a - crgsetwbx.o
>a - crgsetwnd.o
>a - crgsgrp.o
>a - crgsoffset.o
>a - crgssel.o
>a - crgstyp.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/clo
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobgall.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobginfo.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobgcent.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobgnext.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobgrange.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobinpoly.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobofile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobqtag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobrdrec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobsarea.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobstag.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clobstype.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloclosest.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clocmpdir.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clocmpwds.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clocompass.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clodddec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloddenc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clodirect.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clodist.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clodltln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clofinddesc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clofindmatch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clofindnum.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clofindstn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clofrom.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloinit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clolonin.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloqformat.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloqnhot.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clordbnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clordstn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cloreorder.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c closortbnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c closortstn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clostngall.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotclosest.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotdirect.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotgid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotgltln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotgnm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotgparm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotgst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotimes.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotinltln.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotinpoly.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotqbnd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clotrack.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c clowhich.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - clobgall.o
>a - clobgcent.o
>a - clobginfo.o
>a - clobgnext.o
>a - clobgrange.o
>a - clobinpoly.o
>a - clobofile.o
>a - clobqtag.o
>a - clobrdrec.o
>a - clobsarea.o
>a - clobstag.o
>a - clobstype.o
>a - cloclosest.o
>a - clocmpdir.o
>a - clocmpwds.o
>a - clocompass.o
>a - clodddec.o
>a - cloddenc.o
>a - clodirect.o
>a - clodist.o
>a - clodltln.o
>a - clofinddesc.o
>a - clofindmatch.o
>a - clofindnum.o
>a - clofindstn.o
>a - clofrom.o
>a - cloinit.o
>a - clolonin.o
>a - cloqformat.o
>a - cloqnhot.o
>a - clordbnd.o
>a - clordstn.o
>a - cloreorder.o
>a - closortbnd.o
>a - closortstn.o
>a - clostngall.o
>a - clotclosest.o
>a - clotdirect.o
>a - clotgid.o
>a - clotgltln.o
>a - clotgnm.o
>a - clotgparm.o
>a - clotgst.o
>a - clotimes.o
>a - clotinltln.o
>a - clotinpoly.o
>a - clotqbnd.o
>a - clotrack.o
>a - clowhich.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/utf
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfdtext.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfdump.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfdvctr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfdvev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfgphgd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfplot.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfptext.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfpvctr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfpvev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfsize.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c utfstrip.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - utfclos.o
>a - utfdtext.o
>a - utfdump.o
>a - utfdvctr.o
>a - utfdvev.o
>a - utfgphgd.o
>a - utfopen.o
>a - utfplot.o
>a - utfptext.o
>a - utfpvctr.o
>a - utfpvev.o
>a - utfread.o
>a - utfsize.o
>a - utfstrip.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cbf
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cbfclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cbfopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cbfread.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cbfclos.o
>a - cbfopen.o
>a - cbfread.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/css
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cssdate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cssenvr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cssgtim.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cssmtyp.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cssdate.o
>a - cssenvr.o
>a - cssgtim.o
>a - cssmtyp.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cpg
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgdmpct.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgfindstart.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgfindstop.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpggetfile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpggetfname.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpggetsix.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgmtch.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgprint.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgprse.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgrdhdr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgreadcuts.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgrindex.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgrlst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgsetbits.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgshoct.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgsixrd.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cpgxplane.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cpgdmpct.o
>a - cpgfindstart.o
>a - cpgfindstop.o
>a - cpggetfile.o
>a - cpggetfname.o
>a - cpggetsix.o
>a - cpgmtch.o
>a - cpgprint.o
>a - cpgprse.o
>a - cpgrdhdr.o
>a - cpgreadcuts.o
>a - cpgrindex.o
>a - cpgrlst.o
>a - cpgsetbits.o
>a - cpgshoct.o
>a - cpgsixrd.o
>a - cpgxplane.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/cvg
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgc3e3f.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgc3i3h.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgc3k3j.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgcir2lin.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgclos.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgcp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgcrall.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgcrvgf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgdeall.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgdelet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgdrawlayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgdump.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgfscan.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggetfname.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggetworkfile.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggfrmtrx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggmtrx.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggtgnum.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvggtnumpts.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvginitelm.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvglevel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgload.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgload2.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgqkopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdele.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdoldele.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgoldswap.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdgtn.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdhdr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdrec.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdrecnoc.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrdsel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgredraw.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrest.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrfrsh.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrfrshlayer.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgrndef.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgscan.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsetginf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsetsubtyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsnapjet.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsrchgrp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsubtyp.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgsvfhed.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgswap.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgt2v.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgtodev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgundel.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgv2t.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgvalid.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgwrite.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c cvgwritef.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - cvgc3e3f.o
>a - cvgc3i3h.o
>a - cvgc3k3j.o
>a - cvgcir2lin.o
>a - cvgclos.o
>a - cvgcp.o
>a - cvgcrall.o
>a - cvgcrvgf.o
>a - cvgdeall.o
>a - cvgdelet.o
>a - cvgdrawlayer.o
>a - cvgdump.o
>a - cvgfscan.o
>a - cvggetfname.o
>a - cvggetworkfile.o
>a - cvggfrmtrx.o
>a - cvggmtrx.o
>a - cvggtgnum.o
>a - cvggtnumpts.o
>a - cvginitelm.o
>a - cvglevel.o
>a - cvgload.o
>a - cvgload2.o
>a - cvgoldswap.o
>a - cvgopen.o
>a - cvgqkopen.o
>a - cvgrdele.o
>a - cvgrdgtn.o
>a - cvgrdhdr.o
>a - cvgrdoldele.o
>a - cvgrdrec.o
>a - cvgrdrecnoc.o
>a - cvgrdsel.o
>a - cvgredraw.o
>a - cvgrest.o
>a - cvgrfrsh.o
>a - cvgrfrshlayer.o
>a - cvgrndef.o
>a - cvgscan.o
>a - cvgsetginf.o
>a - cvgsetsubtyp.o
>a - cvgsnapjet.o
>a - cvgsrchgrp.o
>a - cvgsubtyp.o
>a - cvgsvfhed.o
>a - cvgswap.o
>a - cvgt2v.o
>a - cvgtodev.o
>a - cvgundel.o
>a - cvgv2t.o
>a - cvgvalid.o
>a - cvgwrite.o
>a - cvgwritef.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/spf
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfclnup.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfclose.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfcreate.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfgtfld.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfinit.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfload.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfopen.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfread.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c spfwrite.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - spfclnup.o
>a - spfclose.o
>a - spfcreate.o
>a - spfgtfld.o
>a - spfinit.o
>a - spfload.o
>a - spfopen.o
>a - spfread.o
>a - spfwrite.o
>       rm -f *.o
>Target "all" is up to date.
>making all in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/shp
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpabbrev.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpcetr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpdbget.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpgetll.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpgetst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpidbf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprdbf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprdbh.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprdbk.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprdbr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprshh.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shprshr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpsubst.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpswp4.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpswp8.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpwdbf.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpwdbr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpwshr.c
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c shpwssfr.c
>       ar rv /m/kproe/gempak/GEMPAK5.7.1/lib/aix/cgemlib.a *.o
>a - shpabbrev.o
>a - shpcetr.o
>a - shpdbget.o
>a - shpgetll.o
>a - shpgetst.o
>a - shpidbf.o
>a - shprdbf.o
>a - shprdbh.o
>a - shprdbk.o
>a - shprdbr.o
>a - shprshh.o
>a - shprshr.o
>a - shpsubst.o
>a - shpswp4.o
>a - shpswp8.o
>a - shpwdbf.o
>a - shpwdbr.o
>a - shpwshr.o
>a - shpwssfr.o
>       rm -f *.o
>Target "all" is up to date.
>AIX - making in /m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib/css/aix4
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c scandir.c
>"scandir.c", line 15.5: 1506-343 (S) Redeclaration of scandir differs from pre
> vious declaration on line 195 of "/usr/include/sys/dir.h".
>"scandir.c", line 15.5: 1506-377 (I) The type "int(*)(const struct dirent*)" o
> f parameter 3 differs from the previous type "int(*)(struct dirent*)".
>make: 1254-004 The error code from the last command is 1.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>
>--------------44ABD71E9E5C96EA702345AE--
>
>From address@hidden  Wed Apr 21 19:50:38 2004
>Return-Path: <address@hidden>
>Received: from ex.ds.mhpcc.hpc.mil (ex.ds.mhpcc.hpc.mil [140.31.200.134])
>       by unidata.ucar.edu (UCAR/Unidata) with ESMTP id i3M1obCT019223;
>       Wed, 21 Apr 2004 19:50:38 -0600 (MDT)
>Keywords: 200404220150.i3M1obCT019223
>Received: from mhpcc.hpc.mil ([140.31.201.207]) by ex.ds.mhpcc.hpc.mil over TL
> S secured channel with Microsoft SMTPSVC(5.0.2195.6713);
>        Wed, 21 Apr 2004 15:50:32 -1000
>Sender: address@hidden
>Message-ID: <address@hidden>
>Date: Wed, 21 Apr 2004 15:50:03 -1000
>From: Mary Ann Ciuffini <address@hidden>
>Reply-To: address@hidden
>Organization: MHPCC
>X-Mailer: Mozilla 4.79C-SGI [en] (X11; I; IRIX 6.5 IP22)
>X-Accept-Language: en
>MIME-Version: 1.0
>To: Unidata Support <address@hidden>
>CC: address@hidden
>Subject: GEMPAK5.7 AIX build fails
>References: <address@hidden>
>Content-Type: multipart/mixed;
> boundary="------------58AD3F621C5893C9DE69E4B9"
>X-OriginalArrivalTime: 22 Apr 2004 01:50:32.0270 (UTC) FILETIME=[325A16E0:01C4
> 280C]
>X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
>       laraine.unidata.ucar.edu
>X-Spam-Level: 
>X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham 
>       version=2.63
>
>This is a multi-part message in MIME format.
>--------------58AD3F621C5893C9DE69E4B9
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>This is all that got installed under
>bin/aix:
>bufr_dump    cater        convcvg      dataset_dmp  de_cater     dumpvgf
>lib/aix:
>Nxmlib.a       cgemlib.a      gemlib.a       libpng.a       rsl.a
>appl.a         device.a       libmel_bufr.a  libz.a         syslib.a
>
>What am I missing? I have attached the install.out
>-- 
>Mary Ann Ciuffini                      MHPCC
>Computer Systems Engineer              550 Lipoa Parkway
>address@hidden         Kihei, Maui, HI 96753
>http://www.mhpcc.hpc.mil/~mac          808-879-5077 X237 Fax: 808-879-5018
>--------------58AD3F621C5893C9DE69E4B9
>Content-Type: text/plain; charset=us-ascii;
> name="install.out"
>Content-Transfer-Encoding: 7bit
>Content-Disposition: inline;
> filename="install.out"
>
>Making install in /m/kproe/gempak/GEMPAK5.7.1/gempak
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/netcdf
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/zlib
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/libpng
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/melbufr
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/melbufr/src
>       cp cater de_cater bufr_dump dataset_dmp /m/kproe/gempak/GEMPAK5.7.1/bin
> /aix
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/rsl
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/appl
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/syslib
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/device
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/gemlib
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/cgemlib
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c convcvg.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o convcvg convcvg.o /m/kproe/gempak/GE
> MPAK5.7.1/lib/aix/cgemlib.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a /m/k
> proe/gempak/GEMPAK5.7.1/lib/aix/appl.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/sy
> slib.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a
>       rm -f convcvg.o
>       /usr/vac/bin/xlc -DAIX -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -qn
> olm  -c dumpvgf.c
>        xlf -I/m/kproe/gempak/GEMPAK5.7.1/gempak/include -I/m/kproe/gempak/GEM
> PAK5.7.1/gempak/include/AIX -qnolm    -o dumpvgf dumpvgf.o /m/kproe/gempak/GE
> MPAK5.7.1/lib/aix/cgemlib.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a /m/k
> proe/gempak/GEMPAK5.7.1/lib/aix/appl.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/sy
> slib.a /m/kproe/gempak/GEMPAK5.7.1/lib/aix/gemlib.a
>       rm -f dumpvgf.o
>       cp convcvg /m/kproe/gempak/GEMPAK5.7.1/bin/aix
>       cp dumpvgf /m/kproe/gempak/GEMPAK5.7.1/bin/aix
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/textlib
>Target "install" is up to date.
>-n installing in 
>/m/kproe/gempak/GEMPAK5.7.1/gempak/source/gplt
>       cd main; echo "installing in main " ; make  install
>installing in main 
>make: 1254-002 Cannot find a rule to create target /m/kproe/gempak/GEMPAK5.7.1
> /lib/aix/gplt.a from dependencies.
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>make: 1254-004 The error code from the last command is 2.
>
>
>Stop.
>
>--------------58AD3F621C5893C9DE69E4B9--
>
>From address@hidden  Wed Apr 21 20:05:37 2004
>Return-Path: <address@hidden>
>Received: from ex.ds.mhpcc.hpc.mil (ex.ds.mhpcc.hpc.mil [140.31.200.134])
>       by unidata.ucar.edu (UCAR/Unidata) with ESMTP id i3M25aCT000577;
>       Wed, 21 Apr 2004 20:05:36 -0600 (MDT)
>Keywords: 200404220205.i3M25aCT000577
>Received: from mhpcc.hpc.mil ([140.31.201.207]) by ex.ds.mhpcc.hpc.mil over TL
> S secured channel with Microsoft SMTPSVC(5.0.2195.6713);
>        Wed, 21 Apr 2004 16:05:31 -1000
>Sender: address@hidden
>Message-ID: <address@hidden>
>Date: Wed, 21 Apr 2004 16:05:02 -1000
>From: Mary Ann Ciuffini <address@hidden>
>Reply-To: address@hidden
>Organization: MHPCC
>X-Mailer: Mozilla 4.79C-SGI [en] (X11; I; IRIX 6.5 IP22)
>X-Accept-Language: en
>MIME-Version: 1.0
>To: Unidata Support <address@hidden>
>CC: address@hidden
>Subject: GEMPAK5.6 vs. GEMPAK5.7
>References: <address@hidden>
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>X-OriginalArrivalTime: 22 Apr 2004 02:05:31.0102 (UTC) FILETIME=[4A18F7E0:01C4
> 280E]
>X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
>       laraine.unidata.ucar.edu
>X-Spam-Level: 
>X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham 
>       version=2.63
>
>I built GEMPAK5.6 on AIX 5.1 just to see if I'd have better luck with
>it than I did with 5.7. The libraries and binaries installed under
>lib/aix
>and bin/aix are totally different from the libraries installed under
>GEMPAK5.7. Can you explain this? Here is what GEMPAK5.6 build produced:
>
>lib/aix
>avnbul.a   gdgrib.a   gdstream.a  gpltln.a  oabsfc.a  sflist.a   
>sncross2.a
>cgemlib.a  gdgsfc.a   gdthgt.a    gpmap.a   oabsnd.a  sfmap.a    
>sndelt.a
>cpcgstn.a  gdinfo.a   gdtser.a    gptext.a  oagrid.a  sfmod.a    
>snedit.a
>cpclist.a  gdlist.a   gdvint.a    gptpc.a   radmap.a  sfstns.a   
>snhodo.a
>dat2pts.a  gdmap.a    gdwind.a    grphgd.a  sector.a  sfvgsf.a   
>snlist.a
>gdcfil.a   gdmod.a    gpanot.a    nagrib.a  sfcfil.a  sigavgf.a  
>snmap.a
>gdcntr.a   gdomeg.a   gpbox.a     namsnd.a  sfcntr.a  sigbenc.a  
>snmod.a
>gdcross.a  gdplot.a   gpclose.a   ndfdg2.a  sfdelt.a  sigbufr.a  
>snprof.a
>gddelt.a   gdplot2.a  gpcolor.a   nmap2.a   sfedit.a  sigwxcnv.a 
>snstns.a
>gddiag.a   gdprof.a   gpfax.a     ntrans.a  sfgram.a  sncfil.a   
>sntser.a
>gdedit.a   gdstat.a   gpkgrf.a    oabox.a   sfl604.a  sncross.a
>
>bin/aix
>areaInfo  freeColors
>
>
>-- 
>Mary Ann Ciuffini                      MHPCC
>Computer Systems Engineer              550 Lipoa Parkway
>address@hidden         Kihei, Maui, HI 96753
>http://www.mhpcc.hpc.mil/~mac          808-879-5077 X237 Fax: 808-879-5018
>
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publically available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.