# HG changeset patch # User Sam Lantinga # Date 1075351148 0 # Node ID 2cbb8eaa2c92772325428369a274b619885ed9b5 # Parent ab0d977f91f8dcaa14a5ad3479ec3cae590175a7 Added an exports target so I can make the exports all at once. :) diff -r ab0d977f91f8 -r 2cbb8eaa2c92 src/main/Makefile.am --- a/src/main/Makefile.am Thu Jan 29 04:35:51 2004 +0000 +++ b/src/main/Makefile.am Thu Jan 29 04:39:08 2004 +0000 @@ -41,6 +41,9 @@ libarch_la_SOURCES = $(ARCH_SRCS) +exports: + for i in $(ARCH_SUBDIRS); do if [ -d $$i/exports ]; then (cd $$i/exports; make); fi; done + # The architecture specific directories need to be copied into place # when building a distribution. dist-hook: