• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2005 Hans Ulrich Niedermann <gp@n-dimensional.de>
2# SPDX-License-Identifier: LGPL-2.0-or-later
3
4if SHIP_BINARIES
5
6EXTRA_DIST = include bin
7
8SH_DIST_HOOK = dist-ship-binary-hook
9dist-ship-binary-hook include bin:
10	cd "$(top_builddir)" && $(MAKE) includedir="$(PWD)/include" DESTDIR="" prefix="$(PWD)/tmp" install
11	$(MKDIR_P) "$(PWD)/bin"
12	cp "$(PWD)/tmp/bin/"*.dll "bin/"
13
14endif
15
16dist-hook: $(SH_DIST_HOOK)
17