home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume10 / x10r4.sunpch / part03 / Xlib / changes / Makefile.patch next >
Makefile  |  1987-07-14  |  882b  |  55 lines

  1. *** /usr/src/new/X.V10R4/Xlib/Makefile    Mon Dec  1 19:02:09 1986
  2. --- Makefile    Mon Jun  8 14:29:47 1987
  3. ***************
  4. *** 6,14 ****
  5.   
  6.   DESTDIR=
  7.   
  8.   INCLUDES= -I../include
  9.   C2= /lib/c2
  10. ! CFLAGS= -O ${INCLUDES} ${NETOPTIONS}
  11.   
  12.   .SUFFIXES: .o .h .c
  13.   
  14. --- 6,18 ----
  15.   
  16.   DESTDIR=
  17.   
  18. + NETOPTIONS=-DKEYBD
  19. + OPT=-O
  20.   INCLUDES= -I../include
  21.   C2= /lib/c2
  22. ! CFLAGS= $(OPT) ${INCLUDES} ${NETOPTIONS}
  23.   
  24.   .SUFFIXES: .o .h .c
  25.   
  26. ***************
  27. *** 194,205 ****
  28.   
  29.   libX.a: $(OLIST)
  30.       rm -f libX_p.a
  31. !     ar cr libX.a $(OLIST)
  32.       @ranlib libX.a
  33.   
  34.   libX_p.a: $(OLIST)
  35.       rm -f libX_p.a
  36. !     cd profiled; ar cr ../libX_p.a $(OLIST)
  37.       @ranlib libX_p.a
  38.   
  39.   lint:
  40. --- 198,209 ----
  41.   
  42.   libX.a: $(OLIST)
  43.       rm -f libX_p.a
  44. !     ar lcr libX.a $(OLIST)
  45.       @ranlib libX.a
  46.   
  47.   libX_p.a: $(OLIST)
  48.       rm -f libX_p.a
  49. !     cd profiled; ar lcr ../libX_p.a $(OLIST)
  50.       @ranlib libX_p.a
  51.   
  52.   lint:
  53.