34 lines
535 B
Makefile
34 lines
535 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libciderinput.a
|
|
|
|
libciderinput_a_SOURCES = \
|
|
bdryset.c \
|
|
boundary.c \
|
|
cards.c \
|
|
contact.c \
|
|
contset.c \
|
|
domain.c \
|
|
domnset.c \
|
|
doping.c \
|
|
dopset.c \
|
|
elctset.c \
|
|
electrod.c \
|
|
material.c \
|
|
matlset.c \
|
|
mesh.c \
|
|
meshset.c \
|
|
method.c \
|
|
mobility.c \
|
|
mobset.c \
|
|
models.c \
|
|
modlset.c \
|
|
options.c \
|
|
outpset.c \
|
|
output.c
|
|
|
|
|
|
EXTRA_DIST = readme
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|