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

« back to all changes in this revision

Viewing changes to panel/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-14 21:06:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214210600-2rdjwvpplgvh3zeb
Tags: 5.7+20081213-1
MergingĀ upstreamĀ versionĀ 5.7+20081213.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.in,v 1.46 2003/11/01 22:44:33 tom Exp $
 
1
# $Id: Makefile.in,v 1.52 2007/04/28 14:56:11 tom Exp $
2
2
##############################################################################
3
 
# Copyright (c) 1998-2002,2003 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"), #
27
27
# authorization.                                                             #
28
28
##############################################################################
29
29
#
30
 
# Author: Thomas E. Dickey 1996-2002
 
30
# Author: Thomas E. Dickey 1996-on
31
31
#
32
32
# Makefile for panels source code.
33
33
#
67
67
 
68
68
INSTALL         = @INSTALL@
69
69
INSTALL_LIB     = @INSTALL@ @INSTALL_LIB@
70
 
INSTALL_PROG    = @INSTALL_PROG@
 
70
INSTALL_PROG    = @INSTALL_PROGRAM@
71
71
INSTALL_DATA    = @INSTALL_DATA@
72
72
 
73
73
AR              = @AR@
92
92
 
93
93
CFLAGS_DEFAULT  = $(CFLAGS_@DFT_UPR_MODEL@)
94
94
 
95
 
LINK            = $(LIBTOOL_LINK) $(CC)
 
95
LINK            = $(LIBTOOL_LINK)
96
96
LDFLAGS         = @LDFLAGS@ @LD_MODEL@ @LIBS@
97
97
 
98
98
SHLIB_DIRS      = -L../lib
107
107
 
108
108
RANLIB          = @LIB_PREP@
109
109
 
110
 
IMPORT_LIB      = @IMPORT_LIB@
111
 
SHARED_LIB      = @SHARED_LIB@
112
110
LIBRARIES       = @LIBS_TO_MAKE@
113
111
 
114
112
LINT            = @LINT@
127
125
 
128
126
$(DESTDIR)$(bindir) \
129
127
$(DESTDIR)$(libdir) :
130
 
        sh $(srcdir)/../mkinstalldirs $@
 
128
        sh $(srcdir)/../mkdirs.sh $@
131
129
 
132
130
# make a copy to simplify include-paths while still keeping panel's include
133
131
# file in this directory.