| |
217 |
217 |
CFLAGS = @CFLAGS@ |
| |
218 |
218 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| |
219 |
219 |
|
| |
220 |
220 |
#======================================================================== |
| |
221 |
221 |
# Start of user-definable TARGETS section |
| |
222 |
222 |
#======================================================================== |
| |
223 |
223 |
|
| |
224 |
224 |
EXAMPLE_SCRIPTS = \ |
| |
225 |
225 |
$(src_doc_dir)/example-scripts/bagel.html \ |
| |
226 |
226 |
$(src_doc_dir)/example-scripts/per-object-mixins.html \ |
| |
227 |
227 |
$(src_doc_dir)/example-scripts/rosetta-abstract-type.html \ |
| |
228 |
228 |
$(src_doc_dir)/example-scripts/rosetta-classes.html \ |
| |
229 |
229 |
$(src_doc_dir)/example-scripts/rosetta-constraint-genericity.html \ |
| |
230 |
230 |
$(src_doc_dir)/example-scripts/rosetta-delegates.html \ |
| |
231 |
231 |
$(src_doc_dir)/example-scripts/rosetta-distinct-objects.html \ |
| |
232 |
232 |
$(src_doc_dir)/example-scripts/rosetta-polymorphic-copy.html \ |
| |
233 |
233 |
$(src_doc_dir)/example-scripts/rosetta-polymorphism.html \ |
| |
234 |
234 |
$(src_doc_dir)/example-scripts/rosetta-serialization.html \ |
| |
235 |
235 |
$(src_doc_dir)/example-scripts/rosetta-singleton.html \ |
| |
236 |
236 |
$(src_doc_dir)/example-scripts/rosetta-unknown-method.html \ |
| |
|
237 |
$(src_doc_dir)/example-scripts/ruby-mixins.html \ |
| |
237 |
238 |
$(src_doc_dir)/example-scripts/tk-horse-race.html \ |
| |
238 |
239 |
$(src_doc_dir)/example-scripts/tk-locomotive.html \ |
| |
239 |
240 |
$(src_doc_dir)/example-scripts/tk-mini.html \ |
| |
240 |
241 |
$(src_doc_dir)/example-scripts/tk-spread.html \ |
| |
241 |
242 |
$(src_doc_dir)/example-scripts/traits-composite.html \ |
| |
242 |
243 |
$(src_doc_dir)/example-scripts/traits-simple.html \ |
| |
243 |
244 |
$(src_doc_dir)/example-scripts/container.html \ |
| |
244 |
245 |
|
| |
245 |
246 |
|
| |
246 |
247 |
%.html : %.tcl |
| |
247 |
248 |
$(TCLSH) $(src_app_dir_native)/utils/source-doc-beautifier.tcl $< |
| |
248 |
249 |
asciidoc $*.txt |
| |
249 |
250 |
|
| |
250 |
251 |
#======================================================================== |
| |
251 |
252 |
# TEA TARGETS. Please note that the "libraries:" target refers to platform |
| |
252 |
253 |
# independent files, and the "binaries:" target inclues executable programs and |
| |
253 |
254 |
# platform-dependent libraries. Modify these targets so that they install |
| |
254 |
255 |
# the various pieces of your package. The make and install rules |
| |
255 |
256 |
# for the BINARIES that you specified above have already been done. |
| |
256 |
257 |
#======================================================================== |
|
| |
496 |
497 |
$(TCLSH) $(src_test_dir_native)/protected.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
497 |
498 |
$(TCLSH) $(src_test_dir_native)/forward.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
498 |
499 |
$(TCLSH) $(src_test_dir_native)/mixinof.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
499 |
500 |
$(TCLSH) $(src_test_dir_native)/tcl86.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
500 |
501 |
$(TCLSH) $(src_test_dir_native)/contains.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
501 |
502 |
$(TCLSH) $(src_test_dir_native)/tcloo.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
502 |
503 |
$(TCLSH) $(src_test_dir_native)/interp.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
503 |
504 |
$(TCLSH) $(src_test_dir_native)/serialize.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
504 |
505 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/bagel.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
505 |
506 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/container.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
506 |
507 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-abstract-type.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
507 |
508 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-classes.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
508 |
509 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-constraint-genericity.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
509 |
510 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-delegates.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
510 |
511 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-distinct-objects.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
511 |
512 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-polymorphic-copy.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
512 |
513 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-polymorphism.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
513 |
514 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-serialization.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
514 |
515 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-singleton.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
515 |
516 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/rosetta-unknown-method.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
|
517 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/ruby-mixins.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
516 |
518 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/traits-composite.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
517 |
519 |
$(TCLSH) $(src_doc_dir_native)/example-scripts/traits-simple.tcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
518 |
520 |
|
| |
519 |
521 |
test-xotcl: $(TCLSH_PROG) |
| |
520 |
522 |
$(TCLSH) $(xotcl_src_test_dir)/testo.xotcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
521 |
523 |
$(TCLSH) $(xotcl_src_test_dir)/speedtest.xotcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
522 |
524 |
$(TCLSH) $(xotcl_src_test_dir)/testx.xotcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
523 |
525 |
$(TCLSH) $(xotcl_src_test_dir)/slottest.xotcl -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
524 |
526 |
|
| |
525 |
527 |
test-http: $(TCLSH_PROG) |
| |
526 |
528 |
$(TCLSH) $(xotcl_src_test_dir)/xocomm.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
527 |
529 |
|
| |
528 |
530 |
test-actiweb: $(TCLSH_PROG) |
| |
529 |
531 |
$(TCLSH) $(xotcl_src_test_dir)/actiweb.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
530 |
532 |
$(TCLSH) $(xotcl_src_test_dir)/persistence.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
531 |
533 |
$(TCLSH) $(xotcl_src_test_dir)/UNIVERSAL.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
532 |
534 |
$(TCLSH) $(xotcl_src_test_dir)/xoRDF.test -libdir $(PLATFORM_DIR) $(TESTFLAGS) |
| |
533 |
535 |
@rm -rf receiver |
| |
534 |
536 |
|
| |
535 |
537 |
depend: |