]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.9 - patch 20130824
[ncurses.git] / ncurses / Makefile.in
index b9a99a500b95e3fa49b97813ca1688ae112f13f2..f4965c085c342e8a28f05d520fe355169a712568 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.136 2012/12/22 23:34:40 tom Exp $
+# $Id: Makefile.in,v 1.138 2013/08/04 20:20:45 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2011,2012 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -66,6 +66,9 @@ libdir                = @libdir@
 includedir     = @includedir@
 datarootdir    = @datarootdir@
 datadir                = @datadir@
+includesubdir  = @includesubdir@
+
+INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
 LIBTOOL                = @LIBTOOL@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
@@ -85,6 +88,7 @@ ARFLAGS               = @ARFLAGS@
 AWK            = @AWK@
 LD             = @LD@
 LN_S           = @LN_S@
+NM             = @NM@
 
 CTAGS          = @CTAGS@
 ETAGS          = @ETAGS@
@@ -256,6 +260,9 @@ tags:
 @MAKE_UPPER_TAGS@TAGS:
 @MAKE_UPPER_TAGS@      $(ETAGS) *.[ch] */*.[ch]
 
+ncurses.map : $(LIBRARIES)
+       $(NM) -p $(LIBRARIES) >$@
+
 mostlyclean ::
        -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
        -rm -f $(TEST_PROGS)
@@ -264,7 +271,7 @@ clean :: mostlyclean
        -rm -f $(AUTO_SRC)
        -rm -f make_keys$(BUILD_EXEEXT)
        -rm -f make_hash$(BUILD_EXEEXT)
-       -rm -rf .libs *.dSYM
+       -rm -rf .libs *.dSYM *.map
 
 distclean :: clean
        -rm -f Makefile