1## Process this file with automake to produce Makefile.in
2
3sch_files = \
4	sch/simple_trans.sch \
5	sch/sp_diode.sch \
6	sch/transitest.sch
7
8sym_files = \
9	sym/BJT_transistor_simple.sym \
10	sym/capacitor.sym \
11	sym/current_source.sym \
12	sym/gnd_node.sym \
13	sym/port.sym \
14	sym/resistor.sym \
15	sym/sp_diode.sym \
16	sym/sp_voltage_dependend_capacitor.sym \
17	sym/spice-cs.sym \
18	sym/voltage_source.sym
19
20SUBDIRS = vhdl
21
22EXTRA_DIST = README commonrc gnetlistrc gschemrc gschemrc.orig \
23	$(sch_files) $(sym_files)
24
25MOSTLYCLEANFILES =  core *.log FILE *.ps *~
26CLEANFILES = core *.log FILE *.ps *~
27DISTCLEANFILES = *.log core FILE *~
28MAINTAINERCLEANFILES = core *.log FILE *.ps *~ Makefile.in
29
30