* Makefile.in (INSTALLED_LIBS): New variable.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 May 1993 17:56:18 +0000 (17:56 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 May 1993 17:56:18 +0000 (17:56 +0000)
gdb/ChangeLog
gdb/Makefile.in

index d7d7eaf6523d1fe4a93104b4c61d41892d0a8bd6..73ed9be957e2df389aa8432ec3133532deda0365 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 19 12:33:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (INSTALLED_LIBS): New variable.
+
 Tue May 18 14:08:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * main.c (quit_command): In the "quit anyway?" message, tell the user
index 5c52ccd2d1d68af5f5a7fcef22e6246ac6e0c06e..85bbff356472772f51e468f59a5220b8b1ab30f0 100644 (file)
@@ -156,6 +156,10 @@ OPCODES = ./../opcodes${subdir}/libopcodes.a
 # Libraries and corresponding dependencies for compiling gdb.
 # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
 # TERMCAP comes after readline, since readline depends on it.
+# If you have the Cygnus libraries installed,
+# you can use 'CLIBS=${INSTALLED_LIBS}' 'CDEPS='
+INSTALLED_LIBS=-lbfd -lreadline ${TERMCAP} -lopcodes -lmmalloc \
+       -liberty ${XM_CLIBS} ${TM_CLIBS} ${NAT_CLIBS}
 CLIBS = ${BFD_LIB} ${RL_LIB} ${TERMCAP} ${OPCODES} ${MMALLOC_LIB} \
        ${LIBIBERTY} ${XM_CLIBS} ${TM_CLIBS} ${NAT_CLIBS}
 CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \