_From Steve's example in $GEMPAK/source/programs/util/sector, it looks
like all you need to do is to change this:
LIBINC =3D \
$(GEMLIB) \
$(APPL) \
$(SYSLIB) \
$(CGEMLIB) \
$(GEMLIB)
to
LIBINC =3D \
$(GPLT_NC) \
$(GEMLIB) \
$(CGEMLIB) \
$(GPLT) \
$(DEVICE) \
$(GN) \
$(GEMLIB) \
$(ZLIB)
and recompile gdbiint.
I did not realize it, but there is already a _nc version of gddiag that
would accomplish the same thing.
-----Original Message-----
From: Clint Rowe [mailto:crowe@xxxxxxxxxxxxxxxxx]
Sent: Thu 12/1/2005 12:35 PM
To: chiz@xxxxxxxx
Cc: Robert Mullenax; gembud@xxxxxxxxxxxxxxxx
Subject: RE: eliminating additional gplt process for gddiag, gdbiint
Chiz,
Does that mean that
LIBINC_GF =3D $(GPLT_NC) $(GN)
would be sufficient for defining the necessary libraries for the
Makefile?
Clint
P.S. sector is in $GEMPAK/source/programs/util/sector