summaryrefslogtreecommitdiff
path: root/lib/make/make.post
blob: 9b7481afbf350225bfd6f7711e59cf0d7c58279a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /*@@
#   @file      make.post
#   @date      Mon Jan 18 19:17:14 1999
#   @author    Tom Goodale
#   @desc 
#   Post wrapper after including a make.code.defn file in a
#   subdirectory.  
#   @enddesc 
# @@*/

# This is a simply expanded variable (i.e. :=, rather than =)
# and is used to track all source files

CCTK_SRCS += $(subst /./,/,$(addprefix $(CCTK_THIS_SUBDIR)/, $(SRCS)))