ngspice/src/spicelib/parser/Makefile.am

79 lines
1.2 KiB
Makefile

## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libinp.la
BUILT_SOURCES = inpptree-parser.h
EXTRA_DIST = inpptree-parser-y.h
libinp_la_SOURCES = \
ifeval.c \
ifnewuid.c \
inp2b.c \
inp2c.c \
inp2d.c \
inp2dot.c \
inp2e.c \
inp2f.c \
inp2g.c \
inp2h.c \
inp2i.c \
inp2j.c \
inp2k.c \
inp2l.c \
inp2m.c \
inp2n.c \
inp2o.c \
inp2p.c \
inp2q.c \
inp2r.c \
inp2s.c \
inp2t.c \
inp2u.c \
inp2v.c \
inp2w.c \
inp2y.c \
inp2z.c \
inpaname.c \
inpapnam.c \
inpcfix.c \
inpdomod.c \
inpdoopt.c \
inpdpar.c \
inperrc.c \
inperror.c \
inpeval.c \
inpfindl.c \
inpfindv.c \
inpgmod.c \
inpgstr.c \
inpgtitl.c \
inpgtok.c \
inpgval.c \
inpkmods.c \
inplist.c \
inplkmod.c \
inpmkmod.c \
inpmktmp.c \
inppas1.c \
inppas1.h \
inppas2.c \
inppas2.h \
inppas3.c \
inppas3.h \
inppas4.c \
inppas4.h \
inppname.c \
inpptree.c \
inpptree-parser.y \
inpsymt.c \
inptyplk.c \
ptfuncs.c \
sperror.c \
inpxx.h
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
AM_CFLAGS = $(STATIC)
AM_YFLAGS = -d
MAINTAINERCLEANFILES = Makefile.in