LOCAL_LIBRARIES = $(XLIB) SYS_LIBRARIES = MathLibrary SRCS = calcalt.c random.c artist.c xmountains.c X_graphics.c print_alg.c OBJS = calcalt.o random.o artist.o xmountains.o X_graphics.o print_alg.o HDRS = crinkle.h paint.h patchlevel.h copyright.h vroot.h SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt MANSUFFIX = 6 ComplexProgramTarget(xmountains) xmountains.shar: $(SHARS) shar -o xmountains.shar README $(HDRS) Imakefile xmountains.man $(SRCS) xmountains.tar: $(SHARS) tar cvf xmountains.tar $(SHARS)