home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-25 | 1.2 KB | 58 lines |
- # Project: sed
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback -pcc
- Linkflags = -o $@
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- Pascalflags = -c -depend !Depend -throwback -IP:
- Drlinkflags = -aif -nounused -debimage -o $@
-
-
- # Final targets:
- @.sed: @.o.alloca @.o.getopt @.o.getopt1 @.o.rx @.o.sed @.o.utils c:o.stubs
- link $(linkflags) @.o.alloca @.o.getopt @.o.getopt1 @.o.rx @.o.sed \
- @.o.utils c:o.stubs
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.alloca: @.c.alloca
- cc $(ccflags) -o @.o.alloca @.c.alloca
- @.o.getopt: @.c.getopt
- cc $(ccflags) -o @.o.getopt @.c.getopt
- @.o.getopt1: @.c.getopt1
- cc $(ccflags) -o @.o.getopt1 @.c.getopt1
- @.o.rx: @.c.rx
- cc $(ccflags) -o @.o.rx @.c.rx
- @.o.sed: @.c.sed
- cc $(ccflags) -o @.o.sed @.c.sed
- @.o.utils: @.c.utils
- cc $(ccflags) -o @.o.utils @.c.utils
-
-
- # Dynamic dependencies:
- o.alloca: c.alloca
- o.alloca: h.config
- o.getopt: c.getopt
- o.getopt: h.config
- o.getopt: h.getopt
- o.getopt1: c.getopt1
- o.getopt1: h.config
- o.getopt1: h.getopt
- o.rx: c.rx
- o.rx: h.config
- o.rx: h.rx
- o.rx: h.rx
- o.rx: h.rx
- o.rx: h.rx
- o.sed: c.sed
- o.sed: h.config
- o.sed: h.rx
- o.sed: h.rx
- o.sed: h.getopt
-