- Enabled the dependency check for the storage drivers.

svn path=/trunk/; revision=9652
This commit is contained in:
Hartmut Birr 2004-06-10 08:20:20 +00:00
parent 5f843bef93
commit 00df170a8a
6 changed files with 29 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.3 2003/11/13 14:17:51 ekohl Exp $
# $Id: makefile,v 1.4 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -14,8 +14,12 @@ TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Werror -Wall
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.3 2003/11/13 14:18:26 ekohl Exp $
# $Id: makefile,v 1.4 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -14,8 +14,12 @@ TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Werror -Wall
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.5 2003/11/13 14:18:53 ekohl Exp $
# $Id: makefile,v 1.6 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -12,6 +12,12 @@ TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Werror -Wall
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.7 2004/03/31 03:39:12 jimtabor Exp $
# $Id: makefile,v 1.8 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -14,8 +14,12 @@ TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Werror -Wall
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 2003/11/13 15:24:14 ekohl Exp $
# $Id: Makefile,v 1.3 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -14,8 +14,12 @@ TARGET_OBJECTS = $(TARGET_NAME).o diskdump_helper.o
TARGET_CFLAGS = -Werror -Wall
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.7 2004/06/07 16:37:07 hbirr Exp $
# $Id: makefile,v 1.8 2004/06/10 08:20:20 hbirr Exp $
PATH_TO_TOP = ../../..
@ -20,3 +20,4 @@ include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF