projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moved arch/sdl_* to arch/sdl
[btb/d2x.git]
/
arch
/
Makefile.am
1
SUBDIRS = @D2X_ARCH_SUBDIRS@
2
DIST_SUBDIRS = dos linux sdl win32
3
EXTRA_SUBDIRS = include
4
5
dist-hook:
6
list='$(EXTRA_SUBDIRS)'; for subdir in $$list; do \
7
( cd $(srcdir) && tar --exclude=CVS -cf - $$subdir ) \
8
| ( cd $(distdir) && tar xf - ) \
9
done