aboutsummaryrefslogtreecommitdiff
path: root/build/import/libqt/configuration-rules.make
blob: 03fb341aa1a730f2c56f0c283d988cb84ac47940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/import/libqt/configuration-rules.make
# copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(dcf_root)/import/libqt/configuration-dynamic.make: | $(dcf_root)/import/libqt/.
	$(call message,,$(scf_root)/import/libqt/configure $@)

ifndef %foreign%

disfigure::
	$(call message,rm $(dcf_root)/import/libqt/configuration-dynamic.make,\
rm -f $(dcf_root)/import/libqt/configuration-dynamic.make)

endif