2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
noinst_LTLIBRARIES = libmisc.la
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2001-11-25 19:11:44 +01:00
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
libmisc_la_SOURCES = \
|
2009-04-12 23:08:18 +02:00
|
|
|
getopt_long_bsd.c \
|
|
|
|
|
getopt_bsd.h \
|
2000-04-27 22:03:57 +02:00
|
|
|
alloc.c \
|
|
|
|
|
alloc.h \
|
|
|
|
|
dup2.c \
|
2010-03-25 23:44:37 +01:00
|
|
|
dstring.c \
|
2000-04-27 22:03:57 +02:00
|
|
|
dup2.h \
|
2010-02-25 22:43:03 +01:00
|
|
|
hash.c \
|
2000-04-27 22:03:57 +02:00
|
|
|
ivars.c \
|
|
|
|
|
ivars.h \
|
|
|
|
|
mktemp.c \
|
|
|
|
|
mktemp.h \
|
|
|
|
|
printnum.c \
|
|
|
|
|
printnum.h \
|
|
|
|
|
string.c \
|
|
|
|
|
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 \
|
2010-09-17 18:11:25 +02:00
|
|
|
wlist.c \
|
2004-01-10 22:39:36 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2011-12-27 13:05:51 +01:00
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
2012-07-07 13:18:42 +02:00
|
|
|
AM_CFLAGS = $(STATIC)
|
2000-04-27 22:03:57 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|