home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / osf / Makefile
Encoding:
Makefile  |  1995-06-28  |  388 b   |  24 lines

  1. #    Platform-specific Makefile for W3 Library    (decstation)
  2. #    -----------------------------------------
  3. #
  4.  
  5. WWW = ../..
  6.  
  7. #  Where should temporary (object) files go?
  8. WTMP = ../..
  9.  
  10.  
  11. #CFLAGS = 
  12. CFLAGS = -DSYS5 
  13. CC = cc -g
  14. #LFLAGS =
  15. LFLAGS = 
  16.  
  17. ASIS_MACH = alpha/osf1
  18. WWW_MACH = osf
  19.  
  20. # Directory for installed binary:
  21. LIBDIR = /usr/local/lib
  22.  
  23. include $(WWW)/Library/Implementation/CommonMakefile
  24.