]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.9 - patch 20110910
[ncurses.git] / ncurses / Makefile.in
index ede69ed28e41b7e92375a25199717924e80d2c20..c0b3d824853b11e0eed98f07ae370f125f7ab200 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.129 2010/10/23 20:53:01 tom Exp $
+# $Id: Makefile.in,v 1.131 2011/08/07 15:46:50 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -46,6 +46,7 @@
 .SUFFIXES:
 
 SHELL          = /bin/sh
+VPATH          = @srcdir@
 THIS           = Makefile
 
 CF_MFLAGS      = @cf_cv_makeflags@
@@ -124,6 +125,7 @@ SHLIB_LIST  = $(SHLIB_DIRS) @SHLIB_LIST@
 TINFO_LIST     = $(SHLIB_DIRS) @TINFO_LIST@
 TICS_LIST      = $(SHLIB_DIRS) @TICS_LIST@
 
+RPATH_LIST     = @RPATH_LIST@
 MK_SHARED_LIB  = @MK_SHARED_LIB@
 
 NCURSES_MAJOR  = @NCURSES_MAJOR@