Re: ifeq or ifdef in Makefile problems
From: SM Ryan (wyrmwif_at_tango-sierra-oscar-foxtrot-tango.fake.org)
Date: 09/01/04
- Next message: Pirabhu Raman: "Re: What is select()'s exception set used for?"
- Previous message: SM Ryan: "Re: Heap allocation"
- In reply to: vertigo: "Re: ifeq or ifdef in Makefile problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Sep 2004 19:06:30 -0000
vertigo <none@dev.null> wrote:
#
# > Which system is this on? Have you tried GNU make?
# Thanx:)
# i used make insted of gmake :)
I solved this problem a long time ago by doing something which is
apparently too cloddish to be practical.
I use a script file that examines the system and then creates a makefile
specific to the system and installation, and then calls make from within
the script. I can do things like the cc option to create make dependencies
within the script and attach them to the makefile in progress.
Eventually every implementation of make will be an entire scripting
language, but until then you're going to have to cope with dopey old
makes that merely analyze dependencies and build out of date targets.
-- SM Ryan http://www.rawbw.com/~wyrmwif/ But I do believe in this.
- Next message: Pirabhu Raman: "Re: What is select()'s exception set used for?"
- Previous message: SM Ryan: "Re: Heap allocation"
- In reply to: vertigo: "Re: ifeq or ifdef in Makefile problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|