makefile.include 216 Bytes
Newer Older
1 2 3 4
# makefile.include for kbool
.cpp.o:
	g++ -c -Wall -O2 -I../include -o $@ $*.cpp

5 6 7 8 9 10 11 12 13 14
OBJECTS =\
    booleng.o\
    graph.o\
    graphlst.o\
    line.o\
    link.o\
    lpoint.o\
    node.o\
    record.o\
    scanbeam.o