This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>
> I would like to create a _psc version of gdplot2. I looked at editing the
> Makefile in $GEMPAK/source/programs/gd/gdplot2 but was unsure about what to
> add for a psc version. I also looked at dcredbook for clues but I am still
> not sure.
>
> Can you tell me how I need to change the Makefile?
>
> Thanks,
> Robert Mullenax
>
>
>
>
Robert,
A PS driver linked version would look like the GIF driver library list, but
with PS instead of GIF. The 4th argument to the DEVICE command determines C, G,
M
so you don't need a separate linked PSC version rather than a genaral PS:
LIBINC_PS = \
$(GEMOLB)/sfmap.a \
$(GEMOLB)/gdstream.a \
$(GEMOLB)/gdmap.a \
$(GPLT_NC) \
$(GEMLIB) \
$(GPLT) \
$(DEVICE) \
$(PS) \
$(GN) \
$(GEMLIB) \
$(CGEMLIB) \
$(NETCDF) \
$(LIBJASPER) \
$(PNGLIB) \
$(ZLIB) \
$(RSLLIB) \
$(LIBBZ2)
Ticket Details
===================
Ticket ID: WBD-925535
Department: Support GEMPAK
Priority: Normal
Status: Closed