OBJS = window-stuff.o OBJSP = relative-placement.o OBJSM = use-map-unmap.o OBJSN = window-stuff-no-banners.o OBJSR = resize-window.o SRCS = ../window-stuff.c ../window-stuff-no-banners.c IVDIR = /mnt/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-g.a IVSRCDIR = $(IVDIR)/src/new IVSTDLIBDIR = $(IVSRCDIR)/InterViews/Std XLIB = -lX11 OTHERLIBS = -lm CFLAGS = -g -I$(IVSRCDIR) -I$(IVSTDLIBDIR) CC = g++ LIBS = $(IVLIBS) $(XLIB) $(OTHERLIBS) LIBSg = $(IVLIBSg) $(XLIB) $(OTHERLIBS) DEPENDDIRS = -I$(IVSRCDIR) window-stuff: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o window-stuff relative-place: $(OBJSP) $(CC) $(CFLAGS) $(OBJSP) $(LIBS) -o relative-place wresize: $(OBJSR) $(CC) $(CFLAGS) $(OBJSR) $(LIBSg) -o wresize use-map-unmap: $(OBJSM) $(CC) $(CFLAGS) $(OBJSM) $(LIBS) -o use-map-unmap window-stuff-n: $(OBJSN) $(CC) $(CFLAGS) $(OBJSN) $(LIBS) -o window-stuff-n window-stuff.o: ../window-stuff.c $(CC) $(CFLAGS) -c ../window-stuff.c use-map-unmap.o: ../use-map-unmap.c $(CC) $(CFLAGS) -c ../use-map-unmap.c window-stuff-no-banners.o: ../window-stuff-no-banners.c $(CC) $(CFLAGS) -c ../window-stuff-no-banners.c resize-window.o: ../resize-window.c $(CC) $(CFLAGS) -c ../resize-window.c %.o: ../%.c $(CC) -c $(CFLAGS) $< depend: $(ALLSRCS) makedepend $(DEPENDDIRS) $(SRCS) # DO NOT DELETE THIS LINE -- make depend depends on it. window-stuff.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/box.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/button.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/subject.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/message.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/tray.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/shape.h window-stuff.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h window-stuff-no-banners.o: /usr/include/stdio.h window-stuff-no-banners.o: /usr/include/sys/feature_tests.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/box.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/scene.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/interactor.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/defs.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/button.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/subject.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/resource.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/glue.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/shape.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/message.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/tray.h window-stuff-no-banners.o: /mnt/thyme/pkg/InterViews/iv-2.6/src/new/InterViews/world.h