improved about text
[gpiv.git] / debian / Makefile.in
blobe9be8b576008e6d539e56cc92ba0bc1cf25db8f2
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63 CATALOGS = @CATALOGS@
64 CATOBJEXT = @CATOBJEXT@
65 CC = @CC@
66 DATADIRNAME = @DATADIRNAME@
67 DEBUG = @DEBUG@
68 GENCAT = @GENCAT@
69 GLIBC21 = @GLIBC21@
70 GMOFILES = @GMOFILES@
71 GMSGFMT = @GMSGFMT@
72 GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
73 GNOMEUI_LIBS = @GNOMEUI_LIBS@
74 GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
75 GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
76 GNOME_CONFIG = @GNOME_CONFIG@
77 GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
78 GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
79 GNOME_LIBDIR = @GNOME_LIBDIR@
80 GNOME_LIBS = @GNOME_LIBS@
81 GNORBA_CFLAGS = @GNORBA_CFLAGS@
82 GNORBA_LIBS = @GNORBA_LIBS@
83 GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
84 GTK_CFLAGS = @GTK_CFLAGS@
85 GTK_CONFIG = @GTK_CONFIG@
86 GTK_LIBS = @GTK_LIBS@
87 INSTOBJEXT = @INSTOBJEXT@
88 INTLBISON = @INTLBISON@
89 INTLLIBS = @INTLLIBS@
90 INTLOBJS = @INTLOBJS@
91 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
92 LIBICONV = @LIBICONV@
93 MAKEINFO = @MAKEINFO@
94 MKINSTALLDIRS = @MKINSTALLDIRS@
95 MSGFMT = @MSGFMT@
96 ORBIT_CFLAGS = @ORBIT_CFLAGS@
97 ORBIT_CONFIG = @ORBIT_CONFIG@
98 ORBIT_IDL = @ORBIT_IDL@
99 ORBIT_LIBS = @ORBIT_LIBS@
100 OVERRIDE_IMAGE_HEIGHT_MAX = @OVERRIDE_IMAGE_HEIGHT_MAX@
101 OVERRIDE_IMAGE_WIDTH_MAX = @OVERRIDE_IMAGE_WIDTH_MAX@
102 PACKAGE = @PACKAGE@
103 PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
104 POFILES = @POFILES@
105 POSUB = @POSUB@
106 PTHREAD_LIB = @PTHREAD_LIB@
107 RANLIB = @RANLIB@
108 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
109 USE_NLS = @USE_NLS@
110 VERSION = @VERSION@
111 XPM_LIBS = @XPM_LIBS@
112 ZVT_LIBS = @ZVT_LIBS@
113 cflags_set = @cflags_set@
114 cxxflags_set = @cxxflags_set@
116 EXTRA_DIST = Makefile.in changelog control copyright dirs docs gpiv.1 menu package.doc-base rules watch
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../config.h
120 CONFIG_CLEAN_FILES =
121 DIST_COMMON = Makefile.am Makefile.in
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126 TAR = tar
127 GZIP_ENV = --best
128 all: all-redirect
129 .SUFFIXES:
130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131 cd $(top_srcdir) && $(AUTOMAKE) --gnu debian/Makefile
133 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
134 cd $(top_builddir) \
135 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137 tags: TAGS
138 TAGS:
141 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
143 subdir = debian
145 distdir: $(DISTFILES)
146 here=`cd $(top_builddir) && pwd`; \
147 top_distdir=`cd $(top_distdir) && pwd`; \
148 distdir=`cd $(distdir) && pwd`; \
149 cd $(top_srcdir) \
150 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu debian/Makefile
151 @for file in $(DISTFILES); do \
152 d=$(srcdir); \
153 if test -d $$d/$$file; then \
154 cp -pr $$d/$$file $(distdir)/$$file; \
155 else \
156 test -f $(distdir)/$$file \
157 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
158 || cp -p $$d/$$file $(distdir)/$$file || :; \
159 fi; \
160 done
161 info-am:
162 info: info-am
163 dvi-am:
164 dvi: dvi-am
165 check-am: all-am
166 check: check-am
167 installcheck-am:
168 installcheck: installcheck-am
169 install-exec-am:
170 install-exec: install-exec-am
172 install-data-am:
173 install-data: install-data-am
175 install-am: all-am
176 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177 install: install-am
178 uninstall-am:
179 uninstall: uninstall-am
180 all-am: Makefile
181 all-redirect: all-am
182 install-strip:
183 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
184 installdirs:
187 mostlyclean-generic:
189 clean-generic:
191 distclean-generic:
192 -rm -f Makefile $(CONFIG_CLEAN_FILES)
193 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
195 maintainer-clean-generic:
196 mostlyclean-am: mostlyclean-generic
198 mostlyclean: mostlyclean-am
200 clean-am: clean-generic mostlyclean-am
202 clean: clean-am
204 distclean-am: distclean-generic clean-am
206 distclean: distclean-am
208 maintainer-clean-am: maintainer-clean-generic distclean-am
209 @echo "This command is intended for maintainers to use;"
210 @echo "it deletes files that may require special tools to rebuild."
212 maintainer-clean: maintainer-clean-am
214 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
215 installcheck-am installcheck install-exec-am install-exec \
216 install-data-am install-data install-am install uninstall-am uninstall \
217 all-redirect all-am all installdirs mostlyclean-generic \
218 distclean-generic clean-generic maintainer-clean-generic clean \
219 mostlyclean distclean maintainer-clean
222 # Tell versions [3.59,3.63) of GNU make to not export all variables.
223 # Otherwise a system limit (for SysV at least) may be exceeded.
224 .NOEXPORT: