Mercurial > vba-linux
comparison src/Makefile.am @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children | 8fe0c57e53d2 |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 CORE_SUBDIRS = gba gb common filters | |
2 | |
3 EXTRA_SUBDIRS = prof sdl gtk lua | |
4 | |
5 SUBDIRS = $(CORE_SUBDIRS) @VBA_SRC_EXTRA@ | |
6 | |
7 DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS) | |
8 | |
9 dist_sysconf_DATA = VisualBoyAdvance.cfg | |
10 | |
11 EXTRA_DIST = \ | |
12 win32 | |
13 | |
14 dist-hook: | |
15 rm -rf `find $(distdir)/win32 -name CVS` |