PROGRAMS = halt.guac prints.guac producteur_consommateur.guac lecteur_redacteur.guac join.guac matmult.guac TOPDIR = ../.. include $(TOPDIR)/Makefile.rules build: $(PROGRAMS) dumps: halt.dump prints.dump clean: $(RM) *.o *.guac $(PROGRAMS): %.guac : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o