~ubuntu-branches/ubuntu/jaunty/fltk1.1/jaunty

« back to all changes in this revision

Viewing changes to FL/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2007-02-21 16:56:13 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070221165613-tgsyru29aprq97yj
Tags: 1.1.7-3
* debian/po/pt.po: new (European) Portuguese translation for
  libfltk1.1-dev, courtesy of Pedro Ribeiro <p.m42.ribeiro@gmail.com>.
  (Closes: #410733.)
* Declare (preexisting) compliance with Standards-Version: 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $"
 
2
# "$Id: Makefile.in 4288 2005-04-16 00:13:17Z mike $"
3
3
#
4
4
# Header makefile for the Fast Light Tool Kit (FLTK).
5
5
#
6
 
# Copyright 1998-2004 by Bill Spitzak and others.
 
6
# Copyright 1998-2005 by Bill Spitzak and others.
7
7
#
8
8
# This library is free software; you can redistribute it and/or
9
9
# modify it under the terms of the GNU Library General Public
20
20
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21
21
# USA.
22
22
#
23
 
# Please report all bugs and problems to "fltk-bugs@fltk.org".
 
23
# Please report all bugs and problems on the following page:
 
24
#
 
25
#      http://www.fltk.org/str.php
24
26
#
25
27
 
26
28
include ../makeinclude
27
29
 
28
30
all:
29
31
 
 
32
clean:
 
33
 
 
34
depend:
 
35
 
30
36
install:
31
37
        echo "Installing include files in $(DESTDIR)$(includedir)..."
32
38
        -$(MKDIR) -p $(DESTDIR)$(includedir)
54
60
 
55
61
 
56
62
#
57
 
# End of "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $".
 
63
# End of "$Id: Makefile.in 4288 2005-04-16 00:13:17Z mike $".
58
64
#