ARC: For signing, accept A-R header lacking ARC info as equivalent to "none"
[exim.git] / src / src / routers / Makefile
index 5e8ddeebc0acdf460ad0efdad8ceedf5202d5adb..8f2432d5eb58356b88db293364072b2eba60c399 100644 (file)
@@ -1,5 +1,3 @@
-# $Cambridge: exim/src/src/routers/Makefile,v 1.1 2004/10/07 13:10:02 ph10 Exp $
-
 # Make file for building a library containing all the available routers and
 # calling it routers.a. This is called from the main make file, after cd'ing
 # to the directors subdirectory. The library also contains functions that
@@ -14,13 +12,14 @@ OBJ = accept.o dnslookup.o ipliteral.o iplookup.o manualroute.o \
       rf_set_ugid.o
 
 routers.a:       $(OBJ)
-                /bin/rm -f routers.a
-                $(AR) routers.a $(OBJ)
+                @$(RM_COMMAND) -f routers.a
+                @echo "$(AR) routers.a"
+                @$(AR) routers.a $(OBJ)
                 $(RANLIB) $@
-                /bin/rm -rf ../drtables.o
 
 .SUFFIXES:       .o .c
-.c.o:;           $(CC) -c $(CFLAGS) $(INCLUDE) $*.c
+.c.o:;           @echo "$(CC) $*.c"
+                $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) $*.c
 
 rf_change_domain.o:      $(HDRS) rf_change_domain.c      rf_functions.h
 rf_expand_data.o:        $(HDRS) rf_expand_data.c        rf_functions.h