Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 1 | # $Id: Makefile.in,v 1.40 2015/08/05 23:15:41 tom Exp $ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 2 | ############################################################################## |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 3 | # Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 4 | # # |
| 5 | # Permission is hereby granted, free of charge, to any person obtaining a # |
| 6 | # copy of this software and associated documentation files (the "Software"), # |
| 7 | # to deal in the Software without restriction, including without limitation # |
| 8 | # the rights to use, copy, modify, merge, publish, distribute, distribute # |
| 9 | # with modifications, sublicense, and/or sell copies of the Software, and to # |
| 10 | # permit persons to whom the Software is furnished to do so, subject to the # |
| 11 | # following conditions: # |
| 12 | # # |
| 13 | # The above copyright notice and this permission notice shall be included in # |
| 14 | # all copies or substantial portions of the Software. # |
| 15 | # # |
| 16 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # |
| 17 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # |
| 18 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # |
| 19 | # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # |
| 20 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # |
| 21 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # |
| 22 | # DEALINGS IN THE SOFTWARE. # |
| 23 | # # |
| 24 | # Except as contained in this notice, the name(s) of the above copyright # |
| 25 | # holders shall not be used in advertising or otherwise to promote the sale, # |
| 26 | # use or other dealings in this Software without prior written # |
| 27 | # authorization. # |
| 28 | ############################################################################## |
| 29 | # |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 30 | # Author: Thomas E. Dickey 1996-on |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 31 | # |
| 32 | # Master Makefile for ncurses library. |
| 33 | |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 34 | SHELL = @SHELL@ |
| 35 | VPATH = @srcdir@ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 36 | |
| 37 | DESTDIR=@DESTDIR@ |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 38 | RPATH_LIST=@RPATH_LIST@ |
| 39 | TOP_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)" |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 40 | |
| 41 | @SET_MAKE@ |
| 42 | |
| 43 | NCURSES_MAJOR = @NCURSES_MAJOR@ |
| 44 | NCURSES_MINOR = @NCURSES_MINOR@ |
| 45 | NCURSES_PATCH = @NCURSES_PATCH@ |
| 46 | |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 47 | top_srcdir = @top_srcdir@ |
| 48 | srcdir = @srcdir@ |
| 49 | |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 50 | prefix = @prefix@ |
| 51 | exec_prefix = @exec_prefix@ |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 52 | datarootdir = @datarootdir@ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 53 | |
| 54 | bindir = @bindir@ |
| 55 | ticdir = @TERMINFO@ |
| 56 | includedir = @includedir@ |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 57 | includesubdir = @includesubdir@ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 58 | libdir = @libdir@ |
| 59 | mandir = @mandir@ |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 60 | pkgdir = @PKG_CONFIG_LIBDIR@ |
| 61 | |
| 62 | include_dir = ${includedir}${includesubdir} |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 63 | |
| 64 | INSTALL = @INSTALL@ |
| 65 | INSTALL_DATA = @INSTALL_DATA@ |
| 66 | |
| 67 | DIRS_TO_MAKE = @DIRS_TO_MAKE@ |
| 68 | |
| 69 | all :: $(DIRS_TO_MAKE) |
| 70 | |
| 71 | $(DIRS_TO_MAKE) : |
| 72 | mkdir $@ |
| 73 | |
| 74 | preinstall : |
| 75 | @ echo '' |
| 76 | @ echo '** Configuration summary for NCURSES $(NCURSES_MAJOR).$(NCURSES_MINOR) $(NCURSES_PATCH):' |
| 77 | @ echo '' |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 78 | @ echo ' extended funcs: '`test @NCURSES_EXT_FUNCS@ != 0 && echo yes || echo no` |
| 79 | @ echo ' xterm terminfo: '@WHICH_XTERM@ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 80 | @ echo '' |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 81 | @ echo ' bin directory: '$(bindir) |
| 82 | @ echo ' lib directory: '$(libdir) |
| 83 | @ echo ' include directory: '$(include_dir) |
| 84 | @ echo ' man directory: '$(mandir) |
| 85 | @MAKE_TERMINFO@ @ echo ' terminfo directory: '$(ticdir) |
| 86 | @MAKE_PC_FILES@ @ echo ' pkg-config directory: '$(pkgdir) |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 87 | @ echo '' |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 88 | @ test "$(include_dir)" = "$(prefix)/include" || \ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 89 | echo '** Include-directory is not in a standard location' |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 90 | @ test ! -f $(include_dir)/termcap.h || \ |
| 91 | fgrep NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 92 | echo '** Will overwrite non-ncurses termcap.h' |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 93 | @ test ! -f $(include_dir)/curses.h || \ |
| 94 | fgrep NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 95 | echo '** Will overwrite non-ncurses curses.h' |
| 96 | |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame^] | 97 | distclean \ |
| 98 | realclean :: |
| 99 | |
| 100 | |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 101 | # Put the common rules here so that we can easily construct the list of |
| 102 | # directories to visit. |
| 103 | all \ |
| 104 | clean \ |
| 105 | distclean \ |
| 106 | mostlyclean \ |
| 107 | realclean \ |
| 108 | depend \ |
| 109 | sources \ |
| 110 | tags \ |
| 111 | uninstall \ |
| 112 | install :: |