s/Make.proto
changeset 98 4266d340e722
parent 29 00d2eaa41853
child 136 690b5f103c60
--- a/s/Make.proto	Mon Jun 24 00:56:32 2013 +0100
+++ b/s/Make.proto	Mon Jun 24 01:37:29 2013 +0100
@@ -21,7 +21,7 @@
 INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
-SUBDIRS= benchmarks stx benchmarks/micro tests
+SUBDIRS= benchmarks stx benchmarks/game tests benchmarks/micro
 
 
 # subdirectories where Makefiles are to be made:
@@ -132,6 +132,7 @@
 $(OUTDIR)jv_calipel_s.$(O) jv_calipel_s.$(H): jv_calipel_s.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)BenchmarkReportJSON.$(O) BenchmarkReportJSON.$(H): BenchmarkReportJSON.st $(INCLUDE_TOP)/jv/calipel/s/BenchmarkReport.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)BenchmarkReportText.$(O) BenchmarkReportText.$(H): BenchmarkReportText.st $(INCLUDE_TOP)/jv/calipel/s/BenchmarkReport.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)BenchmarkRunnerResult.$(O) BenchmarkRunnerResult.$(H): BenchmarkRunnerResult.st $(INCLUDE_TOP)/jv/calipel/s/BenchmarkResult.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line