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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-06-13
|
245 b
|
12 lines
# Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
TOP=../..
SRC += regcomp.c
SRC += regerror.c
SRC += regexec.c
SRC += regfree.c
include $(TOP)/../makefile.inc
GCC = gcc -O2 -I. -I- -I$(TOP)/../../include $(CFLAGS) -c $<