Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# Makefile for lib/util.
|
||||
|
||||
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
|
||||
|
||||
LIBRARIES = libutil
|
||||
|
||||
libutil_OBJECTS = \
|
||||
openpty.o
|
||||
|
||||
include ../Makefile.inc
|
||||
9
lib/util/Makefile.in
Normal file
9
lib/util/Makefile.in
Normal file
@@ -0,0 +1,9 @@
|
||||
# Makefile for lib/util.
|
||||
|
||||
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
||||
|
||||
LIBRARIES=libutil
|
||||
|
||||
libutil_FILES=openpty.c
|
||||
|
||||
TYPE=both
|
||||
Reference in New Issue
Block a user