Home | History | Annotate | Download | only in make-3.81

Lines Matching full:make

1 Short: Port of GNU make with SAS/C (no ixemul.library required)
6 This is a pure Amiga port of GNU make. It needs no extra libraries or
8 GNU make):
14 c:make : make.o
16 is ok. To distinguish between device-names and target : or ::, MAKE
19 that "make:make.o" tries to create "make.o" on the device "make:".
22 if exists make @@\
23 delete make.bak quiet @@\
24 rename make make.bak @@\
26 $(CC) Link Make.o To make
28 works. Note that the @@ must stand alone (ie. "make@@\" is illegal).
39 tries to make dummy.h from "src/*.c" (ie. no wildcard-expansion takes
45 To recompile, you need SAS/C 6.51. make itself is not neccessary, there
49 2. If you use make to compie, copy Makefile.ami to Makefile and
50 glob/Makefile.ami to glob/Makefile. Copy make into the current
53 3. Run smake/make
57 Copy make somewhere in your search path (eg. sc:c or sc:bin).
58 If you plan to use recursive makes, install make resident:
60 Resident make Add
67 This file is part of GNU Make.
69 GNU Make is free software; you can redistribute it and/or modify it under the
73 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
78 GNU Make; see the file COPYING. If not, write to the Free Software