~ubuntu-branches/debian/sid/ncurses/sid-200908151531

« back to all changes in this revision

Viewing changes to menu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-11-05 21:34:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081105213400-7d9r3jj2ngz18k24
Tags: 5.7-1
* Merging upstream version 5.7.
* Updating soname and sodepver to 5.7 in rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.in,v 1.50 2009/03/28 18:22:39 Charles.Wilson Exp $
 
1
# $Id: Makefile.in,v 1.48 2007/04/28 14:56:11 tom Exp $
2
2
##############################################################################
3
 
# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
 
3
# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
4
4
#                                                                            #
5
5
# Permission is hereby granted, free of charge, to any person obtaining a    #
6
6
# copy of this software and associated documentation files (the "Software"), #
63
63
LIBTOOL_LINK    = @LIB_LINK@
64
64
LIBTOOL_INSTALL = @LIB_INSTALL@
65
65
LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
66
 
LT_UNDEF        = @LT_UNDEF@
67
66
 
68
67
INSTALL         = @INSTALL@
69
68
INSTALL_LIB     = @INSTALL@ @INSTALL_LIB@
71
70
INSTALL_DATA    = @INSTALL_DATA@
72
71
 
73
72
AR              = @AR@
74
 
ARFLAGS         = @ARFLAGS@
 
73
AR_OPTS         = @AR_OPTS@
75
74
AWK             = @AWK@
76
75
LD              = @LD@
77
76
LN_S            = @LN_S@