# 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 /afs/umbc.edu/users/s/q/squire/pub/ecomp ecomp # ln -s /afs/umbc.edu/users/s/q/squire/pub/esim esim # # cp /afs/umbc.edu/users/s/q/squire/pub/.esimrc . # # 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