]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/Makefile.in
ncurses 5.9 - patch 20150404
[ncurses.git] / menu / Makefile.in
index ad1f47a22e8de5094bda66c23dec822a0e192020..9cc1dd649649db575d1f612f60a9dbb5823b7333 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.57 2013/08/04 20:23:27 tom Exp $
+# $Id: Makefile.in,v 1.61 2014/12/20 20:28:09 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2012,2013 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2013,2014 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"), #
@@ -51,6 +51,7 @@ o             = .@OBJEXT@
 
 MODEL          = @DFT_LWR_MODEL@
 DESTDIR                = @DESTDIR@
+top_srcdir     = @top_srcdir@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -61,7 +62,10 @@ includesubdir        = @includesubdir@
 
 INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
+PACKAGE                = @PACKAGE@
+
 LIBTOOL                = @LIBTOOL@
+LIBTOOL_OPTS   = @LIBTOOL_OPTS@ @EXPORT_SYMS@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
 LIBTOOL_COMPILE        = @LIB_COMPILE@
 LIBTOOL_LINK   = @LIB_LINK@
@@ -87,7 +91,7 @@ CC            = @CC@
 CPP            = @CPP@
 CFLAGS         = @CFLAGS@
 
-CPPFLAGS       = -I@top_srcdir@/ncurses -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS       = -I${top_srcdir}/ncurses -DHAVE_CONFIG_H @CPPFLAGS@
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)
 
@@ -106,6 +110,8 @@ SHLIB_DIRS  = -L../lib
 SHLIB_LIST     = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
 
 RPATH_LIST     = @RPATH_LIST@
+RESULTING_SYMS = @RESULTING_SYMS@
+VERSIONED_SYMS = @VERSIONED_SYMS@
 MK_SHARED_LIB  = @MK_SHARED_LIB@
 
 NCURSES_MAJOR  = @NCURSES_MAJOR@