# # Makefile internal library 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 = bitmap.o error.o general.o in_out.o \ memory.o all: $(OBJS) clean: rm -f $(OBJS) .c.o: $(CC) $(COPTS) $(DEFS) $(INCS) -c $< # # Dependences. #