home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-26 | 3.5 KB | 200 lines |
- # PD Bourne/Korn Shell
-
- CC = gcc -O -Zmt
- CFLAGS = -funsigned-char -DOS2 -D_SYSV
- LDFLAGS = -s
- LDLIBS = -los2
- O = .o
-
- OBJS = version$O main$O misc$O syn$O lex$O edit$O emacs$O vi$O tree$O \
- exec$O jobs$O trap$O c_sh$O c_ksh$O c_test$O do_ulimit$O getopts$O \
- expr$O history$O var$O table$O alloc$O io$O eval$O mail$O trace$O \
- os2$O
-
- ksh.exe: $(OBJS) ksh.def
- $(CC) $(LDFLAGS) -o $@ ksh.def $(OBJS) $(LDLIBS)
-
- .c$O:
- $(CC) $(CFLAGS) -c $<
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
- # If this runs make out of memory, delete /usr/include lines.
- alloc.o: alloc.c
- alloc.o: config.h
- alloc.o: sh.h
- alloc.o: stdh.h
- alloc.o: trace.h
- c_ksh.o: c_ksh.c
- c_ksh.o: config.h
- c_ksh.o: sh.h
- c_ksh.o: stdh.h
- c_ksh.o: table.h
- c_ksh.o: trace.h
- c_sh.o: c_sh.c
- c_sh.o: config.h
- c_sh.o: lex.h
- c_sh.o: sh.h
- c_sh.o: stdh.h
- c_sh.o: table.h
- c_sh.o: trace.h
- c_sh.o: tree.h
- c_test.o: c_test.c
- c_test.o: config.h
- c_test.o: sh.h
- c_test.o: stdh.h
- c_test.o: trace.h
- edit.o: config.h
- edit.o: edit.c
- edit.o: edit.h
- edit.o: lex.h
- edit.o: sh.h
- edit.o: stdh.h
- edit.o: trace.h
- edit.o: tty.h
- emacs.o: config.h
- emacs.o: edit.h
- emacs.o: emacs.c
- emacs.o: expand.h
- emacs.o: lex.h
- emacs.o: sh.h
- emacs.o: stdh.h
- emacs.o: table.h
- emacs.o: trace.h
- emacs.o: tree.h
- eval.o: config.h
- eval.o: eval.c
- eval.o: expand.h
- eval.o: lex.h
- eval.o: sh.h
- eval.o: stdh.h
- eval.o: table.h
- eval.o: trace.h
- eval.o: tree.h
- exec.o: config.h
- exec.o: exec.c
- exec.o: lex.h
- exec.o: sh.h
- exec.o: stdh.h
- exec.o: table.h
- exec.o: trace.h
- exec.o: tree.h
- expr.o: config.h
- expr.o: expr.c
- expr.o: sh.h
- expr.o: stdh.h
- expr.o: table.h
- expr.o: trace.h
- getopts.o: config.h
- getopts.o: getopts.c
- getopts.o: sh.h
- getopts.o: stdh.h
- getopts.o: table.h
- getopts.o: trace.h
- history.o: config.h
- history.o: history.c
- history.o: lex.h
- history.o: sh.h
- history.o: stdh.h
- history.o: trace.h
- io.o: config.h
- io.o: io.c
- io.o: sh.h
- io.o: stdh.h
- io.o: trace.h
- jobs.o: config.h
- jobs.o: jobs.c
- jobs.o: sh.h
- jobs.o: stdh.h
- jobs.o: trace.h
- jobs.o: tree.h
- lex.o: config.h
- lex.o: expand.h
- lex.o: lex.c
- lex.o: lex.h
- lex.o: sh.h
- lex.o: stdh.h
- lex.o: table.h
- lex.o: trace.h
- lex.o: tree.h
- mail.o: config.h
- mail.o: mail.c
- mail.o: sh.h
- mail.o: stdh.h
- mail.o: table.h
- mail.o: trace.h
- main.o: config.h
- main.o: lex.h
- main.o: main.c
- main.o: sh.h
- main.o: stdh.h
- main.o: table.h
- main.o: trace.h
- main.o: tree.h
- memmove.o: memmove.c
- memmove.o: stdh.h
- misc.o: config.h
- misc.o: expand.h
- misc.o: misc.c
- misc.o: sh.h
- misc.o: stdh.h
- misc.o: trace.h
- strstr.o: stdh.h
- strstr.o: strstr.c
- syn.o: config.h
- syn.o: expand.h
- syn.o: lex.h
- syn.o: sh.h
- syn.o: stdh.h
- syn.o: syn.c
- syn.o: table.h
- syn.o: trace.h
- syn.o: tree.h
- sigact.o: sigact.h sigact.c
- table.o: config.h
- table.o: sh.h
- table.o: stdh.h
- table.o: table.c
- table.o: table.h
- table.o: trace.h
- times.o: times.c
- trace.o: trace.c
- trap.o: config.h
- trap.o: sh.h
- trap.o: stdh.h
- trap.o: trace.h
- trap.o: trap.c
- tree.o: config.h
- tree.o: sh.h
- tree.o: stdh.h
- tree.o: trace.h
- tree.o: tree.c
- tree.o: tree.h
- do_ulimit.o: config.h
- do_ulimit.o: sh.h
- do_ulimit.o: stdh.h
- do_ulimit.o: trace.h
- do_ulimit.o: do_ulimit.c
- var.o: config.h
- var.o: expand.h
- var.o: sh.h
- var.o: stdh.h
- var.o: table.h
- var.o: trace.h
- var.o: var.c
- version.o: config.h
- version.o: sh.h
- version.o: stdh.h
- version.o: trace.h
- version.o: version.c
- vi.o: config.h
- vi.o: edit.h
- vi.o: expand.h
- vi.o: lex.h
- vi.o: sh.h
- vi.o: stdh.h
- vi.o: table.h
- vi.o: trace.h
- vi.o: tree.h
- vi.o: vi.c
- # WARNING: Put nothing here or make depend will gobble it up!
-