# # Before making an InterViews application, be sure the following are set: # # setenv CPU SUN4 # path includes /usr/pkg/gnu/bin # IVLIBS = -lX11iv -lX11ivg XLIB = -lX11 OTHERLIBS = -lm IVSRCDIR = /usr/pkg/InterViews/iv-2.6/src INCLUDES = -I$(IVSRCDIR)/InterViews/Std -I$(IVSRCDIR) CFLAGS = -g $(INCLUDES) CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) main: main.o $(CC) main.o $(CFLAGS) $(LIBS) -o main # DO NOT DELETE main.o: /usr/include/InterViews/message.h main.o: /usr/include/InterViews/interactor.h /usr/include/InterViews/defs.h main.o: /usr/include/InterViews/world.h /usr/include/InterViews/scene.h