# Makefile for xloadimage using standard C compiler # # Copyright 1989, 1990 Jim Frost # # See file "copyright.h" for complete copyright information. .first define x11 decw$include define sys sys$library SYSPATHFILE=/usr/lib/X11/Xloadimage INSTALLDIR=/usr/bin/X11 CP= cp LN= ln -s RM= rm -f SRCS= bright.c, clip.c, compress.c, dither.c, faces.c, fill.c, gif.c, \ halftone.c, imagetypes.c, merge.c, misc.c, new.c, options.c, vms_path.c, \ pbm.c, reduce.c, root.c, send.c, sunraster.c, value.c, window.c, \ xbitmap.c, xloadimage.c, xpixmap.c, zio.c, zoom.c, rindex.c OBJS= bright.obj, clip.obj, compress.obj, dither.obj, faces.obj, fill.obj, \ gif.obj, halftone.obj, imagetypes.obj, merge.obj, misc.obj, new.obj, \ options.obj, vms_path.obj, pbm.obj, reduce.obj, root.obj, send.obj, \ sunraster.obj, value.obj, window.obj, xbitmap.obj, xloadimage.obj, \ xpixmap.obj, zio.obj, zoom.obj, rindex.obj xloadimage.exe : $(OBJS) $(link) $(linkflags) $(OBJS),opt/opt