|
@@ -2,7 +2,7 @@ |
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src |
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src |
|
|
|
|
|
|
|
|
all-local: $(noinst_PROGRAMS) |
|
|
all-local: $(noinst_PROGRAMS) |
|
|
for x in $(noinst_PROGRAMS); do \ |
|
|
|
|
|
|
|
|
for x in $(noinst_PROGRAMS:%$(EXEEXT)=%); do \ |
|
|
test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \ |
|
|
test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \ |
|
|
done |
|
|
done |
|
|
|
|
|
|
|
|