~vorlon/ubuntu/oneiric/libogg/multiarch

« back to all changes in this revision

Viewing changes to win32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-14 16:43:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051214164315-9moe8pktxsl5o9yw
Tags: 1.1.3-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = win32
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
43
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(mkdir_p)
 
44
mkinstalldirs = $(install_sh) -d
44
45
CONFIG_HEADER = $(top_builddir)/config.h
45
46
CONFIG_CLEAN_FILES =
46
47
SOURCES =
127
128
am__include = @am__include@
128
129
am__leading_dot = @am__leading_dot@
129
130
am__quote = @am__quote@
 
131
am__tar = @am__tar@
 
132
am__untar = @am__untar@
130
133
bindir = @bindir@
131
134
build = @build@
132
135
build_alias = @build_alias@
258
261
clean-generic:
259
262
 
260
263
distclean-generic:
261
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
264
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
262
265
 
263
266
maintainer-clean-generic:
264
267
        @echo "This command is intended for maintainers to use"