Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 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 | 623b453a3219 |
children | d315a411d5b2 |
comparison
equal
deleted
inserted
replaced
791:ab0d977f91f8 | 792:2cbb8eaa2c92 |
---|---|
39 ARCH_SRCS = arch.c | 39 ARCH_SRCS = arch.c |
40 endif | 40 endif |
41 | 41 |
42 libarch_la_SOURCES = $(ARCH_SRCS) | 42 libarch_la_SOURCES = $(ARCH_SRCS) |
43 | 43 |
44 exports: | |
45 for i in $(ARCH_SUBDIRS); do if [ -d $$i/exports ]; then (cd $$i/exports; make); fi; done | |
46 | |
44 # The architecture specific directories need to be copied into place | 47 # The architecture specific directories need to be copied into place |
45 # when building a distribution. | 48 # when building a distribution. |
46 dist-hook: | 49 dist-hook: |
47 (cd $(distdir) && rm -f $(BUILT_SOURCES)) | 50 (cd $(distdir) && rm -f $(BUILT_SOURCES)) |
48 cp -rp $(ARCH_SUBDIRS) $(distdir) | 51 cp -rp $(ARCH_SUBDIRS) $(distdir) |