CXX=@CXX@ CPPFLAGS=@CPPFLAGS@ CFLAGS=@CFLAGS@ OBJ_DUMPER=img.o dumper.o util.o tre.o subfile.o lbl.o rgn.o point.o \ bstream.o poly.o net.o .SUFFIXES: .cc .o .cc.o: $(CXX) -c $< $(CPPFLAGS) $(CFLAGS) dumper: $(OBJ_DUMPER) $(CXX) -o $@ $(OBJ_DUMPER) clean: rm -f *.o *.core core dumper distclean: clean rm -f config.h configure.lineno config.log config.status Makefile # DO NOT DELETE base.o: base.h bstream.o: bstream.h dumper.o: img.h imgtypes.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h dumper.o: net.h img.o: img.h imgtypes.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h img.o: util.h lbl.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h lbl.o: util.h net.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h net.o: util.h point.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h point.o: util.h poly.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h poly.o: util.h rgn.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h rgn.o: util.h subfile.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h subfile.o: net.h util.h tre.o: imgtypes.h img.h subfile.h tre.h lbl.h rgn.h elems.h bstream.h net.h tre.o: util.h util.o: imgtypes.h util.h