#---*- Makefile -*-------------------------------------------------------------
#$Author: antanas $
#$Revision: 9927 $
#$Date: 2024-04-09 14:42:11 +0300 (Tue, 09 Apr 2024) $
#$URL: svn+ssh://www.crystallography.net/home/coder/svn-repositories/cod-tools/tags/v3.11.0/makefiles/Makefile-backbone $
#------------------------------------------------------------------------------

MAKECONF_FILES = $(sort $(filter-out %~, $(wildcard Makeconf*)))

ifneq ("$(MAKECONF_FILES)","")
include $(MAKECONF_FILES)
endif

all:

clean:

cleanAll distclean: clean

MAKELOCAL_FILES = $(sort $(filter-out %~, $(wildcard Makelocal*)))

ifneq ("$(MAKELOCAL_FILES)","")
include $(MAKELOCAL_FILES)
endif
