OBJS = face.o face-test.o SRCS = ../face.c ../face-test.c IVDIR = /mnt/thyme/pkg/InterViews/iv-2.6 #IVLIBDIR = $(IVDIR)/installed/lib/SUN4G IVLIBDIR = $(IVDIR)/src/new/libInterViews/SUN4G-solaris IVGLIBDIR = $(IVDIR)/src/new/libgraphic/SUN4G-solaris GNUDIR = IVLIBS = $(IVLIBDIR)/libInterViewsX11.a $(IVGLIBDIR)/libgraphic.a IVLIBSg = $(IVLIBDIR)/libInterViewsX11-g.a \ $(IVGLIBDIR)/libgraphic-g.a IVSRCDIR = $(IVDIR)/src/new IVSTDLIBDIR = $(IVSRCDIR)/InterViews/Std XLIB = -lX11 OTHERLIBS = -lm CFLAGS = -g -I$(IVSRCDIR) -I$(IVSTDLIBDIR) -Dgcc_2_6_3 -Dsolaris \ -I../paintbutton \ -L/usr/openwin/lib CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) LIBSg = $(IVLIBSg) $(XLIB) $(OTHERLIBS) DEPENDDIRS = -I$(IVSRCDIR) \ -I../paintbutton face: $(OBJS) ../../paintbutton/paintbutton.o $(CC) $(CFLAGS) $(OBJS) $(LIBSg) -o face face.o: ../face.c $(CC) -c $(CFLAGS) ../face.c face-test.o: ../face-test.c $(CC) -c $(CFLAGS) ../face-test.c depend: $(SRCS) makedepend $(DEPENDDIRS) $(SRCS) # DO NOT DELETE THIS LINE -- make depend depends on it. face.o: ../face.h /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.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: 441/include/paintbutton.h 441/include/fontbyname.h face.o: 441/include/paintlabel.h 441/include/quitbutton.h face.o: 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/glue.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/tray.h face.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h face-test.o: ../face.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.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: 441/include/paintbutton.h face-test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h