]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 5.6 - patch 20070128
[ncurses.git] / misc / Makefile.in
index 95c22ab398a4d0c172b816076016631328002ce6..76f67fc2a25315d9cc00267a38a73b797a1e2098 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.40 2006/10/21 13:28:03 tom Exp $
+# $Id: Makefile.in,v 1.42 2006/12/31 00:11:06 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2004,2006 Free Software Foundation, Inc.                #
 #                                                                            #
 ##############################################################################
 # Copyright (c) 1998-2004,2006 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -76,7 +76,7 @@ depend :
 
 sources :
 
 
 sources :
 
-install : install.data install.scripts
+install : install.data install.libs
 
 install.data : terminfo.tmp \
                $(DESTDIR)$(libdir) \
 
 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
 
 
 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)
        $(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 >$@
 
        ticdir=${ticdir} \
        $(SHELL) $(srcdir)/gen_edit.sh >$@
 
+$(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) \
 $(DESTDIR)$(datadir) \
 $(DESTDIR)$(tabsetdir) :
        $(SHELL) $(top_srcdir)/mkinstalldirs $@
 
 $(DESTDIR)$(libdir) \
 $(DESTDIR)$(datadir) \
 $(DESTDIR)$(tabsetdir) :
        $(SHELL) $(top_srcdir)/mkinstalldirs $@
 
-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.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 :
        -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
 
 tags :