8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
|
## Process this file with automake
|
||
|
|
|
||
|
|
EXTRA_DIST = notes
|
||
|
|
|
||
|
|
SUBDIRS = input support oned twod
|
||
|
|
|
||
|
|
MAINTAINERCLEANFILES = Makefile.in
|