summaryrefslogtreecommitdiff
path: root/lib/make/make.post
blob: 32d64bedff532104b7efd6e21265eaca26959520 (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 += $(addprefix $(CCTK_THIS_SUBDIR)/, $(SRCS))