Jannick <thirdedition <at> gmx.net> writes: > Here some options I can see right now: > > * Invoking Make like 'Make -IC:/path/to/make/lib' (as already > discussed) > > * Compile an additional hard coded path (like 'C:/path/to/make/lib') > into Make (running build_w32.bat with some tweaks to use mingw32-gcc instead > of gcc) with > > -DINCLUDEDIR="\".\",\" C:/path/to/makelib\"" > > * Calling targets like '$(MAKE) -IC:/path/to/make/lib mytarget' within > the makefile which includes IncludeMe.make (in C:/path/to/make/lib) by using > '-include IncludeMe.make' (where the leading '-' makes Make ignore the > include error in the first run at least). >
Just check this which might answer what you're looking for... http://lists.gnu.org/archive/html/help-make/2016-01/msg00015.html R. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make