aboutsummaryrefslogtreecommitdiff
path: root/build/import/libpq/configuration-rules.make
blob: c4b132649f5f8662c36d0e9a5c7d7af01a45b1aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/import/libpq/configuration-rules.make
# author    : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

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

ifndef %foreign%

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

endif