Changeset 95 for trunk/libjdkmidi/trunk
- Timestamp:
- 08/25/06 09:34:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/libjdkmidi/trunk/magic.mak (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libjdkmidi/trunk/magic.mak
r94 r95 565 565 tools : lib $(LIB_TOOLS_EXE_FILES) config-tool 566 566 567 $(LIB_TOOLS_EXE_FILES) : $(OUTPUT_LIB) 568 567 569 .PHONY : examples 568 570 569 571 examples: lib $(LIB_EXAMPLES_EXE_FILES) 570 572 573 $(LIB_EXAMPLES_EXE_FILES) : $(OUTPUT_LIB) 574 571 575 .PHONY : tests 572 576 573 577 tests: lib $(LIB_TESTS_EXE_FILES) 574 578 579 $(LIB_TESTS_EXE_FILES) : $(OUTPUT_LIB) 575 580 576 581 .PHONY : install … … 670 675 native-tools : native-lib $(NATIVE_LIB_TOOLS_EXE_FILES) 671 676 677 $(NATIVE_LIB_TOOLS_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 678 672 679 .PHONY : native-examples 673 680 674 681 native-examples: native-lib $(NATIVE_LIB_EXAMPLES_EXE_FILES) 675 682 683 $(NATIVE_LIB_EXAMPLES_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 684 676 685 .PHONY : native-tests 677 686 678 687 native-tests: native-lib $(NATIVE_LIB_TESTS_EXE_FILES) 688 689 $(NATIVE_LIB_TESTS_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 679 690 680 691 .PHONY : native-test
