home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-28 | 3.4 KB | 70 lines |
- CC=cc
- CCOPTS=-O2 -s
-
- NROFF=nroff
- NROFFOPTS=-man
-
- default: all
-
- all: pty pty.man
-
- shar: pty.shar
-
- pty: pty.o sigler.o master.o slave.o err.o tty.o texts.o sig.o globals.o logs.o sock.o misc.o Makefile
- cc $(CCOPTS) -o pty texts.o globals.o pty.o sigler.o master.o slave.o err.o tty.o sig.o logs.o sock.o misc.o
-
- pty.o: pty.c pty.h getopt.h sigler.h master.h slave.h err.h tty.h config.h texts.h sig.h logs.h file.h misc.h Makefile
- cc $(CCOPTS) -c pty.c
-
- sigler.o: sigler.c pty.h sigler.h config.h sig.h sock.h file.h err.h misc.h Makefile
- cc $(CCOPTS) -c sigler.c
-
- master.o: master.c pty.h master.h err.h config.h sig.h tty.h file.h logs.h sock.h misc.h Makefile
- cc $(CCOPTS) -c master.c
-
- slave.o: slave.c pty.h tty.h slave.h err.h config.h sig.h file.h logs.h Makefile
- cc $(CCOPTS) -c slave.c
-
- err.o: err.c err.h pty.h config.h Makefile
- cc $(CCOPTS) -c err.c
-
- tty.o: tty.c tty.h err.h config.h file.h Makefile
- cc $(CCOPTS) -c tty.c
-
- sig.o: sig.c sig.h config.h Makefile
- cc $(CCOPTS) -c sig.c
-
- texts.o: texts.c texts.h config.h Makefile
- cc $(CCOPTS) -c texts.c
-
- globals.o: globals.c config.h pty.h tty.h Makefile
- cc $(CCOPTS) -c globals.c
-
- logs.o: logs.c config.h pty.h file.h Makefile
- cc $(CCOPTS) -c logs.c
-
- sock.o: sock.c config.h sock.h tty.h err.h Makefile
- cc $(CCOPTS) -c sock.c
-
- misc.o: misc.c config.h pty.h misc.h Makefile
- cc $(CCOPTS) -c misc.c
-
- pty.man: pty.1 Makefile
- nroff $(NROFFOPTS) < pty.1 > pty.man
-
- pty.shar: CHANGES README INSTALL TESTS Makefile pty.1 config.h pty.h sigler.h master.h slave.h err.h tty.h getopt.h texts.h sig.h logs.h file.h file.h.old file.h.new sock.h misc.h pty.c sigler.c master.c slave.c err.c tty.c texts.c sig.c globals.c logs.c sock.c misc.c patch patch/README patch/TELNET.FTP patch/Makefile patch/telnetd.patch patch/igntt.c util util/Makefile util/biff.1 util/biff.c util/condom util/condom.1 util/disconnect.1 util/disconnect.c util/excloff.1 util/excloff.c util/exclon.1 util/ex
-
-
-
- clon.c util/lock.1 util/lock.c util/mesg.1 util/mesg.c util/reconnect.1 util/reconnect.c util/script util/script.1 util/script.tidy util/script.tidy.1 util/sess util/sess.1 util/sesskill.1 util/sesskill.c util/sesslist.1 util/sesslist.c util/sessname.1 util/sessname.c util/sessuser.1 util/sessuser.c util/sessutil.c util/sessutil.h util/tiocsti.1 util/tiocsti.c util/tty.1 util/tty.c util/u.1 util/u.c util/wall.1 util/wall.c util/who.1 util/who.c util/write.1 util/write.c util/xsessutil.c
- shar CHANGES README INSTALL TESTS Makefile pty.1 config.h pty.h sigler.h master.h slave.h err.h tty.h getopt.h texts.h sig.h logs.h file.h file.h.old file.h.new sock.h misc.h pty.c sigler.c master.c slave.c err.c tty.c texts.c sig.c globals.c logs.c sock.c misc.c patch patch/README patch/TELNET.FTP patch/Makefile patch/telnetd.patch patch/igntt.c util util/Makefile util/biff.1 util/biff.c util/condom util/condom.1 util/disconnect.1 util/disconnect.c util/excloff.1 util/excloff.c util/exclon.1 util/exclon
-
-
-
- c util/lock.1 util/lock.c util/mesg.1 util/mesg.c util/reconnect.1 util/reconnect.c util/script util/script.1 util/script.tidy util/script.tidy.1 util/sess util/sess.1 util/sesskill.1 util/sesskill.c util/sesslist.1 util/sesslist.c util/sessname.1 util/sessname.c util/sessuser.1 util/sessuser.c util/sessutil.c util/sessutil.h util/tiocsti.1 util/tiocsti.c util/tty.1 util/tty.c util/u.1 util/u.c util/wall.1 util/wall.c util/who.1 util/who.c util/write.1 util/write.c util/xsessutil.c > pty.shar
- chmod 400 pty.shar
-
- pty.h: tty.h
- sig.h: config.h
- tty.h: config.h
-