# # Before making an InterViews application, be sure the following are set: # # setenv CPU SUN4 # path includes /usr/pkg/gnu/bin # NEWALERTOBJS = alert-with-insert.o NEWALERTSRCS = alert-with-insert.c IVDIR = /usr/pkg/InterViews/iv-2.6/src IVLIBS = -lX11iv -lX11ivg #IV3LIBS = -lIV -lUnidraw IV3LIBS = /usr/lib/libIV.so.3.1 /usr/lib/libUnidraw.so.3.1 XLIB = -lX11 OTHERLIBS = -lm CFLAGS = -g -I$(IVDIR) CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) LIBS3 = $(IV3LIBS) $(XLIB) $(OTHERLIBS) main: $(NEWALERTOBJS) $(CC) $(CFLAGS) $(NEWALERTOBJS) $(LIBS) -o main main3: $(NEWALERTOBJS) ld $(NEWALERTOBJS) $(LIBS3) -o main # $(CC) $(CFLAGS) $(NEWALERTOBJS) $(LIBS3) -o main3 depend: $(NEWALERTSRCS) makedepend -I/usr/pkg/gnu/lib/g++-include $(NEWALERTSRCS) # DO NOT DELETE THIS LINE -- make depend depends on it. alert-with-insert.o: /usr/include/InterViews/button.h alert-with-insert.o: /usr/include/InterViews/interactor.h alert-with-insert.o: /usr/include/InterViews/defs.h alert-with-insert.o: /usr/include/InterViews/subject.h alert-with-insert.o: /usr/include/InterViews/resource.h alert-with-insert.o: /usr/include/InterViews/box.h alert-with-insert.o: /usr/include/InterViews/scene.h alert-with-insert.o: /usr/include/InterViews/dialog.h alert-with-insert.o: /usr/include/InterViews/font.h alert-with-insert.o: /usr/include/InterViews/frame.h alert-with-insert.o: /usr/include/InterViews/glue.h alert-with-insert.o: /usr/include/InterViews/shape.h alert-with-insert.o: /usr/include/InterViews/message.h alert-with-insert.o: /usr/include/InterViews/painter.h alert-with-insert.o: /usr/include/InterViews/world.h alert-with-insert.o: /usr/pkg/gnu/lib/g++-include/stdio.h alert-with-insert.o: /usr/pkg/gnu/lib/g++-include/string.h alert-with-insert.o: /usr/pkg/gnu/lib/g++-include/std.h alert-with-insert.o: /usr/pkg/gnu/lib/g++-include/stddef.h