# # Makefile for tools of the LUG library # # Author: Raul Rivero # Mathematics Dept. # University of Oviedo # Date: Wed Jan 8 1992 # Copyright (c) 1992, Raul Rivero # # # Library objects. # OBJS = to24.o cut.o hsl.o quantize.o \ tobw.o blur.o dither.o medianfilter.o \ rotate.o tohalftone.o change.o flip.o \ mirror.o sharpen.o toinverse.o chroma.o \ gamma.o zoom.o solid.o mask.o \ histoequal.o paste.o slowzoom.o convolve.o all: $(OBJS) clean: rm -f $(OBJS) .c.o: $(CC) $(COPTS) $(DEFS) $(INCS) -c $< # # Dependences. #