OBJS = face.o face-test.o SRCS = ../*.c IVDIR = /mnt/thyme/pkg/InterViews/iv-2.6 IVLIBDIR = $(IVDIR)/installed/lib/SUN4G GNUDIR = IVLIBS = $(IVLIBDIR)/libInterViewsX11.a $(IVLIBDIR)/libgraphic.a IVLIBSg = $(IVLIBDIR)/libInterViewsX11-g.a \ $(IVLIBDIR)/libgraphic-g.a IVSRCDIR = $(IVDIR)/src/new IVSTDLIBDIR = $(IVSRCDIR)/InterViews/Std XLIB = -lX11 OTHERLIBS = -lm FISHERDIR = /home/phoenix/faculty/gfisher 441LIBDIR = $(FISHERDIR)/441/lib/SUN4G 441LIB = -l441 CFLAGS = -g -I$(IVSRCDIR) -I$(IVSTDLIBDIR) -I$(FISHERDIR) \ -L$(441LIBDIR) CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) $(441LIB) LIBSg = $(IVLIBSg) $(XLIB) $(OTHERLIBS) $(441LIB) DEPENDDIRS = -I$(IVSRCDIR) -I$(FISHERDIR) face: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(LIBSg) -o face %.o: ../%.c $(CC) -c $(CFLAGS) $< depend: $(SRCS) makedepend $(DEPENDDIRS) $(SRCS) # DO NOT DELETE THIS LINE -- make depend depends on it. face-test.o: ../face.h face-test.o: /home/phoenix/faculty/gfisher/441/include/paintbutton.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/button.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/subject.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h face.o: ../face.h /home/phoenix/faculty/gfisher/441/include/paintbutton.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/button.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/subject.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h face.o: /home/phoenix/faculty/gfisher/441/include/quitbutton.h face.o: /home/phoenix/faculty/gfisher/441/include/std-macros.h face.o: /usr/include/setjmp.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/font.h face.o: /home/phoenix/faculty/gfisher/441/include/simpledialog.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/box.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/dialog.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/tray.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/shape.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h