Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Makefile for lib/regex.
|
||||
|
||||
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
|
||||
|
||||
LIBRARIES = libc
|
||||
|
||||
libc_OBJECTS = \
|
||||
regcomp.o \
|
||||
regerror.o \
|
||||
regexec.o \
|
||||
regfree.o \
|
||||
|
||||
include ../Makefile.inc
|
||||
13
lib/regex/Makefile.in
Normal file
13
lib/regex/Makefile.in
Normal file
@@ -0,0 +1,13 @@
|
||||
# Makefile for lib/regex.
|
||||
|
||||
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
||||
|
||||
LIBRARIES=libc
|
||||
|
||||
libc_FILES=" \
|
||||
regcomp.c \
|
||||
regerror.c \
|
||||
regexec.c \
|
||||
regfree.c"
|
||||
|
||||
TYPE=both
|
||||
Reference in New Issue
Block a user