~ubuntu-branches/ubuntu/hardy/exim4/hardy-proposed

« back to all changes in this revision

Viewing changes to src/routers/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-07-02 06:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050702060834-qk17pd52kb9nt3bj
Tags: 4.52-1
* new upstream version 4.51. (mh)
  * adapt 70_remove_exim-users_references
  * remove 37_gnutlsparams
  * adapt 36_pcre
  * adapt 31_eximmanpage
* fix package priorities to have them in sync with override again. (mh)
* Fix error in nb (Norwegian) translation.
  Thanks to Helge Hafting. (mh). Closes: #315775
* Standards-Version: 3.6.2, no changes needed. (mh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Cambridge: exim/exim-src/src/routers/Makefile,v 1.2 2005/05/17 09:53:35 ph10 Exp $
 
2
 
1
3
# Make file for building a library containing all the available routers and
2
4
# calling it routers.a. This is called from the main make file, after cd'ing
3
5
# to the directors subdirectory. The library also contains functions that
12
14
      rf_set_ugid.o
13
15
 
14
16
routers.a:       $(OBJ)
15
 
                 /bin/rm -f routers.a
16
 
                 $(AR) routers.a $(OBJ)
 
17
                 @/bin/rm -f routers.a
 
18
                 @echo "$(AR) routers.a"
 
19
                 @$(AR) routers.a $(OBJ)
17
20
                 $(RANLIB) $@
18
 
                 /bin/rm -rf ../drtables.o
 
21
                 @/bin/rm -rf ../drtables.o
19
22
 
20
23
.SUFFIXES:       .o .c
21
 
.c.o:;           $(CC) -c $(CFLAGS) $(INCLUDE) $*.c
 
24
.c.o:;           @echo "$(CC) $*.c"
 
25
                 $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) $*.c
22
26
 
23
27
rf_change_domain.o:      $(HDRS) rf_change_domain.c      rf_functions.h
24
28
rf_expand_data.o:        $(HDRS) rf_expand_data.c        rf_functions.h