Makefile
changeset 1 5ef6ffc1bc7f
parent 0 56281d90869c
child 3 38269b62d856
equal deleted inserted replaced
0:56281d90869c 1:5ef6ffc1bc7f
    14 	@g++ -c ${CFLAGS} walker.cxx
    14 	@g++ -c ${CFLAGS} walker.cxx
    15 
    15 
    16 #magi.o: magi.cxx walker.h
    16 #magi.o: magi.cxx walker.h
    17 #	@g++ -c ${CFLAGS} magi.cxx
    17 #	@g++ -c ${CFLAGS} magi.cxx
    18 
    18 
    19 scan.o: scan.cxx magi.h
    19 scan.o: walker.h scan.cxx
    20 	@g++ -c ${CFLAGS} scan.cxx
    20 	@g++ -c ${CFLAGS} scan.cxx
    21 
    21 
    22 
    22 
    23 cos-dbupdate: cos-dbupdate.cxx
    23 cos-dbupdate: cos-dbupdate.cxx
    24 	g++ -O0 -g cos-dbupdate.cxx -o cos-dbupdate ${CFLAGS} ${LDFLAGS}
    24 	g++ -O0 -g cos-dbupdate.cxx -o cos-dbupdate ${CFLAGS} ${LDFLAGS}