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

  1. #  Make WWW for apollo   NOTE WWW macro changed for unwritable source tree **
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = apollo_m68k
  6.  
  7. # For ASIS installation, the ASIS code for the machine/os
  8. ASIS_MACH = apollo-68k/sr-10.3
  9.  
  10.  
  11. CFLAGS =  -g  -DDEBUG
  12. LFLAGS =
  13. CC = cc
  14. LFLAGS =
  15.  
  16. # Directory for installed binary:
  17. BINDIR = /usr/local/bin
  18.  
  19.  
  20.  
  21. #_________________ OK if normal W3 distribution
  22. # Where is the WWW source root?
  23. WWW = ../..
  24. #WWW = /user/timbl/hypertext/WWW
  25.  
  26. #  Where should temporary (object) files go?
  27. WTMP = ../..
  28.  
  29.  
  30. # Where is the W3 object library?
  31. # LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  32. LIBDIR = /tmp/WWWLibrary_Build
  33.  
  34. include $(WWW)/Library/Implementation/CommonMakefile
  35.  
  36.  
  37.  
  38.  
  39.