Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 517 → Rev 518

/video-contact-sheet/branches/1.13/tests/GNUmakefile
0,0 → 1,25
# $Id$
 
VCS:=../vcs
extract=sed -n "/$*()"'/,/^}$$/p' "$(VCS)"
 
 
all: get_interval
 
constants.inc.bash:
sed -n '/{{{ # Constants/,/}}}/p' "$(VCS)" > $@
 
get_interval: $(addsuffix .func.bash,get_interval trace error is_number tolower) \
$(addsuffix .inc.bash,constants)
{ \
echo '#!/bin/bash' ; \
for req in $^; do \
echo "source $$req" ; \
done ; \
}
%.func.bash:
$(extract) >$@
 
clean:
$(RM) *.func.bash *.inc.bash
 
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property