Those files should not be cleaned using the standard distclean or clean
rules, because they "may require special tools to rebuild" and thus
should be kept, especially in released tree.
They should only be removed inmaintainer mode (but a "git clean -dX"
will remove them too!).
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
CLEANFILES =
DISTCLEANFILES =
+MAINTAINERCLEANFILES =
BUILT_SOURCES =
#===============================================================================
libs/parser/lconf.c
# Still, .c files generated from .y files are not cleaned by default,
# so yconf.c must be explicitly listed:
-CLEANFILES += \
+MAINTAINERCLEANFILES += \
libs/parser/hconf.c \
libs/parser/lconf.c \
libs/parser/yconf.c