ngspice/src/misc/Makefile.am

41 lines
735 B
Makefile
Raw Normal View History

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