1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
#---*- Makefile -*-------------------------------------------------------------
#$Author: antanas $
#$Revision: 4632 $
#$Date: 2016-05-02 16:15:40 +0300 (Pr, 02 geg. 2016) $
#$URL: svn://www.crystallography.net/cod-tools/tags/v2.3/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/
|