diff packages/pkgconf/makrules.src @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents 3111d98ba7b3
children 1d7f19c9e4d1
line wrap: on
line diff
--- a/packages/pkgconf/makrules.src
+++ b/packages/pkgconf/makrules.src
@@ -23,7 +23,7 @@
 # September 30, 1998.
 # 
 # The Initial Developer of the Original Code is Cygnus.  Portions created
-# by Cygnus are Copyright (C) 1998 Cygnus Solutions.  All Rights Reserved.
+# by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions.  All Rights Reserved.
 # -------------------------------------------
 #
 #####COPYRIGHTEND####
@@ -40,6 +40,9 @@ VPATH        := . $(COMPONENT_REPOSITORY
 # from the list of source files. OTHER_OBJS and OTHER_DEPS are
 # provided as an escape mechanism, as is OTHER_TARGETS.
 
+COMPILE      += $(DRIVERS)
+DRIVER_DEPS  := $(DRIVERS:.c=.D)
+OTHER_TARGETS += $(DRIVER_DEPS)
 OBJECTS      := $(COMPILE:.cxx=.o)
 OBJECTS      := $(OBJECTS:.c=.o)
 OBJECTS      := $(OBJECTS:.S=.o)
@@ -77,7 +80,7 @@ endif
 
 
 # Updating the library involves using ar with any object files that
-# have been rebuilt. After any s
+# have been rebuilt.
 
 $(LIBRARY).stamp: $(OBJECTS)
 ifneq ($(strip $(OBJECTS)),)
@@ -85,7 +88,6 @@ ifneq ($(strip $(OBJECTS)),)
 endif
 	$(TOUCH) $@
 
-
 # The clean target cleans up the intermediate files, any object
 # files, and any dependency files.