Fri Oct 13 14:44:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
authorJason Molenda <crash@cygnus>
Wed, 25 Oct 1995 01:24:21 +0000 (01:24 +0000)
committerJason Molenda <crash@cygnus>
Wed, 25 Oct 1995 01:24:21 +0000 (01:24 +0000)
        * mh-aix, mh-sun:  Removed.

        * mh-decstation (X11_EXTRA_CFLAGS): Define.

        * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.

        * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
        hardcode location of X stuff here.

config/ChangeLog
config/mh-hp300
config/mh-hpux
config/mh-hpux8
config/mh-sun3

index 93d3c6d220830a74b5759e3ef4c95a666b55b0c5..352234cf3fa0e506151d9b48130f701547b150d5 100644 (file)
@@ -1,3 +1,20 @@
+Fri Oct 13 14:44:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * mh-aix, mh-sun:  Removed.
+
+       * mh-decstation (X11_EXTRA_CFLAGS): Define.
+
+       * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
+
+        * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't 
+       hardcode location of X stuff here.
+
+Thu Sep 28 13:14:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-mh-mpw: Add definitions for various 68K and PowerMac
+       compilers, add definitions for library and link steps for
+       PowerMacs.
+
 Thu Sep 14 08:20:04 1995  Fred Fish  <fnf@cygnus.com>
 
        * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
index 005aaa4adba2c0c00aa4a7438c94f33ead7ebcad..761724d92de092b7ab8014d3375529dca7948608 100644 (file)
@@ -11,7 +11,3 @@ RANLIB = ar ts
 # native cc.  Neither (a) nor (b) has a trivial fix though.
 
 CFLAGS =
-
-# X11 
-X11_INCLUDE_FLAGS = -I/usr/include/X11R5
-X11_LIB_FLAGS = -L/usr/lib/X11R5
index 10fb1569addfd7facc9bda9f7aa9134b9639fc94..4d71c9dc837bf513910bdbd33a1ca0ca58868893 100644 (file)
@@ -2,7 +2,3 @@
 CC = cc -Wp,-H256000
 SYSV = -DSYSV
 RANLIB = true
-
-# X11 
-X11_INCLUDE_FLAGS = -I/usr/include/X11R5
-X11_LIB_FLAGS = -L/usr/lib/X11R5
index cb40edd0bae97fdf08ce2617b91f054e5fb9acd1..4d71c9dc837bf513910bdbd33a1ca0ca58868893 100644 (file)
@@ -2,7 +2,3 @@
 CC = cc -Wp,-H256000
 SYSV = -DSYSV
 RANLIB = true
-
-# X11 
-X11_INCLUDE_FLAGS = -I/usr/include/X11R4
-X11_LIB_FLAGS = -L/usr/lib/X11R4
index d6ac95596c7459476a9a093b6b014481d2509e98..dcd5155b736c87c99a72d77d2ef4fd4455cb55cb 100644 (file)
@@ -1,8 +1,3 @@
-# X11 
-OPENWINHOME = /usr/openwin
-X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
-X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
-
 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
 # without overflowing the jump tables (-J says to use a 32 bit table)
 CC = cc -J
This page took 0.027623 seconds and 4 git commands to generate.