home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / LineMode / unix / Makefile next >
Encoding:
Makefile  |  1992-11-15  |  771 b   |  34 lines

  1. #  Make WWW under unix
  2. #
  3. #   This is a generic version. If you copy it and adapt it for
  4. #   a new architecure, please mail the diffs mack to www-bug@info.cern.ch
  5. #
  6. # For W3 distribution, machine type for subdirectories
  7. WWW_MACH = unix
  8.  
  9. # For ASIS installation, the ASIS code for the machine/os
  10. ASIS_MACH = hardware/os
  11.  
  12. CFLAGS = -I$(CMN) -I$(LM) -DDEBUG
  13. #CFLAGS = -I$(CMN) -I$(LM) -Wall -g -DDEBUG
  14. CC = cc
  15. #LFLAGS = -lresolv
  16. LFLAGS =
  17.  
  18.  
  19. # Directory for installed binary:
  20. BINDIR = /usr/local/bin
  21.  
  22. #_________________ OK if normal W3 distribution
  23. # Where is the WWW source root?
  24. WWW = ../..
  25.  
  26. #  Where should temporary (object) files go?
  27. WTMP = /tmp
  28.  
  29.  
  30. # Where is the W3 object library?
  31. LIBDIR = $(WWW)/Library/$(WWW_MACH)
  32.  
  33. include $(WWW)/LineMode/Implementation/CommonMakefile
  34.