21 lines
376 B
Makefile
21 lines
376 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = diffpair.sh fourbitadder.sh resistor.sh respart.sh
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
config.sh \
|
|
$(TESTS) \
|
|
diffpair.cir \
|
|
diffpair.out \
|
|
fourbitadder.cir \
|
|
fourbitadder.out \
|
|
resistor.cir \
|
|
resistor.out \
|
|
respart.cir \
|
|
respart.out
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|