ACLOCAL_AMFLAGS = -I m4
# The list of subdirectories containing Makefiles.
-SUBDIRS = m4 po
+SUBDIRS = m4 . po
# The list of programs that are built.
bin_PASCALPROGRAMS = hello
all-local: hello$(EXEEXT)
# How to build the 'hello' program.
-hello$(EXEEXT) hello.rst: $(hello_SOURCES)
+hello$(EXEEXT) hello.rsj: $(hello_SOURCES)
LOCALEDIR='@localedir@' $(PPC) $(hello_SOURCES)
install-exec-local: all-local
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello$(EXEEXT)
-# Distribute the RST file because it's needed to generate POT files and can
+# Distribute the RSJ file because it's needed to generate POT files and can
# only be rebuilt on those platforms to which the Pascal compiler is ported.
-EXTRA_DIST += hello.rst
+EXTRA_DIST += hello.rsj
# The list of auxiliary files generated during the compilation.
CLEANFILES = hello.o hello$(EXEEXT)
AM_INIT_AUTOMAKE(hello-pascal, 0)
dnl Check for availability of the Free Pascal Compiler.
-AC_PATH_PROG(PPC, ppc386)
+AC_PATH_PROGS(PPC, ppc386 ppcx64)
if test -z "$PPC"; then
- echo "*** Essential program ppc386 not found" 1>&2
+ echo "*** Essential program ppc386 or ppcx64 not found" 1>&2
exit 1
fi
AC_SUBST(PPC)
+++ /dev/null
-
-# hash value = 153469889
-hello.hello_world='Hello, world!'
-
-
-# hash value = 1323310
-hello.running_as='This program is running as process number %d.'
-