Makefile.in (624B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 include $(topsrcdir)/config/rules.mk 6 7 ifdef MAKENSISU 8 9 ifdef ENABLE_TESTS 10 libs:: 11 $(MAKE) -C installer/windows install_deps 12 endif #ENABLE_TESTS 13 14 ifdef MOZ_MAINTENANCE_SERVICE 15 $(MAKE) -C installer/windows maintenanceservice_installer 16 endif 17 18 19 ifdef ENABLE_TESTS 20 tools:: 21 # test_stub.exe is used for testing installer functionality. 22 $(MAKE) -C installer/windows/nsis test_stub_installer 23 endif #ENABLE_TESTS 24 25 endif #MAKENSISU