minix/lib/regex/Makefile

14 lines
178 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for lib/regex.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
LIBRARIES = libc
2005-04-21 16:53:53 +02:00
libc_OBJECTS = \
regcomp.o \
regerror.o \
regexec.o \
regfree.o \
2005-04-21 16:53:53 +02:00
include ../Makefile.inc