Avoid GNU make extension $(RM) in makefiles.
[pspp-builds.git] / Makefile.am
index 4f9bc660a080089f478aac5d2755e0d05875ece2..dc5314bf0fac10be07391030f7d7270734184f54 100644 (file)
@@ -46,6 +46,7 @@ DIST_HOOKS =
 INSTALL_DATA_HOOKS = 
 UNINSTALL_DATA_HOOKS =
 PHONY =
+SUFFIXES = .q
 
 generate-changelog:
        if test -d $(top_srcdir)/.git; then                     \
@@ -87,3 +88,6 @@ uninstall-hook: $(UNINSTALL_DATA_HOOKS)
 
 clean-local: $(CLEAN_LOCAL)
 all-local: $(ALL_LOCAL)
+
+# A convenience target to build all the binaries
+programs: $(PROGRAMS)