Revised source dependencies

This commit is contained in:
Michiel Broek
2002-06-30 12:48:44 +00:00
parent f2ad132b99
commit 8995db5796
270 changed files with 801 additions and 288 deletions

View File

@@ -57,7 +57,7 @@ depend:
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
# Dependencies generated by make depend
mutil.o: ../lib/libs.h common.h mutil.h
mbmon.o: ../lib/libs.h common.h mutil.h
common.o: ../lib/libs.h common.h
mutil.o: ../config.h ../lib/libs.h ../lib/memwatch.h common.h mutil.h
mbmon.o: ../config.h ../lib/libs.h ../lib/memwatch.h common.h mutil.h
common.o: ../config.h ../lib/libs.h ../lib/memwatch.h common.h
# End of generated dependencies

View File

@@ -28,7 +28,9 @@
* Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*****************************************************************************/
#include "../config.h"
#include "../lib/libs.h"
#include "../lib/memwatch.h"
#include <sys/un.h>
#include "common.h"

View File

@@ -29,7 +29,9 @@
* Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*****************************************************************************/
#include "../config.h"
#include "../lib/libs.h"
#include "../lib/memwatch.h"
#include "common.h"
#include "mutil.h"

View File

@@ -28,7 +28,9 @@
* Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*****************************************************************************/
#include "../config.h"
#include "../lib/libs.h"
#include "../lib/memwatch.h"
#include "common.h"
#include "mutil.h"