ARCH = solaris SHELL = /bin/csh # for hpux # CPLUS=g++ # for solaris #CPLUS=/s/gcc-2.7.2/bin/g++ #CPLUS=/s/gcc-2.7.2/sunx86_54/bin/g++ CPLUS=g++ PURELINKEROPT=-collector=g++ CPLUSFLAGS= -O -g -DASCII -DLOGGING -ULABEL -DSUMMARY -Wall #-Wtemplate-debugging #-Wall #-g or # -gstab #-O #-DLABEL: phase4 label record_id -> cluster_id; #-DFILTER: phase4 filter data into subfile per cluster; #-DSUMMARY: phase4 summarize all attributes per cluster as # n, sum(vec x),sum(vec sqr(x)) #-DRECTANGLE : include MBRs in each node; #-DDEBUG : print out more information for debugging purpose; #-DLOGGING : log something for usage. # for hpux # LIBDIR = -L/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.0 # INCLUDES=-I/usr/local/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.7.0/include # for solaris LIBDIR = -L/s/gcc-2.7.2/lib #INCLUDES = -I/s/gcc-2.7.2/lib/g++-include -I/local.blondie.1/BIRCH/AttrProj INCLUDES = -I./AttrProj # for hpux # MAKEDEPEND = make depend # for solaris MAKEDEPEND = g++ -MM #LIBPATH=-L/s/X11/lib #XLIBS=-lXw -lXt -lX11