~ubuntu-branches/ubuntu/saucy/ucarp/saucy

« back to all changes in this revision

Viewing changes to examples/linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2004-12-24 12:39:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041224123930-9qnzcd6o5j0jjjvm
Tags: 1.1-2
Patched to correct a bug that caused upscript to also be applied
when state changed to BACKUP, if --dowscript was passed before
--upscript, (Closes: #284891). Thanks Michail Bachmann
<michail.bachmann@cms.hu-berlin.de>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
host_triplet = @host@
36
37
subdir = examples/linux
37
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
41
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
42
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
43
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
44
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
40
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
46
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(mkdir_p)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
48
CONFIG_HEADER = $(top_builddir)/config.h
44
49
CONFIG_CLEAN_FILES =
45
50
SOURCES =
67
72
ECHO_T = @ECHO_T@
68
73
EGREP = @EGREP@
69
74
EXEEXT = @EXEEXT@
 
75
GMSGFMT = @GMSGFMT@
70
76
INSTALL_DATA = @INSTALL_DATA@
71
77
INSTALL_PROGRAM = @INSTALL_PROGRAM@
72
78
INSTALL_SCRIPT = @INSTALL_SCRIPT@
73
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
80
INTLLIBS = @INTLLIBS@
74
81
ISODATE = @ISODATE@
75
82
LDFLAGS = @LDFLAGS@
 
83
LIBICONV = @LIBICONV@
 
84
LIBINTL = @LIBINTL@
76
85
LIBOBJS = @LIBOBJS@
77
86
LIBS = @LIBS@
 
87
LTLIBICONV = @LTLIBICONV@
 
88
LTLIBINTL = @LTLIBINTL@
78
89
LTLIBOBJS = @LTLIBOBJS@
79
90
MAKEINFO = @MAKEINFO@
 
91
MKINSTALLDIRS = @MKINSTALLDIRS@
 
92
MSGFMT = @MSGFMT@
 
93
MSGMERGE = @MSGMERGE@
80
94
OBJEXT = @OBJEXT@
81
95
PACKAGE = @PACKAGE@
82
96
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85
99
PACKAGE_TARNAME = @PACKAGE_TARNAME@
86
100
PACKAGE_VERSION = @PACKAGE_VERSION@
87
101
PATH_SEPARATOR = @PATH_SEPARATOR@
 
102
POSUB = @POSUB@
88
103
SET_MAKE = @SET_MAKE@
89
104
SHELL = @SHELL@
90
105
STRIP = @STRIP@
 
106
USE_NLS = @USE_NLS@
91
107
VERSION = @VERSION@
 
108
XGETTEXT = @XGETTEXT@
92
109
ac_ct_CC = @ac_ct_CC@
93
110
ac_ct_STRIP = @ac_ct_STRIP@
94
111
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
97
114
am__leading_dot = @am__leading_dot@
98
115
am__quote = @am__quote@
99
116
bindir = @bindir@
 
117
build = @build@
100
118
build_alias = @build_alias@
 
119
build_cpu = @build_cpu@
 
120
build_os = @build_os@
 
121
build_vendor = @build_vendor@
101
122
datadir = @datadir@
102
123
exec_prefix = @exec_prefix@
 
124
host = @host@
103
125
host_alias = @host_alias@
 
126
host_cpu = @host_cpu@
 
127
host_os = @host_os@
 
128
host_vendor = @host_vendor@
104
129
includedir = @includedir@
105
130
infodir = @infodir@
106
131
install_sh = @install_sh@