16 lines
424 B
Makefile
Executable file
16 lines
424 B
Makefile
Executable file
|
|
noinst_LIBRARIES = libunix.a
|
|
|
|
libunix_a_SOURCES = arlib.c dcache.c dirbrk.c rmprq.c ruletab.c runargv.c
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/linux/gnu -I$(top_srcdir)/unix -I$(top_srcdir)/unix/linux
|
|
|
|
#LDADDS = @STRIP_BEGIN@ \
|
|
# -lm \
|
|
# @STRIP_END@
|
|
|
|
#libunix_a_LDFLAGS = -export-dynamic
|
|
|
|
|
|
|