]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/Makefile.in
ncurses 5.7 - patch 20090207
[ncurses.git] / menu / Makefile.in
index 4a138886bc3ba4d2d2f822b942e2954069de7716..929b570ce479594c34b04b02e076b46ce0e4ca99 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.44 2007/02/24 21:58:06 tom Exp $
+# $Id: Makefile.in,v 1.49 2009/01/03 19:09:26 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2007,2009 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"), #
@@ -70,7 +70,7 @@ INSTALL_PROG  = @INSTALL_PROGRAM@
 INSTALL_DATA   = @INSTALL_DATA@
 
 AR             = @AR@
 INSTALL_DATA   = @INSTALL_DATA@
 
 AR             = @AR@
-AR_OPTS                = @AR_OPTS@
+ARFLAGS                = @ARFLAGS@
 AWK            = @AWK@
 LD             = @LD@
 LN_S           = @LN_S@
 AWK            = @AWK@
 LD             = @LD@
 LN_S           = @LN_S@
@@ -91,7 +91,7 @@ CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
 
 CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
 
 
 CFLAGS_DEFAULT = $(CFLAGS_@DFT_UPR_MODEL@)
 
-LINK           = $(LIBTOOL_LINK) $(CC)
+LINK           = $(LIBTOOL_LINK)
 LDFLAGS                = @LDFLAGS@ @LD_MODEL@ @LIBS@
 
 SHLIB_DIRS     = -L../lib
 LDFLAGS                = @LDFLAGS@ @LD_MODEL@ @LIBS@
 
 SHLIB_DIRS     = -L../lib
@@ -126,7 +126,7 @@ sources :   $(AUTO_SRC)
 
 $(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) :
 
 $(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) :
-       sh $(srcdir)/../mkinstalldirs $@
+       sh $(srcdir)/../mkdirs.sh $@
 
 # make copies to simplify include-paths while still keeping menu's include
 # file in this directory.
 
 # make copies to simplify include-paths while still keeping menu's include
 # file in this directory.