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

[GEMPAK #WBD-925535]: making gdplot2_psc



> 
> 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