CCDEBUG = -g CFLAGS = $(CCDEBUG) LFLAGS = -lnsl -lsocket CC= CC createdir: test -e I386 || mkdir I386 test -e SPARC || mkdir SPARC test -e ALPHA || mkdir ALPHA I386: idg-I386 ist-I386 ist2-I386 istrslow SPARC: idg-SPARC ist-SPARC ist2-SPARC ALPHA: idg-ALPHA ist-ALPHA ist2-ALPHA idg-I386 : idgs-I386 idgr-I386 idg2r-I386 idg2s-I386 idgrslow idgrslow: idgrslow.c cc -g -o I386/idgrslow idgrslow.c istrslow: istrslow.c cc -g -o I386/istrslow istrslow.c idgs-I386: idgs.c cc -g -o I386/idgs idgs.c idgr-I386: idgr.c cc -g -o I386/idgr idgr.c idg2r-I386: idg2r.c cc -g -o I386/idg2r idg2r.c idg2s-I386: idg2s.c cc -g -o I386/idg2s idg2s.c idg-SPARC: idgr-SPARC idgs-SPARC idg2r-SPARC idgr-SPARC: idgr.c cc -g -o SPARC/idgr idgr.c $(LFLAGS) idgs-SPARC: idgs.c cc -g -o SPARC/idgs idgs.c $(LFLAGS) idg2r-SPARC: idg2r.c cc -g -o SPARC/idg2r idg2r.c $(LFLAGS) idg2s-SPARC: idg2s.c cc -g -o SPARC/idg2s idg2s.c $(LFLAGS) idg-ALPHA : idgs-ALPHA idgr-ALPHA idgs-ALPHA: idgs.c cc -g -o ALPHA/idgs idgs.c idgr-ALPHA: idgr.c cc -g -o ALPHA/idgr idgr.c ist-I386: istr-I386 ists-I386 istr-I386: istr.c cc -g -o I386/istr istr.c ists-I386: ists.c cc -g -o I386/ists ists.c ist-SPARC: istr-SPARC ists-SPARC istr-SPARC: istr.c cc -g $(LFLAGS) -o SPARC/istr istr.c ists-SPARC: ists.c cc -g $(LFLAGS) -o SPARC/ists ists.c ist-ALPHA: istr-ALPHA ists-ALPHA istr-ALPHA: istr.c cc -g $(LFLAGS) -o ALPHA/istr istr.c ists-ALPHA: ists.c cc -g $(LFLAGS) -o ALPHA/ists ists.c ist2-I386: ist2r-I386 ist2s-I386 ist2r-I386: ist2r.c cc -g -o I386/ist2r ist2r.c ist2s-I386: ist2s.c cc -g -o I386/ist2s ist2s.c ist2-SPARC: ist2r-SPARC ist2s-SPARC ist2r-SPARC: ist2r.c cc -g $(LFLAGS) -o SPARC/ist2r ist2r.c ist2s-SPARC: ist2s.c cc -g $(LFLAGS) -o SPARC/ist2s ist2s.c ist2-ALPHA: ist2r-ALPHA ist2s-ALPHA ist2r-ALPHA: ist2r.c cc -g $(LFLAGS) -o ALPHA/ist2r ist2r.c ist2s-ALPHA: ist2s.c cc -g $(LFLAGS) -o ALPHA/ist2s ist2s.c