home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / regex / makefile < prev    next >
Encoding:
Makefile  |  1995-06-13  |  245 b   |  12 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += regcomp.c
  5. SRC += regerror.c
  6. SRC += regexec.c
  7. SRC += regfree.c
  8.  
  9. include $(TOP)/../makefile.inc
  10.  
  11. GCC = gcc -O2 -I. -I- -I$(TOP)/../../include $(CFLAGS) -c $<
  12.