# $Id$ TARGETS = softHSM libhsm libksm enforcer signer auditor xml hsmbully . all: install: @for dir in $(TARGETS); do \ target=../../$$dir/acinclude.m4; \ echo "copying common m4 macros to $$target"; \ echo "#### N.B.: DO NOT EDIT THIS FILE - IT IS AUTOGENERATED" \ > $$target; \ echo "" >>$$target; \ cat *.m4 >> $$target; \ done sync: @for dir in $(TARGETS); do \ target=../$$dir/acinclude.m4; \ echo svn commit -m sync $$target; \ done