Re: add -I to Makefile -- autotools
From: Roger Leigh (${roger}_at_invalid.whinlatter.uklinux.net.invalid)
Date: 03/25/04
- Next message: Måns Rullgård: "Re: Alignment in C"
- Previous message: Jens: "Alignment in C"
- In reply to: concern: "add -I to Makefile -- autotools"
- Next in thread: concern: "Re: add -I to Makefile -- autotools"
- Reply: concern: "Re: add -I to Makefile -- autotools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 10:51:34 +0000
"concern" <conern@somewhere.net> writes:
> Is there a way by using autoconf to add/search extra header file path to
> Makefile(.in)? Which variable I should deal with to add -I if needed?
There's quite a choice:
INCLUDES =
AM_CFLAGS =
AM_CXXFLAGS =
program_CFLAGS =
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Next message: Måns Rullgård: "Re: Alignment in C"
- Previous message: Jens: "Alignment in C"
- In reply to: concern: "add -I to Makefile -- autotools"
- Next in thread: concern: "Re: add -I to Makefile -- autotools"
- Reply: concern: "Re: add -I to Makefile -- autotools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|