OBJS = boxes.o WOBJS = box-with-reconfig.o SRCS = ../boxes.c ../box-with-reconfig.c IVDIR = /mnt/thyme/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.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) -DGCC2 CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) $(441LIB) LIBSg = $(IVLIBSg) $(XLIB) $(OTHERLIBS) $(441LIB) DEPENDDIRS = -I$(IVSRCDIR) -I$(IVSTDLIBDIR) -I$(FISHERDIR) boxes: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(LIBSg) -o $@ bwr: $(WOBJS) $(CC) $(CFLAGS) $(WOBJS) $(LIBSg) -o $@ %.o: ../%.c $(CC) -c $(CFLAGS) $< depend: $(SRCS) makedepend $(DEPENDDIRS) $(SRCS) # DO NOT DELETE THIS LINE -- make depend depends on it. boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/box.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/glue.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/shape.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/message.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/tray.h boxes.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/Std/stdio.h box-with-reconfig.o: //usr/include/stdio.h box-with-reconfig.o: /home/phoenix/faculty/gfisher/441/include/std-macros.h box-with-reconfig.o: /usr/include/setjmp.h box-with-reconfig.o: /home/phoenix/faculty/gfisher/441/include/quitbutton.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/button.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/subject.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/font.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/box.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/tray.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/shape.h box-with-reconfig.o: /mnt/thyme/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/glue.h