1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
#---*- Makefile -*-------------------------------------------------------------
#$Author: antanas $
#$Revision: 7425 $
#$Date: 2019-11-15 20:10:14 +0200 (Fri, 15 Nov 2019) $
#$URL: svn+ssh://www.crystallography.net/home/coder/svn-repositories/cod-tools/tags/v3.7.0/makefiles/Makeconfig-subdirs-example $
#------------------------------------------------------------------------------
#*
# A Makefile configuration to declare directories that must be visited
# first by the Makefile-subdirs
#**
# This Makeconfig defines the FIRST variable that lists directories to
# be visited first of all by the Makefile-subdirs. The directory names
# *must* contain the trailing slash ("/"), otherwise they will not be
# filtered out correctly:
FIRST = f2mtz/
|