~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to stp_support/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(libstp_support_la_SOURCES) $(test_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
42
40
subdir = stp_support
43
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
44
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
45
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
46
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
47
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
46
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
49
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
51
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
104
106
GETOPT_LIBS = @GETOPT_LIBS@
105
107
GLIB2_CFLAGS = @GLIB2_CFLAGS@
106
108
GLIB2_LIBS = @GLIB2_LIBS@
 
109
GMSGFMT = @GMSGFMT@
107
110
GP_CFLAGS = @GP_CFLAGS@
108
111
GP_LIBS = @GP_LIBS@
109
112
GTK2_CFLAGS = @GTK2_CFLAGS@
112
115
INSTALL_PROGRAM = @INSTALL_PROGRAM@
113
116
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
117
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
118
INTLLIBS = @INTLLIBS@
 
119
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
115
120
JPEG_LIBS = @JPEG_LIBS@
116
121
LCMS_CFLAGS = @LCMS_CFLAGS@
117
122
LCMS_LIBS = @LCMS_LIBS@
118
123
LDFLAGS = @LDFLAGS@
 
124
LIBICONV = @LIBICONV@
 
125
LIBINTL = @LIBINTL@
119
126
LIBM_LIBS = @LIBM_LIBS@
120
127
LIBOBJS = @LIBOBJS@
121
128
LIBS = @LIBS@
122
129
LIBTOOL = @LIBTOOL@
123
130
LN_S = @LN_S@
 
131
LTLIBICONV = @LTLIBICONV@
 
132
LTLIBINTL = @LTLIBINTL@
124
133
LTLIBOBJS = @LTLIBOBJS@
125
134
MAKEINFO = @MAKEINFO@
 
135
MKINSTALLDIRS = @MKINSTALLDIRS@
 
136
MSGFMT = @MSGFMT@
 
137
MSGMERGE = @MSGMERGE@
126
138
OBJEXT = @OBJEXT@
127
139
PACKAGE = @PACKAGE@
128
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
145
PATH_SEPARATOR = @PATH_SEPARATOR@
134
146
PKG_CONFIG = @PKG_CONFIG@
135
147
PNM_LIBS = @PNM_LIBS@
 
148
POSUB = @POSUB@
136
149
RANLIB = @RANLIB@
137
150
SET_MAKE = @SET_MAKE@
138
151
SHELL = @SHELL@
139
152
STRIP = @STRIP@
140
153
TIFF_LIBS = @TIFF_LIBS@
 
154
USE_NLS = @USE_NLS@
141
155
VERSION = @VERSION@
 
156
XGETTEXT = @XGETTEXT@
142
157
ac_ct_AR = @ac_ct_AR@
143
158
ac_ct_CC = @ac_ct_CC@
144
159
ac_ct_CXX = @ac_ct_CXX@