equal
deleted
inserted
replaced
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} |