2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libmisc.a
|
|
|
|
|
|
|
|
|
|
libmisc_a_SOURCES = \
|
|
|
|
|
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 \
|
|
|
|
|
string.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-04-27 22:03:57 +02:00
|
|
|
misc_time.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|