changeset 792:2cbb8eaa2c92

Added an exports target so I can make the exports all at once. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 Jan 2004 04:39:08 +0000
parents ab0d977f91f8
children c20f08c4f437
files src/main/Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: