Changeset 95 for trunk/libjdkmidi/trunk

Show
Ignore:
Timestamp:
08/25/06 09:34:42 (2 years ago)
Author:
jeffk@…
Message:

magic.mak modifed so that all executable programs depend on OUTPUT_LIB

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libjdkmidi/trunk/magic.mak

    r94 r95  
    565565tools : lib $(LIB_TOOLS_EXE_FILES) config-tool 
    566566 
     567$(LIB_TOOLS_EXE_FILES) : $(OUTPUT_LIB) 
     568 
    567569.PHONY : examples 
    568570 
    569571examples: lib $(LIB_EXAMPLES_EXE_FILES) 
    570572 
     573$(LIB_EXAMPLES_EXE_FILES) : $(OUTPUT_LIB) 
     574 
    571575.PHONY : tests 
    572576 
    573577tests: lib $(LIB_TESTS_EXE_FILES) 
    574578 
     579$(LIB_TESTS_EXE_FILES) : $(OUTPUT_LIB) 
    575580 
    576581.PHONY : install 
     
    670675native-tools : native-lib $(NATIVE_LIB_TOOLS_EXE_FILES) 
    671676 
     677$(NATIVE_LIB_TOOLS_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 
     678 
    672679.PHONY : native-examples 
    673680 
    674681native-examples: native-lib $(NATIVE_LIB_EXAMPLES_EXE_FILES) 
    675682 
     683$(NATIVE_LIB_EXAMPLES_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 
     684 
    676685.PHONY : native-tests 
    677686 
    678687native-tests: native-lib $(NATIVE_LIB_TESTS_EXE_FILES) 
     688 
     689$(NATIVE_LIB_TESTS_EXE_FILES) : $(NATIVE_OUTPUT_LIB) 
    679690 
    680691.PHONY : native-test