Frederic Bonneaudeau 57 18 wrote:
> Why this Makefile got an error on it ?
> This Makefile works on most Unix Systems.
>
> $(COBJS) : $$(@F:$(EXT).o=.c)
^^^^^^^^^^^^^^^^^^
> $(CC) $(CFLAGS) -c -o $@ $(@F:$(EXT).o=.c)
>
$$@ and Co is not yet included in GNU Make.
I have write and send to Paul D. Smith a patch to handle this feature.
Your Makefile work with it.
You can find it on my home page.
--
Edouard G. Parmelan
http://egp.free.fr
- Compiliance Frederic Bonneaudeau 57 18
- Re: Compiliance Edouard G. Parmelan
- Re: Compiliance Paul D. Smith
