[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Generate pkg-config files from build.conf

From: Kristian Hogsberg <krh_at_gmx.co.uk>
Date: 2003-07-13 21:12:01 CEST

Hi all,

I've been fiddling with the gen-make script to get it to output
pkg-config files. I have a first patch for this stuff now, and would
like to hear some feedback.

It is implemented as a new generator backend for the gen-make.py
script. The backend generates a .pc.in file for each library that is
either fs-lib, base-lib or lib install types, except the
ra-submodules. The .pc.in files are put in a new toplevel directory,
pkg-config, to avoid cluttering the toplevel directory. These .pc.in
files are processed from configure.in, to substitute the correct paths
and libs into them.

The generator also generates a list of the .pc.in files to be included
in configure.in, so configure.in doesn't need to know which .pc.in
files needs to be processed.

Also, build/generator/gen_make.py has been changed to generate an
install target for the pkg-config files.

The generated pkg-config files are named svn_repos-1.pc etc. so they
adhere to the parallel installation policy (#643).

best regards,
Kristian

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Jul 13 22:20:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.