To: williamc AT aifh DOT ed DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: cbgrx103 won't compile Date: Sun, 20 Nov 94 13:50:27 +0200 From: "Eli Zaretskii" > - 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 < 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.