home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / procmail / part01 / procmail280 / src / Makefile < prev    next >
Makefile  |  1993-02-05  |  322b  |  17 lines

  1. #$Id: Makefile,v 1.3 1992/11/11 13:58:39 berg Exp $
  2.  
  3. HIDEMAKE=$(MAKE)
  4.  
  5. all: init
  6.     $(HIDEMAKE) make $@
  7.  
  8. # The only real thing that can be made right now is:
  9.  
  10. init:
  11.     cd ..; $(MAKE) make init
  12.  
  13. Makefile makefile Makefiles makefiles: init
  14.  
  15. procmail lockfile formail mailstat ../autoconf.h autoconf.h: init
  16.     $(HIDEMAKE) make $@
  17.