~ubuntu-branches/ubuntu/raring/openmotif/raring-proposed

1.1.3 by Stefan Bauer
Import upstream version 2.3.3
1
# Makefile.in generated by automake 1.11 from Makefile.am.
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
19
pkgincludedir = $(includedir)/@PACKAGE@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
20
pkglibdir = $(libdir)/@PACKAGE@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
34
build_triplet = @build@
35
host_triplet = @host@
36
target_triplet = @target@
37
subdir = demos/programs
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
am__aclocal_m4_deps = $(top_srcdir)/ac_find_xft.m4 \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
41
	$(top_srcdir)/ac_image_support.m4 $(top_srcdir)/libtool.m4 \
42
	$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
43
	$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
44
	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
	$(ACLOCAL_M4)
47
mkinstalldirs = $(install_sh) -d
48
CONFIG_HEADER = $(top_builddir)/include/config.h \
49
	$(top_builddir)/lib/Xm/Xm.h
50
CONFIG_CLEAN_FILES =
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
51
CONFIG_CLEAN_VPATH_FILES =
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
52
SOURCES =
53
DIST_SOURCES =
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
	html-recursive info-recursive install-data-recursive \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
56
	install-dvi-recursive install-exec-recursive \
57
	install-html-recursive install-info-recursive \
58
	install-pdf-recursive install-ps-recursive install-recursive \
59
	installcheck-recursive installdirs-recursive pdf-recursive \
60
	ps-recursive uninstall-recursive
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
62
  distclean-recursive maintainer-clean-recursive
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65
	distdir
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
66
ETAGS = etags
67
CTAGS = ctags
68
DIST_SUBDIRS = $(SUBDIRS)
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
70
am__relativize = \
71
  dir0=`pwd`; \
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
73
  sed_rest='s,^[^/]*/*,,'; \
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
75
  sed_butlast='s,/*[^/]*$$,,'; \
76
  while test -n "$$dir1"; do \
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
78
    if test "$$first" != "."; then \
79
      if test "$$first" = ".."; then \
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
82
      else \
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
84
        if test "$$first2" = "$$first"; then \
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
86
        else \
87
          dir2="../$$dir2"; \
88
        fi; \
89
        dir0="$$dir0"/"$$first"; \
90
      fi; \
91
    fi; \
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
93
  done; \
94
  reldir="$$dir2"
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
95
ACLOCAL = @ACLOCAL@
96
AGE = @AGE@
97
ALLOCA = @ALLOCA@
98
AMTAR = @AMTAR@
99
AR = @AR@
100
AUTOCONF = @AUTOCONF@
101
AUTOHEADER = @AUTOHEADER@
102
AUTOMAKE = @AUTOMAKE@
103
AWK = @AWK@
104
CC = @CC@
105
CCDEPMODE = @CCDEPMODE@
106
CDE_CONFIGURATION_TOP = @CDE_CONFIGURATION_TOP@
107
CDE_INSTALLATION_TOP = @CDE_INSTALLATION_TOP@
108
CFLAGS = @CFLAGS@
109
CONFDIR = @CONFDIR@
110
CPP = @CPP@
111
CPPFLAGS = @CPPFLAGS@
112
CURRENT = @CURRENT@
113
CYGPATH_W = @CYGPATH_W@
114
DEFS = @DEFS@
115
DEPDIR = @DEPDIR@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
116
DSYMUTIL = @DSYMUTIL@
117
DUMPBIN = @DUMPBIN@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
118
ECHO_C = @ECHO_C@
119
ECHO_N = @ECHO_N@
120
ECHO_T = @ECHO_T@
121
EGREP = @EGREP@
122
EXEEXT = @EXEEXT@
123
FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
124
FGREP = @FGREP@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
125
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
126
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
127
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
128
GREP = @GREP@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
129
INCDIR = @INCDIR@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
130
INSTALL = @INSTALL@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
131
INSTALL_DATA = @INSTALL_DATA@
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
135
LD = @LD@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
136
LDFLAGS = @LDFLAGS@
137
LEX = @LEX@
138
LEXLIB = @LEXLIB@
139
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
140
LIBDIR = @LIBDIR@
141
LIBOBJS = @LIBOBJS@
142
LIBS = @LIBS@
143
LIBTOOL = @LIBTOOL@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
144
LIB_XP = @LIB_XP@
145
LIPO = @LIPO@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
146
LN_S = @LN_S@
147
LTLIBOBJS = @LTLIBOBJS@
148
MAKEINFO = @MAKEINFO@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
149
MKDIR_P = @MKDIR_P@
150
MWMRCDIR = @MWMRCDIR@
151
NM = @NM@
152
NMEDIT = @NMEDIT@
153
OBJDUMP = @OBJDUMP@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
154
OBJEXT = @OBJEXT@
155
OM22_COMPATIBILITY_FALSE = @OM22_COMPATIBILITY_FALSE@
156
OM22_COMPATIBILITY_TRUE = @OM22_COMPATIBILITY_TRUE@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
157
OTOOL = @OTOOL@
158
OTOOL64 = @OTOOL64@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
159
PACKAGE = @PACKAGE@
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161
PACKAGE_NAME = @PACKAGE_NAME@
162
PACKAGE_STRING = @PACKAGE_STRING@
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
164
PACKAGE_VERSION = @PACKAGE_VERSION@
165
PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
166
PRINTING_SUPPORTED_FALSE = @PRINTING_SUPPORTED_FALSE@
167
PRINTING_SUPPORTED_TRUE = @PRINTING_SUPPORTED_TRUE@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
168
RANLIB = @RANLIB@
169
REVISION = @REVISION@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
170
RM = @RM@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
171
SED = @SED@
172
SET_MAKE = @SET_MAKE@
173
SHELL = @SHELL@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
174
SPLINT = @SPLINT@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
175
STRIP = @STRIP@
176
VERSION = @VERSION@
177
XMBINDDIR_FALLBACK = @XMBINDDIR_FALLBACK@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
178
XMKMF = @XMKMF@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
179
XMTHEME_DIST = @XMTHEME_DIST@
180
XRENDER_CFLAGS = @XRENDER_CFLAGS@
181
XRENDER_LIBS = @XRENDER_LIBS@
182
X_CFLAGS = @X_CFLAGS@
183
X_EXTRA_LIBS = @X_EXTRA_LIBS@
184
X_LIBS = @X_LIBS@
185
X_PRE_LIBS = @X_PRE_LIBS@
186
X_XMU = @X_XMU@
187
YACC = @YACC@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
188
abs_builddir = @abs_builddir@
189
abs_srcdir = @abs_srcdir@
190
abs_top_builddir = @abs_top_builddir@
191
abs_top_srcdir = @abs_top_srcdir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
192
ac_ct_CC = @ac_ct_CC@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
193
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
194
am__include = @am__include@
195
am__leading_dot = @am__leading_dot@
196
am__quote = @am__quote@
197
am__tar = @am__tar@
198
am__untar = @am__untar@
199
bindir = @bindir@
200
build = @build@
201
build_alias = @build_alias@
202
build_cpu = @build_cpu@
203
build_os = @build_os@
204
build_vendor = @build_vendor@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
205
builddir = @builddir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
206
confdir = @confdir@
207
datadir = @datadir@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
208
datarootdir = @datarootdir@
209
docdir = @docdir@
210
dvidir = @dvidir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
211
exec_prefix = @exec_prefix@
212
fc_config = @fc_config@
213
ft_config = @ft_config@
214
host = @host@
215
host_alias = @host_alias@
216
host_cpu = @host_cpu@
217
host_os = @host_os@
218
host_vendor = @host_vendor@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
219
htmldir = @htmldir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
220
includedir = @includedir@
221
infodir = @infodir@
222
install_sh = @install_sh@
223
libdir = @libdir@
224
libexecdir = @libexecdir@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
225
localedir = @localedir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
226
localstatedir = @localstatedir@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
227
lt_ECHO = @lt_ECHO@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
228
mandir = @mandir@
229
mkdir_p = @mkdir_p@
230
oldincludedir = @oldincludedir@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
231
pdfdir = @pdfdir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
232
prefix = @prefix@
233
program_transform_name = @program_transform_name@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
234
psdir = @psdir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
235
sbindir = @sbindir@
236
sharedstatedir = @sharedstatedir@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
237
srcdir = @srcdir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
238
sysconfdir = @sysconfdir@
239
target = @target@
240
target_alias = @target_alias@
241
target_cpu = @target_cpu@
242
target_os = @target_os@
243
target_vendor = @target_vendor@
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
244
top_build_prefix = @top_build_prefix@
245
top_builddir = @top_builddir@
246
top_srcdir = @top_srcdir@
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
247
MAINTAINERCLEANFILES = Makefile.in
248
SUBDIRS = airport \
249
         animate \
250
         drag_and_drop \
251
         draw \
252
         earth \
253
         filemanager \
254
         fileview \
255
         getsubres \
256
         hellomotif \
257
         i18ninput \
258
         panner \
259
         periodic \
260
         piano \
261
         popups \
262
         sampler2_0 \
263
         setdate \
264
         Exm \
265
         todo \
266
         workspace \
267
         hellomotifi18n \
268
         tooltips \
269
         ButtonBox \
270
         Column \
271
         FontSel \
272
         Outline \
273
         TabStack \
274
         Tree \
275
         ColorSel \
276
         Combo2 \
277
         Ext18List \
278
         IconB \
279
         Paned \
280
         pixmaps
281
282
EXTRA_DIST = Imakefile
283
all: all-recursive
284
285
.SUFFIXES:
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
287
	@for dep in $?; do \
288
	  case '$(am__configure_deps)' in \
289
	    *$$dep*) \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
290
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
292
	      exit 1;; \
293
	  esac; \
294
	done; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
295
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/programs/Makefile'; \
296
	$(am__cd) $(top_srcdir) && \
297
	  $(AUTOMAKE) --foreign demos/programs/Makefile
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
298
.PRECIOUS: Makefile
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300
	@case '$?' in \
301
	  *config.status*) \
302
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303
	  *) \
304
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306
	esac;
307
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
311
$(top_srcdir)/configure:  $(am__configure_deps)
312
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
$(am__aclocal_m4_deps):
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
316
317
mostlyclean-libtool:
318
	-rm -f *.lo
319
320
clean-libtool:
321
	-rm -rf .libs _libs
322
323
# This directory's subdirectories are mostly independent; you can cd
324
# into them and run `make' without going through this Makefile.
325
# To change the values of `make' variables: instead of editing Makefiles,
326
# (1) if the variable is set in `config.status', edit `config.status'
327
#     (which will cause the Makefiles to be regenerated when you run `make');
328
# (2) otherwise, pass the desired values on the `make' command line.
329
$(RECURSIVE_TARGETS):
330
	@failcom='exit 1'; \
331
	for f in x $$MAKEFLAGS; do \
332
	  case $$f in \
333
	    *=* | --[!k]*);; \
334
	    *k*) failcom='fail=yes';; \
335
	  esac; \
336
	done; \
337
	dot_seen=no; \
338
	target=`echo $@ | sed s/-recursive//`; \
339
	list='$(SUBDIRS)'; for subdir in $$list; do \
340
	  echo "Making $$target in $$subdir"; \
341
	  if test "$$subdir" = "."; then \
342
	    dot_seen=yes; \
343
	    local_target="$$target-am"; \
344
	  else \
345
	    local_target="$$target"; \
346
	  fi; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
347
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
348
	  || eval $$failcom; \
349
	done; \
350
	if test "$$dot_seen" = "no"; then \
351
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
352
	fi; test -z "$$fail"
353
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
354
$(RECURSIVE_CLEAN_TARGETS):
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
355
	@failcom='exit 1'; \
356
	for f in x $$MAKEFLAGS; do \
357
	  case $$f in \
358
	    *=* | --[!k]*);; \
359
	    *k*) failcom='fail=yes';; \
360
	  esac; \
361
	done; \
362
	dot_seen=no; \
363
	case "$@" in \
364
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
365
	  *) list='$(SUBDIRS)' ;; \
366
	esac; \
367
	rev=''; for subdir in $$list; do \
368
	  if test "$$subdir" = "."; then :; else \
369
	    rev="$$subdir $$rev"; \
370
	  fi; \
371
	done; \
372
	rev="$$rev ."; \
373
	target=`echo $@ | sed s/-recursive//`; \
374
	for subdir in $$rev; do \
375
	  echo "Making $$target in $$subdir"; \
376
	  if test "$$subdir" = "."; then \
377
	    local_target="$$target-am"; \
378
	  else \
379
	    local_target="$$target"; \
380
	  fi; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
381
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
382
	  || eval $$failcom; \
383
	done && test -z "$$fail"
384
tags-recursive:
385
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
386
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
387
	done
388
ctags-recursive:
389
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
390
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
391
	done
392
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395
	unique=`for i in $$list; do \
396
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
	  done | \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
398
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
400
	mkid -fID $$unique
401
tags: TAGS
402
403
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404
		$(TAGS_FILES) $(LISP)
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
405
	set x; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
406
	here=`pwd`; \
407
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
408
	  include_option=--etags-include; \
409
	  empty_fix=.; \
410
	else \
411
	  include_option=--include; \
412
	  empty_fix=; \
413
	fi; \
414
	list='$(SUBDIRS)'; for subdir in $$list; do \
415
	  if test "$$subdir" = .; then :; else \
416
	    test ! -f $$subdir/TAGS || \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
417
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
418
	  fi; \
419
	done; \
420
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421
	unique=`for i in $$list; do \
422
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
	  done | \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
424
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
426
	shift; \
427
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
428
	  test -n "$$unique" || unique=$$empty_fix; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
429
	  if test $$# -gt 0; then \
430
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431
	      "$$@" $$unique; \
432
	  else \
433
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434
	      $$unique; \
435
	  fi; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
436
	fi
437
ctags: CTAGS
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
		$(TAGS_FILES) $(LISP)
440
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441
	unique=`for i in $$list; do \
442
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
	  done | \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
444
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
446
	test -z "$(CTAGS_ARGS)$$unique" \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
447
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
448
	     $$unique
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
449
450
GTAGS:
451
	here=`$(am__cd) $(top_builddir) && pwd` \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
452
	  && $(am__cd) $(top_srcdir) \
453
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
454
455
distclean-tags:
456
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458
distdir: $(DISTFILES)
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
459
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461
	list='$(DISTFILES)'; \
462
	  dist_files=`for file in $$list; do echo $$file; done | \
463
	  sed -e "s|^$$srcdirstrip/||;t" \
464
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465
	case $$dist_files in \
466
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
467
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468
			   sort -u` ;; \
469
	esac; \
470
	for file in $$dist_files; do \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
471
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472
	  if test -d $$d/$$file; then \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
473
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474
	    if test -d "$(distdir)/$$file"; then \
475
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476
	    fi; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
477
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
478
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
480
	    fi; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
481
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
482
	  else \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
483
	    test -f "$(distdir)/$$file" \
484
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
485
	    || exit 1; \
486
	  fi; \
487
	done
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
488
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
489
	  if test "$$subdir" = .; then :; else \
490
	    test -d "$(distdir)/$$subdir" \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
491
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
492
	    || exit 1; \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
493
	  fi; \
494
	done
495
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496
	  if test "$$subdir" = .; then :; else \
497
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498
	    $(am__relativize); \
499
	    new_distdir=$$reldir; \
500
	    dir1=$$subdir; dir2="$(top_distdir)"; \
501
	    $(am__relativize); \
502
	    new_top_distdir=$$reldir; \
503
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505
	    ($(am__cd) $$subdir && \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
506
	      $(MAKE) $(AM_MAKEFLAGS) \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
507
	        top_distdir="$$new_top_distdir" \
508
	        distdir="$$new_distdir" \
509
		am__remove_distdir=: \
510
		am__skip_length_check=: \
511
		am__skip_mode_fix=: \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
512
	        distdir) \
513
	      || exit 1; \
514
	  fi; \
515
	done
516
check-am: all-am
517
check: check-recursive
518
all-am: Makefile
519
installdirs: installdirs-recursive
520
installdirs-am:
521
install: install-recursive
522
install-exec: install-exec-recursive
523
install-data: install-data-recursive
524
uninstall: uninstall-recursive
525
526
install-am: all-am
527
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528
529
installcheck: installcheck-recursive
530
install-strip:
531
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533
	  `test -z '$(STRIP)' || \
534
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
535
mostlyclean-generic:
536
537
clean-generic:
538
539
distclean-generic:
540
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
541
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
542
543
maintainer-clean-generic:
544
	@echo "This command is intended for maintainers to use"
545
	@echo "it deletes files that may require special tools to rebuild."
546
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
547
clean: clean-recursive
548
549
clean-am: clean-generic clean-libtool mostlyclean-am
550
551
distclean: distclean-recursive
552
	-rm -f Makefile
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
553
distclean-am: clean-am distclean-generic distclean-tags
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
554
555
dvi: dvi-recursive
556
557
dvi-am:
558
559
html: html-recursive
560
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
561
html-am:
562
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
563
info: info-recursive
564
565
info-am:
566
567
install-data-am:
568
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
569
install-dvi: install-dvi-recursive
570
571
install-dvi-am:
572
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
573
install-exec-am:
574
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
575
install-html: install-html-recursive
576
577
install-html-am:
578
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
579
install-info: install-info-recursive
580
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
581
install-info-am:
582
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
583
install-man:
584
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
585
install-pdf: install-pdf-recursive
586
587
install-pdf-am:
588
589
install-ps: install-ps-recursive
590
591
install-ps-am:
592
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
593
installcheck-am:
594
595
maintainer-clean: maintainer-clean-recursive
596
	-rm -f Makefile
597
maintainer-clean-am: distclean-am maintainer-clean-generic
598
599
mostlyclean: mostlyclean-recursive
600
601
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
602
603
pdf: pdf-recursive
604
605
pdf-am:
606
607
ps: ps-recursive
608
609
ps-am:
610
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
611
uninstall-am:
612
613
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
614
	install-am install-strip tags-recursive
615
616
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
617
	all all-am check check-am clean clean-generic clean-libtool \
618
	ctags ctags-recursive distclean distclean-generic \
619
	distclean-libtool distclean-tags distdir dvi dvi-am html \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
620
	html-am info info-am install install-am install-data \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
621
	install-data-am install-dvi install-dvi-am install-exec \
622
	install-exec-am install-html install-html-am install-info \
623
	install-info-am install-man install-pdf install-pdf-am \
624
	install-ps install-ps-am install-strip installcheck \
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
625
	installcheck-am installdirs installdirs-am maintainer-clean \
1.1.3 by Stefan Bauer
Import upstream version 2.3.3
626
	maintainer-clean-generic mostlyclean mostlyclean-generic \
627
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
628
	uninstall uninstall-am
629
1.1.2 by Stefan Bauer
Import upstream version 2.3.0
630
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
632
# Otherwise a system limit (for SysV at least) may be exceeded.
633
.NOEXPORT: