~ubuntu-branches/ubuntu/oneiric/libchewing/oneiric

« back to all changes in this revision

Viewing changes to src/porting_layer/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kanru Chen
  • Date: 2006-05-15 16:17:40 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060515161740-x7jqtejpdwn6jv72
Tags: 0.3.0-1
* New upstream release
* Bump major version to 3
* Change debhelper compatibility to 5
* Update standards-version to 3.7.2.0
* Not install *.la files anymore.
* Install -data files to libchewing3/chewing instead of chewing
  to maintain the compatibility of old -data packages
* Update README.Debian
* Change libchewing3-data architecture to any (Closes: #303000)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../../..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
subdir = src/porting_layer/src
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/include/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
49
libporting_layer_la_LIBADD =
 
50
am_libporting_layer_la_OBJECTS = plat_mmap_posix.lo plat_mmap_win32.lo
 
51
libporting_layer_la_OBJECTS = $(am_libporting_layer_la_OBJECTS)
 
52
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
 
53
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
54
am__depfiles_maybe = depfiles
 
55
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
56
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
57
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
58
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
59
        $(AM_CFLAGS) $(CFLAGS)
 
60
CCLD = $(CC)
 
61
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
62
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
63
SOURCES = $(libporting_layer_la_SOURCES)
 
64
DIST_SOURCES = $(libporting_layer_la_SOURCES)
 
65
ETAGS = etags
 
66
CTAGS = ctags
 
67
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
68
ACLOCAL = @ACLOCAL@
 
69
AMDEP_FALSE = @AMDEP_FALSE@
 
70
AMDEP_TRUE = @AMDEP_TRUE@
 
71
AMTAR = @AMTAR@
 
72
AR = @AR@
 
73
AUTOCONF = @AUTOCONF@
 
74
AUTOHEADER = @AUTOHEADER@
 
75
AUTOMAKE = @AUTOMAKE@
 
76
AWK = @AWK@
 
77
CC = @CC@
 
78
CCDEPMODE = @CCDEPMODE@
 
79
CFLAGS = @CFLAGS@
 
80
CHECK_CFLAGS = @CHECK_CFLAGS@
 
81
CHECK_LIBS = @CHECK_LIBS@
 
82
CPP = @CPP@
 
83
CPPFLAGS = @CPPFLAGS@
 
84
CXX = @CXX@
 
85
CXXCPP = @CXXCPP@
 
86
CXXDEPMODE = @CXXDEPMODE@
 
87
CXXFLAGS = @CXXFLAGS@
 
88
CYGPATH_W = @CYGPATH_W@
 
89
DEFS = @DEFS@
 
90
DEPDIR = @DEPDIR@
 
91
DOT = @DOT@
 
92
DOXYGEN = @DOXYGEN@
 
93
ECHO = @ECHO@
 
94
ECHO_C = @ECHO_C@
 
95
ECHO_N = @ECHO_N@
 
96
ECHO_T = @ECHO_T@
 
97
EGREP = @EGREP@
 
98
ENABLE_TEXT_UI_FALSE = @ENABLE_TEXT_UI_FALSE@
 
99
ENABLE_TEXT_UI_TRUE = @ENABLE_TEXT_UI_TRUE@
 
100
ENABLE_UNIT_TEST_FALSE = @ENABLE_UNIT_TEST_FALSE@
 
101
ENABLE_UNIT_TEST_TRUE = @ENABLE_UNIT_TEST_TRUE@
 
102
EXEEXT = @EXEEXT@
 
103
F77 = @F77@
 
104
FFLAGS = @FFLAGS@
 
105
HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
 
106
HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
 
107
HAVE_GRAPHVIZ = @HAVE_GRAPHVIZ@
 
108
INSTALL_DATA = @INSTALL_DATA@
 
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
111
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
112
LDFLAGS = @LDFLAGS@
 
113
LIBCHEWING_AGE = @LIBCHEWING_AGE@
 
114
LIBCHEWING_BINARY_VERSION = @LIBCHEWING_BINARY_VERSION@
 
115
LIBCHEWING_CURRENT = @LIBCHEWING_CURRENT@
 
116
LIBCHEWING_REVISION = @LIBCHEWING_REVISION@
 
117
LIBDEBUG = @LIBDEBUG@
 
118
LIBOBJS = @LIBOBJS@
 
119
LIBS = @LIBS@
 
120
LIBTOOL = @LIBTOOL@
 
121
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
122
LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
 
123
LN_S = @LN_S@
 
124
LTLIBOBJS = @LTLIBOBJS@
 
125
MAKEINFO = @MAKEINFO@
 
126
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
127
NCURSESW_LIBS = @NCURSESW_LIBS@
 
128
OBJEXT = @OBJEXT@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
PERL = @PERL@
 
137
RANLIB = @RANLIB@
 
138
SET_MAKE = @SET_MAKE@
 
139
SHELL = @SHELL@
 
140
STRIP = @STRIP@
 
141
VERSION = @VERSION@
 
142
ac_ct_AR = @ac_ct_AR@
 
143
ac_ct_CC = @ac_ct_CC@
 
144
ac_ct_CXX = @ac_ct_CXX@
 
145
ac_ct_F77 = @ac_ct_F77@
 
146
ac_ct_RANLIB = @ac_ct_RANLIB@
 
147
ac_ct_STRIP = @ac_ct_STRIP@
 
148
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
149
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
150
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
151
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
152
am__include = @am__include@
 
153
am__leading_dot = @am__leading_dot@
 
154
am__quote = @am__quote@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
build = @build@
 
159
build_alias = @build_alias@
 
160
build_cpu = @build_cpu@
 
161
build_os = @build_os@
 
162
build_vendor = @build_vendor@
 
163
datadir = @datadir@
 
164
exec_prefix = @exec_prefix@
 
165
host = @host@
 
166
host_alias = @host_alias@
 
167
host_cpu = @host_cpu@
 
168
host_os = @host_os@
 
169
host_vendor = @host_vendor@
 
170
includedir = @includedir@
 
171
infodir = @infodir@
 
172
install_sh = @install_sh@
 
173
libdir = @libdir@
 
174
libexecdir = @libexecdir@
 
175
localstatedir = @localstatedir@
 
176
mandir = @mandir@
 
177
mkdir_p = @mkdir_p@
 
178
oldincludedir = @oldincludedir@
 
179
prefix = @prefix@
 
180
program_transform_name = @program_transform_name@
 
181
sbindir = @sbindir@
 
182
sharedstatedir = @sharedstatedir@
 
183
sysconfdir = @sysconfdir@
 
184
target_alias = @target_alias@
 
185
MAINTAINERCLEANFILES = Makefile.in
 
186
INCLUDES = \
 
187
        -I$(top_builddir)/include \
 
188
        -I$(top_srcdir)/src/porting_layer/include
 
189
 
 
190
noinst_LTLIBRARIES = libporting_layer.la
 
191
libporting_layer_la_SOURCES = \
 
192
        plat_mmap_posix.c \
 
193
        plat_mmap_win32.c
 
194
 
 
195
all: all-am
 
196
 
 
197
.SUFFIXES:
 
198
.SUFFIXES: .c .lo .o .obj
 
199
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
200
        @for dep in $?; do \
 
201
          case '$(am__configure_deps)' in \
 
202
            *$$dep*) \
 
203
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
204
                && exit 0; \
 
205
              exit 1;; \
 
206
          esac; \
 
207
        done; \
 
208
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/porting_layer/src/Makefile'; \
 
209
        cd $(top_srcdir) && \
 
210
          $(AUTOMAKE) --gnu  src/porting_layer/src/Makefile
 
211
.PRECIOUS: Makefile
 
212
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
213
        @case '$?' in \
 
214
          *config.status*) \
 
215
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
216
          *) \
 
217
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
218
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
219
        esac;
 
220
 
 
221
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
223
 
 
224
$(top_srcdir)/configure:  $(am__configure_deps)
 
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
226
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
228
 
 
229
clean-noinstLTLIBRARIES:
 
230
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
231
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
232
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
233
          test "$$dir" != "$$p" || dir=.; \
 
234
          echo "rm -f \"$${dir}/so_locations\""; \
 
235
          rm -f "$${dir}/so_locations"; \
 
236
        done
 
237
libporting_layer.la: $(libporting_layer_la_OBJECTS) $(libporting_layer_la_DEPENDENCIES) 
 
238
        $(LINK)  $(libporting_layer_la_LDFLAGS) $(libporting_layer_la_OBJECTS) $(libporting_layer_la_LIBADD) $(LIBS)
 
239
 
 
240
mostlyclean-compile:
 
241
        -rm -f *.$(OBJEXT)
 
242
 
 
243
distclean-compile:
 
244
        -rm -f *.tab.c
 
245
 
 
246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plat_mmap_posix.Plo@am__quote@
 
247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plat_mmap_win32.Plo@am__quote@
 
248
 
 
249
.c.o:
 
250
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
251
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
252
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
253
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
254
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
255
 
 
256
.c.obj:
 
257
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
258
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
259
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
260
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
261
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
262
 
 
263
.c.lo:
 
264
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
265
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
267
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
268
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
269
 
 
270
mostlyclean-libtool:
 
271
        -rm -f *.lo
 
272
 
 
273
clean-libtool:
 
274
        -rm -rf .libs _libs
 
275
 
 
276
distclean-libtool:
 
277
        -rm -f libtool
 
278
uninstall-info-am:
 
279
 
 
280
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
281
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
282
        unique=`for i in $$list; do \
 
283
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
284
          done | \
 
285
          $(AWK) '    { files[$$0] = 1; } \
 
286
               END { for (i in files) print i; }'`; \
 
287
        mkid -fID $$unique
 
288
tags: TAGS
 
289
 
 
290
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
291
                $(TAGS_FILES) $(LISP)
 
292
        tags=; \
 
293
        here=`pwd`; \
 
294
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
295
        unique=`for i in $$list; do \
 
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
297
          done | \
 
298
          $(AWK) '    { files[$$0] = 1; } \
 
299
               END { for (i in files) print i; }'`; \
 
300
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
301
          test -n "$$unique" || unique=$$empty_fix; \
 
302
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
303
            $$tags $$unique; \
 
304
        fi
 
305
ctags: CTAGS
 
306
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
307
                $(TAGS_FILES) $(LISP)
 
308
        tags=; \
 
309
        here=`pwd`; \
 
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
311
        unique=`for i in $$list; do \
 
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
313
          done | \
 
314
          $(AWK) '    { files[$$0] = 1; } \
 
315
               END { for (i in files) print i; }'`; \
 
316
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
317
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
318
             $$tags $$unique
 
319
 
 
320
GTAGS:
 
321
        here=`$(am__cd) $(top_builddir) && pwd` \
 
322
          && cd $(top_srcdir) \
 
323
          && gtags -i $(GTAGS_ARGS) $$here
 
324
 
 
325
distclean-tags:
 
326
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
327
 
 
328
distdir: $(DISTFILES)
 
329
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
330
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
331
        list='$(DISTFILES)'; for file in $$list; do \
 
332
          case $$file in \
 
333
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
334
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
335
          esac; \
 
336
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
337
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
338
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
339
            dir="/$$dir"; \
 
340
            $(mkdir_p) "$(distdir)$$dir"; \
 
341
          else \
 
342
            dir=''; \
 
343
          fi; \
 
344
          if test -d $$d/$$file; then \
 
345
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
346
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
347
            fi; \
 
348
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
349
          else \
 
350
            test -f $(distdir)/$$file \
 
351
            || cp -p $$d/$$file $(distdir)/$$file \
 
352
            || exit 1; \
 
353
          fi; \
 
354
        done
 
355
check-am: all-am
 
356
check: check-am
 
357
all-am: Makefile $(LTLIBRARIES)
 
358
installdirs:
 
359
install: install-am
 
360
install-exec: install-exec-am
 
361
install-data: install-data-am
 
362
uninstall: uninstall-am
 
363
 
 
364
install-am: all-am
 
365
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
366
 
 
367
installcheck: installcheck-am
 
368
install-strip:
 
369
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
370
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
371
          `test -z '$(STRIP)' || \
 
372
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
373
mostlyclean-generic:
 
374
 
 
375
clean-generic:
 
376
 
 
377
distclean-generic:
 
378
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
379
 
 
380
maintainer-clean-generic:
 
381
        @echo "This command is intended for maintainers to use"
 
382
        @echo "it deletes files that may require special tools to rebuild."
 
383
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
384
clean: clean-am
 
385
 
 
386
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
387
        mostlyclean-am
 
388
 
 
389
distclean: distclean-am
 
390
        -rm -rf ./$(DEPDIR)
 
391
        -rm -f Makefile
 
392
distclean-am: clean-am distclean-compile distclean-generic \
 
393
        distclean-libtool distclean-tags
 
394
 
 
395
dvi: dvi-am
 
396
 
 
397
dvi-am:
 
398
 
 
399
html: html-am
 
400
 
 
401
info: info-am
 
402
 
 
403
info-am:
 
404
 
 
405
install-data-am:
 
406
 
 
407
install-exec-am:
 
408
 
 
409
install-info: install-info-am
 
410
 
 
411
install-man:
 
412
 
 
413
installcheck-am:
 
414
 
 
415
maintainer-clean: maintainer-clean-am
 
416
        -rm -rf ./$(DEPDIR)
 
417
        -rm -f Makefile
 
418
maintainer-clean-am: distclean-am maintainer-clean-generic
 
419
 
 
420
mostlyclean: mostlyclean-am
 
421
 
 
422
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
423
        mostlyclean-libtool
 
424
 
 
425
pdf: pdf-am
 
426
 
 
427
pdf-am:
 
428
 
 
429
ps: ps-am
 
430
 
 
431
ps-am:
 
432
 
 
433
uninstall-am: uninstall-info-am
 
434
 
 
435
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
436
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
437
        distclean-compile distclean-generic distclean-libtool \
 
438
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
439
        install install-am install-data install-data-am install-exec \
 
440
        install-exec-am install-info install-info-am install-man \
 
441
        install-strip installcheck installcheck-am installdirs \
 
442
        maintainer-clean maintainer-clean-generic mostlyclean \
 
443
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
444
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
445
        uninstall-info-am
 
446
 
 
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
448
# Otherwise a system limit (for SysV at least) may be exceeded.
 
449
.NOEXPORT: