1 2## Process this file with automake to produce Makefile.in 3 4AUTOMAKE_OPTIONS = 1.4 foreign 5 6# A list of all the files in the current directory which can be regenerated 7 8SUBDIRS = ferite 9 10feincludes_DATA = ferite.h 11 12feincludesdir = $(prefix)/include 13 14EXTRA_DIST = $(feincludes_DATA) 15