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.
18 lines
333 B
18 lines
333 B
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = diffpair.sh fourbitadder.sh resistor.sh
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
config.sh \
|
|
$(TESTS) \
|
|
diffpair.cir \
|
|
diffpair.out \
|
|
fourbitadder.cir \
|
|
fourbitadder.out \
|
|
resistor.cir \
|
|
resistor.out
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|