#-- start of cleanup_header --------------

clean :: ${CONSTITUENT}clean
	@cd .

#------------------------------------------------------------------------
#        Temporary hack to deal with missing files
#        and to avoid infinite loops in make. However, this must be seen as a ugly hack
#        since it considers an Atlas use case with config.h.in. This hack is
#        harmless to any user of this special file though.
# =====> the .DEFAULT target should eventually complete disappear
#------------------------------------------------------------------------

.DEFAULT::
	@if echo $@ | grep config.h.in ; then exit 0; else exit 1; fi

##@echo Using default action for $@


${CONSTITUENT}clean ::
#-- end of cleanup_header ---------------
