]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 5.7 - patch 20101211
[ncurses.git] / misc / Makefile.in
index 6b71b6265bebe3e4cd26187fe69791af7ffdf9b3..eb1b89ce9cc5dbd1c03e1cdbae4f2daebb49a28d 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.51 2009/02/07 18:17:17 Miroslav.Lichvar Exp $
+# $Id: Makefile.in,v 1.54 2010/11/27 21:45:27 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2009,2010 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"), #
@@ -43,6 +43,7 @@
 .SUFFIXES :
 
 SHELL          = /bin/sh
+VPATH          = @srcdir@
 THIS           = Makefile
 
 CF_MFLAGS      = @cf_cv_makeflags@
@@ -57,9 +58,6 @@ bindir                = @bindir@
 libdir         = @libdir@
 datadir                = @datadir@
 
-CC             = @CC@
-HOSTCC         = @BUILD_CC@
-
 tabsetdir      = $(datadir)/tabset
 ticdir         = @TERMINFO@
 ticfile                = $(ticdir).db
@@ -93,8 +91,7 @@ install.data :        terminfo.tmp \
        datadir=${datadir} \
        ticdir=${ticdir} \
        source=terminfo.tmp \
-       THIS_CC="$(CC)" \
-       THAT_CC="$(HOSTCC)" \
+       cross_compiling=@cross_compiling@ \
        $(SHELL) ./run_tic.sh
        @cd $(srcdir)/tabset && \
                $(SHELL) -c 'for i in * ; do \
@@ -130,7 +127,7 @@ $(DESTDIR)$(libdir) \
 $(DESTDIR)$(datadir) \
 $(DESTDIR)$(tabsetdir) \
 $(DESTDIR)$(PKG_CONFIG_LIBDIR) :
-       $(SHELL) $(top_srcdir)/mkdirs.sh $@
+       mkdir -p $@
 
 uninstall : uninstall.data uninstall.libs