ngspice/src/frontend/parser/Makefile.am

27 lines
425 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 = libparser.la
2000-04-27 22:03:57 +02:00
libparser_la_SOURCES = \
2000-04-27 22:03:57 +02:00
backq.c \
backq.h \
complete.c \
complete.h \
cshpar.c \
cshpar.h \
glob.c \
glob.h \
input.c \
input.h \
lexical.c \
lexical.h \
numparse.c \
numparse.h \
std.c \
unixcom.c \
unixcom.h
2000-04-27 22:03:57 +02:00
AM_CPPFLAGS = -I$(top_srcdir)/src/include
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in