"KL" <[email protected]> wrote:

> EXTRAINCDIRS = ../common_dir/

That doesn't work with standard make tools, you simply have to
explicit code out the rules then:

something.o: ${EXTRAINCDIRS}/something.c
        ${CC} ${CFLAGS} -c ${EXTRAINCDIRS}/something.c

I thin, in GNU make, VPATH might help you.  Please have a look at the
GNU make manual for this.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to