]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.9 - patch 20140419
[ncurses.git] / ncurses / Makefile.in
index 79f4ebcf14581d48246b87138338e4e5c9cbeed0..f08bafb2b10f5e9e24c9b41e1568c861148b225d 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.135 2012/10/06 18:58:03 tom Exp $
+# $Id: Makefile.in,v 1.139 2013/08/04 20:20:45 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2011,2012 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2012,2013 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"), #
@@ -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
+       -rm -rf .libs *.dSYM *.map
 
 distclean :: clean
        -rm -f Makefile