1noinst_LIBRARIES = libestdraft.a 2libestdraft_a_SOURCES = ../estdraft.c ../estdraft.h 3libestdraft_a_CPPFLAGS = -I.. 4 5# override "distclean" to workaround an automake's bug? 'distclean' tries 6# to remove ../.dep, but it still has files for ../mailestd. 7distclean: distclean-am 8 -rm -f GNUmakefile 9