22 lines
322 B
Makefile
22 lines
322 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
EXTRA_DIST = \
|
|
BICMOS.LIB \
|
|
bicmpd.cir \
|
|
bicmpu.cir \
|
|
clkfeed.cir \
|
|
cmosamp.cir \
|
|
eclinv.cir \
|
|
ecpal.cir \
|
|
foobar \
|
|
gmamp.cir \
|
|
latch.cir \
|
|
ppef.1d.cir \
|
|
ppef.2d.cir \
|
|
readme \
|
|
ringosc.1u.cir \
|
|
ringosc.2u.cir
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|