ngspice/src/misc/Makefile.am

31 lines
470 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
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 \
terminal.c \
terminal.h \
2000-04-27 22:03:57 +02:00
tilde.c \
tilde.h \
misc_time.c \
2000-04-27 22:03:57 +02:00
misc_time.h
INCLUDES = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in