14 lines
267 B
Makefile
14 lines
267 B
Makefile
MAINTAINERCLEANFILES=Makefile.in stamp-h.in
|
|
|
|
noinst_HEADERS = \
|
|
config-internal-autotools.h
|
|
|
|
nodist_noinst_HEADERS = \
|
|
config.h \
|
|
config-internal-compiler.h
|
|
|
|
DISTCLEANFILES = \
|
|
config-internal-autotools.h \
|
|
config-internal-compiler.h \
|
|
config-public-compiler.h
|