ngspice/src/misc/Makefile.am

40 lines
741 B
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libmisc.la
2000-04-27 22:03:57 +02:00
2001-11-25 19:11:44 +01: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 \
misc_time.c \
misc_time.h \
wlist.c \
util.c \
util.h
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
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