home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
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
|
1994-11-08
|
268 b
|
21 lines
#
# This is Makefile of GNU regex.
#
TOPDIR=..
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
#override PIC_OPT_CFLAGS= -fPIC -O1
DIRS:=
SRCS = regex.c # rx.c
SRCS = rx.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIAESE=
include $(TOPDIR)/Maketargets