blob: 203b6cc76be3275472644ecd7879586bacae22c9 [file] [log] [blame]
nethercote4388a402004-09-01 23:20:49 +00001all-local:
tomfb7bcde2005-11-07 15:24:38 +00002 for f in $(noinst_PROGRAMS); do \
3 p=`echo $$f | sed -e 's/^[^-]*-//' -e 's/\..*$$//'`; \
4 n=`echo $$f | sed -e 's/-[^-]\{1,\}-[^-.]\{1,\}//'`; \
5 mkdir -p $(inplacedir)/$$p; \
6 rm -f $(inplacedir)/$$p/$$n; \
7 ln -f -s ../../$(subdir)/$$f $(inplacedir)/$$p/$$n; \
8 done