X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=4cb39b0c79db9b3f41137336de44b7bd20471b4c;hp=95c22ab398a4d0c172b816076016631328002ce6;hb=6209b84e2f9cc5a53527760499be2cba5fc4e95c;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/misc/Makefile.in b/misc/Makefile.in index 95c22ab3..4cb39b0c 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.40 2006/10/21 13:28:03 tom Exp $ +# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ ############################################################################## -# Copyright (c) 1998-2004,2006 Free Software Foundation, Inc. # +# Copyright (c) 1998-2006,2007 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"), # @@ -76,7 +76,7 @@ depend : sources : -install : install.data install.scripts +install : install.data install.libs install.data : terminfo.tmp \ $(DESTDIR)$(libdir) \ @@ -103,7 +103,7 @@ install.data : terminfo.tmp \ NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config -install.scripts : ncurses-config +install.libs : $(DESTDIR)$(bindir) ncurses-config $(INSTALL_PROG) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG) terminfo.tmp : run_tic.sed $(source) @@ -115,19 +115,20 @@ run_tic.sed : ticdir=${ticdir} \ $(SHELL) $(srcdir)/gen_edit.sh >$@ +$(DESTDIR)$(bindir) \ $(DESTDIR)$(libdir) \ $(DESTDIR)$(datadir) \ $(DESTDIR)$(tabsetdir) : - $(SHELL) $(top_srcdir)/mkinstalldirs $@ + $(SHELL) $(top_srcdir)/mkdirs.sh $@ -uninstall : uninstall.data uninstall.scripts +uninstall : uninstall.data uninstall.libs uninstall.data : -test -d $(DESTDIR)$(tabsetdir) && rm -rf $(DESTDIR)$(tabsetdir) -test -d $(DESTDIR)$(ticdir) && rm -rf $(DESTDIR)$(ticdir) -test -f $(DESTDIR)$(ticfile) && rm -f $(DESTDIR)$(ticfile) -uninstall.scripts : +uninstall.libs : -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG) tags :