X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=ca106644a2fa6fa6d840885d11bc8750d04e10d7;hp=662cee6ef5b33f6401699df4dc9adb3fcb523df8;hb=9da7d09296c1b625afd18567a6828d8e7ec2ee01;hpb=bdb754b9f04f332b59d72f761a297497b2db8af1 diff --git a/misc/Makefile.in b/misc/Makefile.in index 662cee6e..ca106644 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -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"), # @@ -75,12 +75,11 @@ INSTALL_DATA = @INSTALL_DATA@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ ################################################################################ -all : terminfo.tmp +all \ +sources :: terminfo.tmp depend : -sources :: 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' -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) @@ -127,6 +126,7 @@ install.libs :: $(DESTDIR)$(bindir) ncurses-config @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