Hi again
I have tried this but since my source files not in the same directory of the
obj files I tried to use some filename/text functions on the source path &
filename but no function seems to work.
Is there way to use those functions there? If not what other option is
there?
Thanks and thanks again
Mayan Wise
-----Original Message-----
From: Vladimir E. Ignatov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 12:04 PM
To: 'Mayan Wise - Israel'
Subject: RE: GNU make
>When I try to make more then one pattern rule to a suffix it's entering
only
>to the last one or to non at all?
That your mean "more then one"?
You shure can have multiple pattern rules for same sort of target but with
different prerequisites.
%.obj: %.cpp
........
%.obj: %.c
........
%.obj: %.pas
........
Vladimir
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make