#:ts=8 # # $Id: Makefile,v 1.3 1995/08/23 21:45:14 steppler Exp $ # # Makefile CNCL examples M/M/1 # # mm1.c is old example without LRE evaluation # mm1q.c is modified from mm1.c # #TOPDIR = /home/pelassil/Tools/cncl-2.1 TOPDIR = /p/gen/courses/S38/S38.148/cncl/src/cncl-2.1/ include $(TOPDIR)/make.conf PROGS = cnclexer all: $(PROGS) cnclexer: cnclexer.o $(CC) $(LFLAGS) -o cnclexer cnclexer.o $(LIBS) veryclean distclean:: rm -f $(PROGS) include $(TOPDIR)/make.common