1dirs := \
2	linetex \
3	swapinterval \
4	textures \
5	tritex \
6
7ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
8dirs += \
9	gl2_cameraeye \
10	gl2_java \
11	gl2_jni \
12	gldual \
13	gl_jni \
14	gl_perfapp \
15	lighting1709 \
16	testLatency \
17	testPauseResume \
18	testViewport \
19
20endif # JAVA_SUPPORT
21
22ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
23dirs += \
24	testFramerate
25
26endif # JAVA_SUPPORT platform
27
28include $(call all-named-subdir-makefiles, $(dirs))
29