OBJS = test.o paintlabel.o SRCS = ../test.c ../paintlabel.c IVDIR = /mnt/thyme/pkg/InterViews/iv-2.6 IVLIBDIR = $(IVDIR)/src/installed/lib/SUN4G-solaris 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 CFLAGS = -g -I$(IVSRCDIR) -I$(IVSTDLIBDIR) \ -Dgcc_2_6_3 -Dsolaris -L/usr/openwin/lib CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) LIBSg = $(IVLIBSg) $(XLIB) $(OTHERLIBS) DEPENDDIRS = -I$(IVSRCDIR) paintlabel: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(LIBSg) -o paintlabel paintlabel.o: ../paintlabel.c $(CC) -c $(CFLAGS) ../paintlabel.c test.o: ../test.c $(CC) -c $(CFLAGS) ../test.c depend: $(SRCS) makedepend $(DEPENDDIRS) $(SRCS) clean: /bin/rm -f *.o # DO NOT DELETE THIS LINE -- make depend depends on it. test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h test.o: ../paintlabel.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/font.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h test.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/message.h paintlabel.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/painter.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h paintlabel.o: ../paintlabel.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/font.h paintlabel.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/message.h