mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
supply standard X11 include & library directories
This commit is contained in:
parent
d1bea4c760
commit
55f6d8c4ad
@ -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
|
||||
|
@ -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
|
||||
|
12
config/mh-solaris
Normal file
12
config/mh-solaris
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user