13 lines
353 B
Makefile
Executable file
13 lines
353 B
Makefile
Executable file
|
|
noinst_LIBRARIES = libunix.a
|
|
|
|
libunix_a_SOURCES = arlib.c dcache.c dirbrk.c rmprq.c ruletab.c runargv.c tempnam.c
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/@OS_VERSION@/gnu -I$(top_srcdir)/unix -I$(top_srcdir)/unix/@OS_VERSION@
|
|
|
|
|
|
CFLAGS = -O
|
|
|
|
|
|
|