]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 6.1 - patch 20180203
[ncurses.git] / misc / Makefile.in
index 662cee6ef5b33f6401699df4dc9adb3fcb523df8..ca106644a2fa6fa6d840885d11bc8750d04e10d7 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.66 2016/09/03 00:07:54 tom Exp $
+# $Id: Makefile.in,v 1.68 2017/12/31 20:34:42 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 1998-2015,2016 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2016,2017 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"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -75,12 +75,11 @@ INSTALL_DATA        = @INSTALL_DATA@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
 ################################################################################
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
 ################################################################################
-all :  terminfo.tmp
+all \
+sources :: terminfo.tmp 
 
 depend :
 
 
 depend :
 
-sources :: terminfo.tmp 
-
 install : @MISC_INSTALL_DATA@ install.libs
 
 install.data : terminfo.tmp \
 install : @MISC_INSTALL_DATA@ install.libs
 
 install.data : terminfo.tmp \
@@ -105,7 +104,7 @@ install.data :      terminfo.tmp \
                        $(INSTALL_DATA) $$i $(DESTDIR)$(tabsetdir)/$$i; \
                        fi; done'
 
                        $(INSTALL_DATA) $$i $(DESTDIR)$(tabsetdir)/$$i; \
                        fi; done'
 
-NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config
+NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@@cf_config_suffix@-config
 
 install.libs :: $(DESTDIR)$(bindir) ncurses-config
        $(INSTALL_SCRIPT) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
 
 install.libs :: $(DESTDIR)$(bindir) ncurses-config
        $(INSTALL_SCRIPT) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
@@ -127,6 +126,7 @@ install.libs :: $(DESTDIR)$(bindir) ncurses-config
 @MAKE_PC_FILES@                        ;; \
 @MAKE_PC_FILES@                esac'
 
 @MAKE_PC_FILES@                        ;; \
 @MAKE_PC_FILES@                esac'
 
+@MAKE_PC_FILES@all \
 @MAKE_PC_FILES@sources :: pc-files
 @MAKE_PC_FILES@pc-files :
 @MAKE_PC_FILES@        $(SHELL) ./gen-pkgconfig
 @MAKE_PC_FILES@sources :: pc-files
 @MAKE_PC_FILES@pc-files :
 @MAKE_PC_FILES@        $(SHELL) ./gen-pkgconfig