blob: 0d918f400141e25b5e7161a0c97b23cb606df949 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : build/import/libpq/configuration-rules.make
# copyright : Copyright (c) 2005-2013 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
|