diff options
Diffstat (limited to 'dmake/unix/Makefile.am')
-rwxr-xr-x | dmake/unix/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dmake/unix/Makefile.am b/dmake/unix/Makefile.am new file mode 100755 index 000000000000..e92c23ae9275 --- /dev/null +++ b/dmake/unix/Makefile.am @@ -0,0 +1,7 @@ + +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@ |