help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: common.mk


From: Harvey Chapman
Subject: Re: common.mk
Date: Sun, 22 Mar 2009 23:51:12 -0400
User-agent: Postbox 1.0b9 (Macintosh/2009030821)

Nevermind, that didn't work. It helps if you put something like this in the main makefile so you can tell if it's working. Also, the original warnings go away if you just change from ".cpp.o:" to "%.o: %.cpp". But then again, it still doesn't work. It always uses the last definition of the .cpp.o rule or the SPECIFIC_CXXFLAGS variable.

test1_CXXFLAGS=-Itest1_dir
test2_CXXFLAGS=-Itest2_dir
libglt_a_CXXFLAGS=-Iglt_dir





reply via email to

[Prev in Thread] Current Thread [Next in Thread]