home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / clisp-li.000 / clisp-li / clisp-1996-07-22 / regexp / Makefile < prev    next >
Encoding:
Makefile  |  1996-07-22  |  842 b   |  47 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for CLISP module set regexp
  3.  
  4. CC = gcc -O
  5. CFLAGS = 
  6. INCLUDES=
  7.  
  8. CLISP =
  9.  
  10. LN = ln
  11.  
  12. MAKE = make
  13.  
  14. SHELL = /bin/sh
  15.  
  16. DISTRIBFILES = regexp.o regexi.o regex.o link.sh Makefile README regexp.lsp regexp.texinfo regexp.dvi
  17. distribdir =
  18.  
  19. all : regexp.o regexi.o regex.o
  20.  
  21. regexp.c : regexp.lsp
  22.     $(CLISP) -c regexp.lsp
  23.  
  24. regexp.o : regexp.c
  25.     $(CC) $(CFLAGS) -I$(INCLUDES) -c regexp.c
  26.  
  27. regexi.o : regexi.c regex.h
  28.     $(CC) $(CFLAGS) -c regexi.c
  29.  
  30. regex.o : regex.c regex.h
  31.     $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -c regex.c
  32.  
  33. # Make a module distribution into $(distribdir)
  34. clisp-module-distrib : all force
  35.     mkdir $(distribdir)
  36.     $(LN) $(DISTRIBFILES) $(distribdir)
  37.  
  38. clean : force
  39.     rm -f core *.o *.a
  40.     rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr
  41.  
  42. distclean : clean
  43.     rm -f *.dvi
  44.  
  45. force :
  46.  
  47.