1## Process this file with automake to produce Makefile.in
2
3## Copyright (C) 2002 M. Marques, A. Castro, A. Rubio, G. Bertsch
4##
5## This Source Code Form is subject to the terms of the Mozilla Public
6## License, v. 2.0. If a copy of the MPL was not distributed with this
7## file, You can obtain one at http://mozilla.org/MPL/2.0/.
8##
9
10EXTRA_DIST =                   \
11	libxc.spec.in libxc.pc.in libxcf90.pc.in libxcf03.pc.in
12
13DISTCLEANFILES = \
14	libxc.spec libxc.pc libxcf90.pc libxcf03.pc
15
16pkgconfigdir = $(libdir)/pkgconfig
17pkgconfig_DATA = libxc.pc libxcf90.pc libxcf03.pc
18