blob: 213ad2858f0c0c11f412fd1807a3b013b4179841 (
plain)
1
2
3
4
5
6
7
|
# file : build/install/install.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/install/configuration.make)
$(call include-once,$(bld_root)/install/install-functions.make,$(out_base))
|