~ubuntu-branches/ubuntu/lucid/gauche-c-wrapper/lucid

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2008-07-16 10:51:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080716105100-ye2wkbrk9087iwr8
Tags: upstream-0.5.4
ImportĀ upstreamĀ versionĀ 0.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile.in 363 2006-12-22 15:54:25Z naoki $
 
2
# $Id: Makefile.in 546 2008-05-11 00:24:56Z naoki $
3
3
#
4
4
 
5
5
# General info
9
9
bindir      = @bindir@
10
10
libdir      = @libdir@
11
11
datadir     = @datadir@
 
12
datarootdir = @datarootdir@
12
13
srcdir      = @srcdir@
13
14
VPATH       = $(srcdir)
14
15