2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libmisc.a
|
|
|
|
|
|
|
|
|
|
libmisc_a_SOURCES = \
|
2001-04-17 15:35:52 +02:00
|
|
|
@GETOPTSRC@ \
|
2000-04-27 22:03:57 +02:00
|
|
|
alloc.c \
|
|
|
|
|
alloc.h \
|
|
|
|
|
dup2.c \
|
|
|
|
|
dup2.h \
|
|
|
|
|
ivars.c \
|
|
|
|
|
ivars.h \
|
|
|
|
|
missing_math.c \
|
|
|
|
|
missing_math.h \
|
|
|
|
|
mktemp.c \
|
|
|
|
|
mktemp.h \
|
|
|
|
|
printnum.c \
|
|
|
|
|
printnum.h \
|
|
|
|
|
string.c \
|
2001-02-11 01:47:21 +01:00
|
|
|
stringutil.h \
|
2000-05-13 12:15:32 +02:00
|
|
|
terminal.c \
|
|
|
|
|
terminal.h \
|
2000-04-27 22:03:57 +02:00
|
|
|
tilde.c \
|
|
|
|
|
tilde.h \
|
2000-05-13 12:15:32 +02:00
|
|
|
misc_time.c \
|
2000-07-18 20:07:16 +02:00
|
|
|
misc_time.h \
|
2001-04-17 15:35:52 +02:00
|
|
|
wlist.c
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|