1998-10-08 18:40:27 +08:00
|
|
|
# Makefile for misc library.
|
|
|
|
|
1999-01-20 07:54:30 +08:00
|
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
1998-10-08 18:40:27 +08:00
|
|
|
|
2005-01-24 04:44:57 +08:00
|
|
|
INCLUDES = -I. -I$(top_srcdir) @INCPATH@
|
1998-10-11 23:19:55 +08:00
|
|
|
|
1998-10-08 18:40:27 +08:00
|
|
|
EXTRA_DIST = \
|
1999-09-20 23:35:08 +08:00
|
|
|
alloca.c basename.c err.c error.c \
|
|
|
|
fakefork.c fnmatch.c getcwd.c getmntent.c \
|
2000-03-10 02:13:02 +08:00
|
|
|
getwd.c glob.c memcmp.c \
|
1999-09-20 23:35:08 +08:00
|
|
|
mktime.c myrealloc.c putenv.c realpath.c \
|
2001-01-04 04:19:27 +08:00
|
|
|
setenv.c stpcpy.c stpncpy.c \
|
|
|
|
strcspn.c strdup.c strerror.c \
|
1999-09-27 07:46:42 +08:00
|
|
|
strftime.c strcspn.c strstr.c strtol.c \
|
|
|
|
strtoul.c
|
1998-10-08 18:40:27 +08:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2000-08-28 09:50:45 +08:00
|
|
|
err.h error.h fnmatch.h glob.h
|
1998-10-09 02:49:59 +08:00
|
|
|
|
1999-01-26 03:46:40 +08:00
|
|
|
noinst_LIBRARIES = libmisc.a
|
1998-10-08 18:40:27 +08:00
|
|
|
|
1999-01-26 03:46:40 +08:00
|
|
|
libmisc_a_SOURCES =
|
1998-10-08 18:40:27 +08:00
|
|
|
|
1999-01-26 03:46:40 +08:00
|
|
|
libmisc_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
|
|
libmisc_a_DEPENDENCIES = $(libmisc_a_LIBADD)
|