supply standard X11 include & library directories
authorDavid D. Zuhn <zoo@cygnus>
Sat, 28 Nov 1992 02:40:01 +0000 (02:40 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sat, 28 Nov 1992 02:40:01 +0000 (02:40 +0000)
ChangeLog
config/mh-hpux
config/mh-solaris [new file with mode: 0644]

index bc7a29adc07c9e95397d3ce5536ddd34e8b77d3f..8a6b3af4d35a65395b70c2f8c3137b315e043062 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * Makefile.in: define flags for X11 include files and library file
        locations, pass them down to the programs that need this info
 
+       * config/{mh-hpux,mh-solaris}: define the "standard" locations for
+       the vendor supplied X11 headers and libraries
+
 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * configure.in: start building libg++ for HP-UX targets
index b10d7edf981f73b81a799b6d85d5bb34adb044b1..183fbc3c6427f5c82d5a7c0b639a14b774f4c521 100644 (file)
@@ -2,3 +2,7 @@
 SYSV = -DSYSV
 RANLIB = true
 INSTALL = cp
+
+# X11 
+X11_INCLUDE_FLAGS = -I/usr/include/X11R4
+X11_LIB_FLAGS = -L/usr/lib/X11R4
diff --git a/config/mh-solaris b/config/mh-solaris
new file mode 100644 (file)
index 0000000..1cb21c7
--- /dev/null
@@ -0,0 +1,12 @@
+# Makefile changes for Suns running Solaris 2
+
+SYSV = -DSYSV
+RANLIB = true
+INSTALL = cp
+CFLAGS = -g 
+
+# if you're using Sun's C compiler, add -xs to the CFLAGS line
+
+# X11 
+X11_INCLUDE_FLAGS = -I/usr/openwin/include
+X11_LIB_FLAGS = -L/usr/openwin/lib