home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / mcast / part01 / man / Makefile next >
Makefile  |  1993-04-06  |  605b  |  26 lines

  1. #
  2. # $Header: /u0/casey/src/mcast/man/RCS/Makefile,v 1.1 92/10/16 18:22:55 casey Exp $
  3. #
  4.           TOP = ..
  5.        CURDIR = ./man
  6.  
  7. .DEFAULT:
  8.     @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
  9.         -f $(TOP)/config/Makefile.config \
  10.         -f ./Makefile.tmpl \
  11.         -f $(TOP)/config/Makefile.std \
  12.         $@
  13.  
  14. .c.o:
  15.     @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
  16.         -f $(TOP)/config/Makefile.config \
  17.         -f ./Makefile.tmpl \
  18.         -f $(TOP)/config/Makefile.std \
  19.         $@
  20.  
  21. all:
  22.     @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
  23.         -f $(TOP)/config/Makefile.config \
  24.         -f ./Makefile.tmpl \
  25.         -f $(TOP)/config/Makefile.std
  26.