summaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-01-12 22:17:10 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-01-12 22:17:10 +0000
commita62905a977aecf25d620ca8a5d05efa553735f11 (patch)
tree70b412e5a69293d3281db444c83fc617d1820ddb /contrib/atf
parente1380b00f6444130ff3a898071207b1284785452 (diff)
parentbf351e294647b19b2abb7e59344e619866206e71 (diff)
downloadsrc-test-a62905a977aecf25d620ca8a5d05efa553735f11.tar.gz
src-test-a62905a977aecf25d620ca8a5d05efa553735f11.zip
Add atf pkg-config files from the vendor branch.
These were originally deleted by mistake (because they were not yet being installed) and are actually necessary. This should have been part of r260576 but I missed committing this directory. MFC after: 5 days
Notes
Notes: svn path=/head/; revision=260577
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/FREEBSD-Xlist1
-rw-r--r--contrib/atf/atf-c++/atf-c++.pc.in11
-rw-r--r--contrib/atf/atf-c/atf-c.pc.in11
-rw-r--r--contrib/atf/atf-sh/atf-sh.pc.in8
4 files changed, 30 insertions, 1 deletions
diff --git a/contrib/atf/FREEBSD-Xlist b/contrib/atf/FREEBSD-Xlist
index be75e54ffc784..bffac425eb87b 100644
--- a/contrib/atf/FREEBSD-Xlist
+++ b/contrib/atf/FREEBSD-Xlist
@@ -8,7 +8,6 @@ Makefile*
aclocal.m4
admin/
atf-*/atf-*.m4
-atf-*/atf-*.pc.in
atf-config/
atf-report/
atf-run/
diff --git a/contrib/atf/atf-c++/atf-c++.pc.in b/contrib/atf/atf-c++/atf-c++.pc.in
new file mode 100644
index 0000000000000..f366bb016d04e
--- /dev/null
+++ b/contrib/atf/atf-c++/atf-c++.pc.in
@@ -0,0 +1,11 @@
+# ATF pkg-config file
+
+cxx=__CXX__
+includedir=__INCLUDEDIR__
+libdir=__LIBDIR__
+
+Name: atf-c++
+Description: Automated Testing Framework (C++ binding)
+Version: __ATF_VERSION__
+Cflags: -I${includedir}
+Libs: -L${libdir} -latf-c++ -latf-c
diff --git a/contrib/atf/atf-c/atf-c.pc.in b/contrib/atf/atf-c/atf-c.pc.in
new file mode 100644
index 0000000000000..6fd52740b7910
--- /dev/null
+++ b/contrib/atf/atf-c/atf-c.pc.in
@@ -0,0 +1,11 @@
+# ATF pkg-config file
+
+cc=__CC__
+includedir=__INCLUDEDIR__
+libdir=__LIBDIR__
+
+Name: atf-c
+Description: Automated Testing Framework (C binding)
+Version: __ATF_VERSION__
+Cflags: -I${includedir}
+Libs: -L${libdir} -latf-c
diff --git a/contrib/atf/atf-sh/atf-sh.pc.in b/contrib/atf/atf-sh/atf-sh.pc.in
new file mode 100644
index 0000000000000..930dc4c3d4cbd
--- /dev/null
+++ b/contrib/atf/atf-sh/atf-sh.pc.in
@@ -0,0 +1,8 @@
+# ATF pkg-config file
+
+exec_prefix=__EXEC_PREFIX__
+interpreter=${exec_prefix}/bin/atf-sh
+
+Name: atf-sh
+Description: Automated Testing Framework (POSIX shell binding)
+Version: __ATF_VERSION__