# Make the synphot package # Author: bazell 18-Jan-90# grafplot, wavtab applications # # Special keywords recognized by IRAF mkpkg files: # # mkpkg relink update object library and link # mkpkg linkonly skip object library updates and just link # mkpkg install move executable to bin$ # mkpkg update update object library, link, and move to lib$ $call relink $exit update: $call relink $call install ; relink: $update synphot.a $call synphot $call relink@simulators ; install: $move xx_synphot.e stsdasbin$x_synphot.e $call install@simulators ; synphot: linkonly: $omake x_synphot.x $link x_synphot.o synphot.a -lsynphot \ -lapplib -lstxtools -ltbtables \ -o xx_synphot.e ; synphot.a: @minlib @newlib @bandpar @calcspec @calcphot @countrate @genwave @fitgrid @fitspec @grafcheck @graflist @grafpath @imspec @mkthru @obsmode @plband @plratio @plspec @pltrans @showfiles ;