2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2005-05-21 15:37:31 +02:00
|
|
|
## $Id$
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libmisc.a
|
|
|
|
|
|
2001-11-25 19:11:44 +01:00
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
libmisc_a_SOURCES = \
|
2001-11-25 19:11:44 +01:00
|
|
|
getopt1.c \
|
|
|
|
|
getopt.c \
|
|
|
|
|
getopt.h \
|
2000-04-27 22:03:57 +02:00
|
|
|
alloc.c \
|
|
|
|
|
alloc.h \
|
|
|
|
|
dup2.c \
|
|
|
|
|
dup2.h \
|
|
|
|
|
ivars.c \
|
|
|
|
|
ivars.h \
|
|
|
|
|
mktemp.c \
|
|
|
|
|
mktemp.h \
|
|
|
|
|
printnum.c \
|
|
|
|
|
printnum.h \
|
|
|
|
|
string.c \
|
2001-02-11 01:47:21 +01:00
|
|
|
stringutil.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 \
|
2004-01-10 22:39:36 +01:00
|
|
|
wlist.c \
|
|
|
|
|
util.c \
|
|
|
|
|
util.h
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2001-12-05 22:33:25 +01:00
|
|
|
## Note that the getopt files get compiled unconditionnaly but some
|
|
|
|
|
## magic #define away the body of their own code if the compilation environment
|
|
|
|
|
## provides an implementation of its own (like GNU libc)
|
2001-11-25 19:11:44 +01:00
|
|
|
|
|
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
2008-08-24 19:12:50 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
2000-04-27 22:03:57 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|