1
# Makefile.in generated automatically by automake 1.4-p1 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
17
top_srcdir = @top_srcdir@
20
exec_prefix = @exec_prefix@
24
libexecdir = @libexecdir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
46
AUTOHEADER = @AUTOHEADER@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
60
host_alias = @host_alias@
63
BUILD_GUILE = @BUILD_GUILE@
64
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66
CATOBJEXT = @CATOBJEXT@
70
CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@
71
CURSES_LIBS = @CURSES_LIBS@
73
DATADIRNAME = @DATADIRNAME@
77
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
78
GDK_PIXBUF_CONFIG = @GDK_PIXBUF_CONFIG@
79
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
83
GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
84
GNOMEUI_LIBS = @GNOMEUI_LIBS@
85
GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
86
GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
87
GNOME_CONFIG = @GNOME_CONFIG@
88
GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
89
GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
90
GNOME_LIBDIR = @GNOME_LIBDIR@
91
GNOME_LIBS = @GNOME_LIBS@
92
GNORBA_CFLAGS = @GNORBA_CFLAGS@
93
GNORBA_LIBS = @GNORBA_LIBS@
94
GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
95
GTK_CFLAGS = @GTK_CFLAGS@
96
GTK_CONFIG = @GTK_CONFIG@
100
GUILE_INCS = @GUILE_INCS@
101
GUILE_LIBS = @GUILE_LIBS@
102
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
103
INSTOBJEXT = @INSTOBJEXT@
104
INTLDEPS = @INTLDEPS@
105
INTLLIBS = @INTLLIBS@
106
INTLOBJS = @INTLOBJS@
111
MAKEINFO = @MAKEINFO@
112
MKINSTALLDIRS = @MKINSTALLDIRS@
115
ORBIT_CFLAGS = @ORBIT_CFLAGS@
116
ORBIT_CONFIG = @ORBIT_CONFIG@
117
ORBIT_IDL = @ORBIT_IDL@
118
ORBIT_LIBS = @ORBIT_LIBS@
122
PTHREAD_LIB = @PTHREAD_LIB@
123
QTTHREADS_LIB = @QTTHREADS_LIB@
125
READLINE_LIB = @READLINE_LIB@
126
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
127
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
129
TERMCAP_LIB = @TERMCAP_LIB@
130
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
133
XPM_LIBS = @XPM_LIBS@
134
ZVT_LIBS = @ZVT_LIBS@
137
CURSORS = apple.xpm bsd.xpm bucket.xpm hand_down.xpm hand_down_mask.xpm hand_up.xpm hand_up_mask.xpm hurd.xpm linux.xpm next.xpm os2.xpm redhat.xpm sgi.xpm sun.xpm debian.xpm beos.xpm turbolinux.xpm suse.xpm caldera.xpm mandrake.xpm
140
cursordir = $(datadir)/xbill/cursors
142
cursor_DATA = $(CURSORS)
144
EXTRA_DIST = $(CURSORS)
145
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146
CONFIG_HEADER = ../../config.h
148
DATA = $(cursor_DATA)
150
DIST_COMMON = Makefile.am Makefile.in
153
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
159
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
160
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps xbill/cursors/Makefile
162
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
164
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
install-cursorDATA: $(cursor_DATA)
169
$(mkinstalldirs) $(DESTDIR)$(cursordir)
170
@list='$(cursor_DATA)'; for p in $$list; do \
171
if test -f $(srcdir)/$$p; then \
172
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cursordir)/$$p"; \
173
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cursordir)/$$p; \
174
else if test -f $$p; then \
175
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(cursordir)/$$p"; \
176
$(INSTALL_DATA) $$p $(DESTDIR)$(cursordir)/$$p; \
180
uninstall-cursorDATA:
182
list='$(cursor_DATA)'; for p in $$list; do \
183
rm -f $(DESTDIR)$(cursordir)/$$p; \
189
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
191
subdir = xbill/cursors
193
distdir: $(DISTFILES)
194
@for file in $(DISTFILES); do \
196
if test -d $$d/$$file; then \
197
cp -pr $$d/$$file $(distdir)/$$file; \
199
test -f $(distdir)/$$file \
200
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
201
|| cp -p $$d/$$file $(distdir)/$$file || :; \
211
installcheck: installcheck-am
213
install-exec: install-exec-am
215
install-data-am: install-cursorDATA
216
install-data: install-data-am
219
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
221
uninstall-am: uninstall-cursorDATA
222
uninstall: uninstall-am
223
all-am: Makefile $(DATA)
226
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
228
$(mkinstalldirs) $(DESTDIR)$(cursordir)
236
-rm -f Makefile $(CONFIG_CLEAN_FILES)
237
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
239
maintainer-clean-generic:
240
mostlyclean-am: mostlyclean-generic
242
mostlyclean: mostlyclean-am
244
clean-am: clean-generic mostlyclean-am
248
distclean-am: distclean-generic clean-am
251
distclean: distclean-am
253
maintainer-clean-am: maintainer-clean-generic distclean-am
254
@echo "This command is intended for maintainers to use;"
255
@echo "it deletes files that may require special tools to rebuild."
257
maintainer-clean: maintainer-clean-am
259
.PHONY: uninstall-cursorDATA install-cursorDATA tags distdir info-am \
260
info dvi-am dvi check check-am installcheck-am installcheck \
261
install-exec-am install-exec install-data-am install-data install-am \
262
install uninstall-am uninstall all-redirect all-am all installdirs \
263
mostlyclean-generic distclean-generic clean-generic \
264
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
267
# Tell versions [3.59,3.63) of GNU make to not export all variables.
268
# Otherwise a system limit (for SysV at least) may be exceeded.