Subversion Repositories DevTools

Rev

Rev 303 | Rev 2054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 321
Line 154... Line 154...
154
###############################################################################
154
###############################################################################
155
# Support macros
155
# Support macros
156
###############################################################################
156
###############################################################################
157
#
157
#
158
 
158
 
-
 
159
#..	Invoke RunTime support operations
-
 
160
#
-
 
161
#	Usage:
-
 
162
#		$(JatsRunTime) function_name -- args
-
 
163
#       Notes:
-
 
164
#		Don't use " to quote arguments as it will invoke a shell
-
 
165
#		under windows (and others). This can only slow it down.
-
 
166
#		Using ' is OK
-
 
167
#
-
 
168
define	JatsRunTime
-
 
169
    $(GBE_PERL) -Mjats_runtime -e
-
 
170
endef
-
 
171
 
159
#.. Remove files contained within the specified list
172
#.. Remove files contained within the specified list
160
#
173
#
161
#   Usage:      $(call RmFiles,VARIABLE_NAME)
174
#   Usage:      $(call RmFiles,VARIABLE_NAME)
162
#
175
#
163
define RmFiles
176
define RmFiles