Removed memwatch debugger
This commit is contained in:
@@ -7,7 +7,6 @@ include ../Makefile.global
|
||||
SRCS = mutil.c mbmon.c common.c proglock.c
|
||||
HDRS = mutil.h mbmon.h common.h proglock.h
|
||||
OBJS = mutil.o mbmon.o common.o proglock.o
|
||||
LIBS += ../lib/libmemwatch.a
|
||||
OTHER = Makefile
|
||||
|
||||
#############################################################################
|
||||
@@ -57,8 +56,8 @@ depend:
|
||||
|
||||
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
|
||||
# Dependencies generated by make depend
|
||||
mutil.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h mutil.h
|
||||
mbmon.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h mutil.h
|
||||
common.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h common.h
|
||||
proglock.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h
|
||||
mutil.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h mutil.h
|
||||
mbmon.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h mutil.h
|
||||
common.o: ../config.h ../lib/libs.h ../lib/mberrors.h common.h
|
||||
proglock.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h
|
||||
# End of generated dependencies
|
||||
|
Reference in New Issue
Block a user