home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Tools / tables / compat / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  1.2 KB  |  67 lines

  1. # PP compatability routines
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Tools/tables/compat/RCS/Makefile,v 6.0 1991/12/18 20:33:35 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:33:35  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =
  21. OBJS =
  22. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  23.  
  24. HEADERS         = ../../../h
  25. CFLAGS          = $(CCOPTIONS) -I$(HEADERS)
  26. LDFLAGS         = $(LDOPTIONS)
  27.  
  28.  
  29.  
  30. ############################################################
  31. #
  32. # Building Rules
  33. #
  34. ############################################################
  35.  
  36.  
  37. PROGS =
  38.  
  39. default:        all
  40.  
  41. all:            ${PROGS}
  42.  
  43. install:    ;
  44.  
  45. clean:          tidy
  46.         rm -f *.temp $(OBJS) $(PROGS)
  47.  
  48. tidy:
  49.         rm -f *.old *.BAK *.OUT
  50.  
  51. depend: ;
  52. define: ;
  53.  
  54.  
  55. ############################################################
  56. #
  57. # End of building rules
  58. #
  59. ############################################################
  60.  
  61. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  62. # Dependencies follow
  63.  
  64. # DEPENDENCIES MUST END AT END OF FILE
  65. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  66. # see make depend above
  67.