Re: [xml] makefile sample



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]