1## Makefile.am -- Process this file with automake to produce Makefile.in
2
3SUBDIRS = libdev
4
5include $(top_srcdir)/Makefile.common
6
7DISTCLEANFILES = a.cod a.hex a.lst pics.supported
8
9distclean-local:
10	rm -rf ./.checkdevices ./autom4te.cache
11