office-gobmx/dmake/unix/Makefile.am

14 lines
353 B
Text
Raw Normal View History

2001-04-23 05:06:26 -05:00
noinst_LIBRARIES = libunix.a
2002-07-11 02:53:35 -05:00
libunix_a_SOURCES = arlib.c dcache.c dirbrk.c rmprq.c ruletab.c runargv.c tempnam.c
2001-04-23 05:06:26 -05:00
2002-07-11 02:53:35 -05:00
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/@OS_VERSION@/gnu -I$(top_srcdir)/unix -I$(top_srcdir)/unix/@OS_VERSION@
2001-04-23 05:06:26 -05:00
CFLAGS = -O
2002-07-11 02:53:35 -05:00
2001-04-23 05:06:26 -05:00