Changeset 1761 for trunk/kBuild/units/qt3.kmk
- Timestamp:
- Sep 6, 2008, 9:15:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt3.kmk
r1760 r1761 675 675 # Deal with QT_MODULES and QT_PREFIX. 676 676 local qt_prefix := $(firstword \ 677 $($(target)_QT_PREFIX.$( _bld_trg)) \678 $($(target)_QT_PREFIX.$( _bld_trg_arch)) \679 $($(target)_QT_PREFIX.$( _bld_trg).$(_bld_trg_arch)) \680 $($(target)_QT_PREFIX.$( _bld_trg_cpu)) \681 $($(target)_QT_PREFIX.$( _bld_type)) \677 $($(target)_QT_PREFIX.$(bld_trg)) \ 678 $($(target)_QT_PREFIX.$(bld_trg_arch)) \ 679 $($(target)_QT_PREFIX.$(bld_trg).$(bld_trg_arch)) \ 680 $($(target)_QT_PREFIX.$(bld_trg_cpu)) \ 681 $($(target)_QT_PREFIX.$(bld_type)) \ 682 682 $($(target)_QT_PREFIX)) 683 683 ifeq ($(bld_trg),win) 684 684 local qt_lib := $(firstword $(wildcard \ 685 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)qt-mt3 $(SUFF_LIB) \686 $(PATH_SDK_QT3_LIB)/$(qt_prefix)qt-mt3 $(SUFF_LIB) \685 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)qt-mt3*$(SUFF_LIB) \ 686 $(PATH_SDK_QT3_LIB)/$(qt_prefix)qt-mt3*$(SUFF_LIB) \ 687 687 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)qt-mt$(SUFF_LIB) \ 688 688 $(PATH_SDK_QT3_LIB)/$(qt_prefix)qt-mt$(SUFF_LIB) \ 689 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)Qt3 $(SUFF_LIB) \690 $(PATH_SDK_QT3_LIB)/$(qt_prefix)Qt3 $(SUFF_LIB) \691 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)Qt $(SUFF_LIB) \692 $(PATH_SDK_QT3_LIB)/$(qt_prefix)Qt $(SUFF_LIB) \689 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)Qt3*$(SUFF_LIB) \ 690 $(PATH_SDK_QT3_LIB)/$(qt_prefix)Qt3*$(SUFF_LIB) \ 691 $(PATH_SDK_QT3_LIB)/dynamic/$(qt_prefix)Qt*$(SUFF_LIB) \ 692 $(PATH_SDK_QT3_LIB)/$(qt_prefix)Qt*$(SUFF_LIB) \ 693 693 ) $(PATH_SDK_QT3_LIB)/$(qt_prefix)qt-mt$(SUFF_LIB) ) 694 694 $(eval $(target)_LIBS += $(qt_lib) ) … … 709 709 ifndef $(target)_QT_MOCSRCS 710 710 $(foreach source, $(filter %.cxx %.CXX %.cpp %.CPP %.cc %.CC,\ 711 $($(target)_SOURCES.$( _bld_trg)) \712 $($(target)_SOURCES.$( _bld_trg_arch)) \713 $($(target)_SOURCES.$( _bld_trg).$(_bld_trg_arch)) \714 $($(target)_SOURCES.$( _bld_trg_cpu)) \715 $($(target)_SOURCES.$( _bld_type)) \711 $($(target)_SOURCES.$(bld_trg)) \ 712 $($(target)_SOURCES.$(bld_trg_arch)) \ 713 $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \ 714 $($(target)_SOURCES.$(bld_trg_cpu)) \ 715 $($(target)_SOURCES.$(bld_type)) \ 716 716 $($(target)_SOURCES) \ 717 717 ), $(evalval def_unit_qt3_target_pre_cpp_source)) … … 732 732 # Calc .ui sources so we can add them to the QT_MOCSRCS and QT_MOCHDRS. 733 733 local ui_sources := $(notdir $(basename $(filter %.ui %.UI, \ 734 $($(target)_SOURCES.$( _bld_trg)) \735 $($(target)_SOURCES.$( _bld_trg_arch)) \736 $($(target)_SOURCES.$( _bld_trg).$(_bld_trg_arch)) \737 $($(target)_SOURCES.$( _bld_trg_cpu)) \738 $($(target)_SOURCES.$( _bld_type)) \734 $($(target)_SOURCES.$(bld_trg)) \ 735 $($(target)_SOURCES.$(bld_trg_arch)) \ 736 $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch)) \ 737 $($(target)_SOURCES.$(bld_trg_cpu)) \ 738 $($(target)_SOURCES.$(bld_type)) \ 739 739 $($(target)_SOURCES) \ 740 740 ))) … … 743 743 # Deal with QT_MOCSRCS. 744 744 $(foreach source, \ 745 $($(target)_QT_MOCSRCS.$( _bld_trg)) \746 $($(target)_QT_MOCSRCS.$( _bld_trg_arch)) \747 $($(target)_QT_MOCSRCS.$( _bld_trg).$(_bld_trg_arch)) \748 $($(target)_QT_MOCSRCS.$( _bld_trg_cpu)) \749 $($(target)_QT_MOCSRCS.$( _bld_type)) \745 $($(target)_QT_MOCSRCS.$(bld_trg)) \ 746 $($(target)_QT_MOCSRCS.$(bld_trg_arch)) \ 747 $($(target)_QT_MOCSRCS.$(bld_trg).$(bld_trg_arch)) \ 748 $($(target)_QT_MOCSRCS.$(bld_trg_cpu)) \ 749 $($(target)_QT_MOCSRCS.$(bld_type)) \ 750 750 $($(target)_QT_MOCSRCS) \ 751 751 $(addsuffix .h,$(addprefix $(qtuicdir)/,$(notdir $(basename $(ui_sources))))) \ … … 754 754 # Deal with QT_MOCHDRS. 755 755 $(foreach source, \ 756 $($(target)_QT_MOCHDRS.$( _bld_trg)) \757 $($(target)_QT_MOCHDRS.$( _bld_trg_arch)) \758 $($(target)_QT_MOCHDRS.$( _bld_trg).$(_bld_trg_arch)) \759 $($(target)_QT_MOCHDRS.$( _bld_trg_cpu)) \760 $($(target)_QT_MOCHDRS.$( _bld_type)) \756 $($(target)_QT_MOCHDRS.$(bld_trg)) \ 757 $($(target)_QT_MOCHDRS.$(bld_trg_arch)) \ 758 $($(target)_QT_MOCHDRS.$(bld_trg).$(bld_trg_arch)) \ 759 $($(target)_QT_MOCHDRS.$(bld_trg_cpu)) \ 760 $($(target)_QT_MOCHDRS.$(bld_type)) \ 761 761 $($(target)_QT_MOCHDRS) \ 762 762 $(addsuffix .h,$(addprefix $(qtuicdir)/,$(notdir $(basename $(ui_sources))))) \ … … 766 766 # ASSUMES (_ALL_)INSTALLS is processed after the targets using this unit. 767 767 local translations := \ 768 $($(target)_QT_TRANSLATIONS.$( _bld_trg)) \769 $($(target)_QT_TRANSLATIONS.$( _bld_trg_arch)) \770 $($(target)_QT_TRANSLATIONS.$( _bld_trg).$(_bld_trg_arch)) \771 $($(target)_QT_TRANSLATIONS.$( _bld_trg_cpu)) \772 $($(target)_QT_TRANSLATIONS.$( _bld_type)) \768 $($(target)_QT_TRANSLATIONS.$(bld_trg)) \ 769 $($(target)_QT_TRANSLATIONS.$(bld_trg_arch)) \ 770 $($(target)_QT_TRANSLATIONS.$(bld_trg).$(bld_trg_arch)) \ 771 $($(target)_QT_TRANSLATIONS.$(bld_trg_cpu)) \ 772 $($(target)_QT_TRANSLATIONS.$(bld_type)) \ 773 773 $($(target)_QT_TRANSLATIONS) 774 774 ifneq ($(strip $(translations)),)
Note:
See TracChangeset
for help on using the changeset viewer.