Mail Archives: djgpp/2003/06/16/06:45:53
Chris Lee <clee2 AT envirolink DOT org> wrote:
> What do you need to do in order to get this makefile to
> work with DJGPP?
From a cursory look at it: nothing. You might want to get rid of
the -D_LARGEFILE stuff, that's all.
> unrar: WHAT=UNRAR
> unrar: $(OBJECTS) $(UNRAR_OBJ)
> @rm -f makeunrar
> $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
> @strip unrar
This block is the only thing I'm not certain about, off-hand. Two
rules for the same target is not something I've seen before, so doubt
it'll work.
Are you sure you didn't edit this makefile from the distributed
original, before posting it?
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -