You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
376 B
20 lines
376 B
## 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
|