home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GETOPT / RTR / GETOPT. next >
Encoding:
Text File  |  1998-07-24  |  728 b   |  26 lines

  1. *** Makefile.orig    Sat Nov 28 21:24:04 1992
  2. --- Makefile    Sat Nov 28 21:24:47 1992
  3. ***************
  4. *** 2,11 ****
  5.   CFLAGS    = -O -DINDEX=index
  6.   #CFLAGS    = -O -DINDEX=strchr
  7.   # Pick one
  8. ! M    = /usr/man/man1/getopt.1
  9.   #M    = /usr/man/u_man/man1/getopt.1#  Is this path right?
  10.   # Where executable ends up; don't forget the trailing /
  11. ! D    = /bin/
  12.   
  13.   getopt:        getopt.c
  14.       $(CC) $(CFLAGS) -o getopt getopt.c
  15. --- 2,11 ----
  16.   CFLAGS    = -O -DINDEX=index
  17.   #CFLAGS    = -O -DINDEX=strchr
  18.   # Pick one
  19. ! M    = <installsharedir>/man/man1/getopt.1
  20.   #M    = /usr/man/u_man/man1/getopt.1#  Is this path right?
  21.   # Where executable ends up; don't forget the trailing /
  22. ! D    = <installdir>/bin/
  23.   
  24.   getopt:        getopt.c
  25.       $(CC) $(CFLAGS) -o getopt getopt.c
  26.