Mail Archives: djgpp/1994/11/20/08:54:25
> - the `makefile.gcc's include directives which look like
>
> !if !$d(MODEL)
> MODEL = l
> !endif
>
> and so on. Is this written for the Borland make or something?
> (The equivalent with Gnu make would be ifdef/endif.)
> - In the rule
>
> $(GCCLIB): $(GCCOBJ)
> -del $(GCCLIB)
> ar rvs $(GCCLIB) @&&!
> $(GCCOBJ)
> $(GEVENT)
> !
>
> the @&&! is obviously supposed to mean something like <<! but goes
> gets passed straight through to `ar'---is this a Borland thing?
>
Yes. Makefiles in libgrx are for Borland make. I don't know if another
make exists which will grok these features; GNU Make surely won't.
- Raw text -