Re: [xml] makefile sample
- From: Christoph Gysin <christoph gysin gmail com>
- To: xml gnome org
- Subject: Re: [xml] makefile sample
- Date: Thu, 7 Apr 2005 10:06:52 +0200
On Apr 6, 2005 7:30 PM, Bjorn Reese <breese mail1 stofanet dk> wrote:
Or a little more generic (since we already are using gmake constructs)
Yes, I also know how to write Makefiles. I just tried to keep it as
simple as possible.
To further simplify your approach, take the following (using implicit
make rules):
CFLAGS += $(shell pkg-config --cflags libxml-2.0)
LDFLAGS += $(shell pkg-config --libs libxml-2.0)
myprogram:
Christoph
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]