# Makefile for ecomp, esim circuits # # you can add more result files to the all: line # then add pairs of ecomp and esim lines below # on gl machines, create the links to the executables ecomp and esim by typing # ln -s ~etmiller/esim/ecomp ecomp # ln -s ~etmiller/esim/esim esim # # create the above links rather than copying the files to save your disk quota # create the links in the directory where you are doing CS411 homework # have this Makefile in the directory # copy the files testadd4.e and runadd4.run to this directory, # then type make all: testadd4.out testadd4.net: testadd4.e ecomp testadd4.e -o testadd4.net testadd4.out: testadd4.net testadd4.run esim < testadd4.run > testadd4.out