~ubuntu-branches/debian/squeeze/alpine/squeeze

« back to all changes in this revision

Viewing changes to pico/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-03-19 12:03:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080319120302-yam7nzcvc96y5r1n
Er, re-re-add patch to configure.ac for arm gnueabi (Closes: #471519)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
26
26
# ========================================================================
27
27
 
28
28
 
29
 
SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
30
 
 
31
 
srcdir = @srcdir@
32
 
top_srcdir = @top_srcdir@
33
29
VPATH = @srcdir@
34
30
pkgdatadir = $(datadir)/@PACKAGE@
35
31
pkglibdir = $(libdir)/@PACKAGE@
36
32
pkgincludedir = $(includedir)/@PACKAGE@
37
 
top_builddir = ..
38
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
 
INSTALL = @INSTALL@
40
34
install_sh_DATA = $(install_sh) -c -m 644
41
35
install_sh_PROGRAM = $(install_sh) -c
42
36
install_sh_SCRIPT = $(install_sh) -c
81
75
PROGRAMS = $(bin_PROGRAMS)
82
76
am_pico_OBJECTS = main.$(OBJEXT) utf8stub.$(OBJEXT)
83
77
pico_OBJECTS = $(am_pico_OBJECTS)
84
 
pico_LDADD = $(LDADD)
85
 
pico_DEPENDENCIES = ../c-client/utf8.o libpico.a osdep/libpicoosd.a \
86
 
        ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
 
78
am__DEPENDENCIES_1 =
 
79
pico_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
87
80
am_pilot_OBJECTS = pilot.$(OBJEXT) utf8stub.$(OBJEXT)
88
81
pilot_OBJECTS = $(am_pilot_OBJECTS)
89
 
pilot_LDADD = $(LDADD)
90
 
pilot_DEPENDENCIES = ../c-client/utf8.o libpico.a osdep/libpicoosd.a \
91
 
        ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
 
82
pilot_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
92
83
DEFAULT_INCLUDES = 
93
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
85
am__depfiles_maybe = depfiles
95
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
98
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
99
 
        $(AM_CFLAGS) $(CFLAGS)
 
88
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
89
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
90
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100
91
CCLD = $(CC)
101
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
102
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
92
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
93
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
94
        $(LDFLAGS) -o $@
103
95
SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
104
96
DIST_SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
105
97
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106
98
        html-recursive info-recursive install-data-recursive \
107
 
        install-exec-recursive install-info-recursive \
108
 
        install-recursive installcheck-recursive installdirs-recursive \
109
 
        pdf-recursive ps-recursive uninstall-info-recursive \
110
 
        uninstall-recursive
 
99
        install-dvi-recursive install-exec-recursive \
 
100
        install-html-recursive install-info-recursive \
 
101
        install-pdf-recursive install-ps-recursive install-recursive \
 
102
        installcheck-recursive installdirs-recursive pdf-recursive \
 
103
        ps-recursive uninstall-recursive
 
104
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
105
  distclean-recursive maintainer-clean-recursive
111
106
ETAGS = etags
112
107
CTAGS = ctags
113
108
DIST_SUBDIRS = $(SUBDIRS)
114
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
110
ACLOCAL = @ACLOCAL@
116
 
AMDEP_FALSE = @AMDEP_FALSE@
117
 
AMDEP_TRUE = @AMDEP_TRUE@
118
111
AMTAR = @AMTAR@
 
112
AM_CFLAGS = @AM_CFLAGS@
 
113
AM_LDFLAGS = @AM_LDFLAGS@
119
114
AR = @AR@
120
115
AUTOCONF = @AUTOCONF@
121
116
AUTOHEADER = @AUTOHEADER@
132
127
CXXDEPMODE = @CXXDEPMODE@
133
128
CXXFLAGS = @CXXFLAGS@
134
129
CYGPATH_W = @CYGPATH_W@
 
130
C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
 
131
C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
 
132
C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
135
133
C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
136
134
C_CLIENT_TARGET = @C_CLIENT_TARGET@
 
135
C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
137
136
DEFS = @DEFS@
138
137
DEPDIR = @DEPDIR@
139
138
ECHO = @ECHO@
145
144
F77 = @F77@
146
145
FFLAGS = @FFLAGS@
147
146
GMSGFMT = @GMSGFMT@
 
147
GREP = @GREP@
 
148
INSTALL = @INSTALL@
148
149
INSTALL_DATA = @INSTALL_DATA@
149
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
150
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
151
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152
153
INTLLIBS = @INTLLIBS@
 
154
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
153
155
LDFLAGS = @LDFLAGS@
154
156
LIBICONV = @LIBICONV@
155
157
LIBINTL = @LIBINTL@
156
158
LIBOBJS = @LIBOBJS@
157
159
LIBS = @LIBS@
158
160
LIBTOOL = @LIBTOOL@
 
161
LN = @LN@
159
162
LN_S = @LN_S@
160
163
LTLIBICONV = @LTLIBICONV@
161
164
LTLIBINTL = @LTLIBINTL@
162
165
LTLIBOBJS = @LTLIBOBJS@
 
166
MAINT = @MAINT@
163
167
MAKE = @MAKE@
164
168
MAKEINFO = @MAKEINFO@
 
169
MKDIR_P = @MKDIR_P@
165
170
MKINSTALLDIRS = @MKINSTALLDIRS@
166
171
MSGFMT = @MSGFMT@
167
172
MSGMERGE = @MSGMERGE@
180
185
PTHREAD_LIBS = @PTHREAD_LIBS@
181
186
PWPROG = @PWPROG@
182
187
RANLIB = @RANLIB@
 
188
REGEX_BUILD = @REGEX_BUILD@
183
189
RM = @RM@
 
190
SED = @SED@
184
191
SENDMAIL = @SENDMAIL@
185
192
SET_MAKE = @SET_MAKE@
186
193
SHELL = @SHELL@
187
 
SPELLPROG = @SPELLPROG@
188
194
STRIP = @STRIP@
189
195
USE_NLS = @USE_NLS@
190
196
VERSION = @VERSION@
 
197
WEB_BINDIR = @WEB_BINDIR@
191
198
WEB_BUILD = @WEB_BUILD@
 
199
WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
192
200
WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
 
201
WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
193
202
XGETTEXT = @XGETTEXT@
194
 
ac_ct_AR = @ac_ct_AR@
 
203
abs_builddir = @abs_builddir@
 
204
abs_srcdir = @abs_srcdir@
 
205
abs_top_builddir = @abs_top_builddir@
 
206
abs_top_srcdir = @abs_top_srcdir@
195
207
ac_ct_CC = @ac_ct_CC@
196
208
ac_ct_CXX = @ac_ct_CXX@
197
209
ac_ct_F77 = @ac_ct_F77@
198
 
ac_ct_RANLIB = @ac_ct_RANLIB@
199
 
ac_ct_STRIP = @ac_ct_STRIP@
200
210
acx_pthread_config = @acx_pthread_config@
201
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
202
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
203
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
204
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
211
alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
 
212
alpine_simple_spellcheck = @alpine_simple_spellcheck@
205
213
am__include = @am__include@
206
214
am__leading_dot = @am__leading_dot@
207
215
am__quote = @am__quote@
213
221
build_cpu = @build_cpu@
214
222
build_os = @build_os@
215
223
build_vendor = @build_vendor@
 
224
builddir = @builddir@
216
225
datadir = @datadir@
 
226
datarootdir = @datarootdir@
 
227
docdir = @docdir@
 
228
dvidir = @dvidir@
217
229
exec_prefix = @exec_prefix@
218
230
host = @host@
219
231
host_alias = @host_alias@
220
232
host_cpu = @host_cpu@
221
233
host_os = @host_os@
222
234
host_vendor = @host_vendor@
 
235
htmldir = @htmldir@
223
236
includedir = @includedir@
224
237
infodir = @infodir@
225
238
install_sh = @install_sh@
230
243
mandir = @mandir@
231
244
mkdir_p = @mkdir_p@
232
245
oldincludedir = @oldincludedir@
 
246
pdfdir = @pdfdir@
233
247
prefix = @prefix@
234
248
program_transform_name = @program_transform_name@
 
249
psdir = @psdir@
235
250
sbindir = @sbindir@
236
251
sharedstatedir = @sharedstatedir@
 
252
srcdir = @srcdir@
237
253
sysconfdir = @sysconfdir@
238
254
target_alias = @target_alias@
 
255
top_builddir = @top_builddir@
 
256
top_srcdir = @top_srcdir@
239
257
SUBDIRS = osdep
240
258
pico_SOURCES = main.c utf8stub.c
241
259
pilot_SOURCES = pilot.c utf8stub.c
 
260
pico_LDADD = $(LDADD) $(INTLLIBS)
 
261
pilot_LDADD = $(LDADD) $(INTLLIBS)
242
262
LDADD = ../c-client/utf8.o libpico.a osdep/libpicoosd.a \
243
263
        ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
244
264
 
252
272
 
253
273
.SUFFIXES:
254
274
.SUFFIXES: .c .lo .o .obj
255
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
275
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256
276
        @for dep in $?; do \
257
277
          case '$(am__configure_deps)' in \
258
278
            *$$dep*) \
277
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
299
 
280
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
300
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
302
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
304
 
285
305
clean-noinstLIBRARIES:
290
310
        $(RANLIB) libpico.a
291
311
install-binPROGRAMS: $(bin_PROGRAMS)
292
312
        @$(NORMAL_INSTALL)
293
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
313
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
294
314
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
295
315
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
296
316
          if test -f $$p \
318
338
        done
319
339
pico$(EXEEXT): $(pico_OBJECTS) $(pico_DEPENDENCIES) 
320
340
        @rm -f pico$(EXEEXT)
321
 
        $(LINK) $(pico_LDFLAGS) $(pico_OBJECTS) $(pico_LDADD) $(LIBS)
 
341
        $(LINK) $(pico_OBJECTS) $(pico_LDADD) $(LIBS)
322
342
pilot$(EXEEXT): $(pilot_OBJECTS) $(pilot_DEPENDENCIES) 
323
343
        @rm -f pilot$(EXEEXT)
324
 
        $(LINK) $(pilot_LDFLAGS) $(pilot_OBJECTS) $(pilot_LDADD) $(LIBS)
 
344
        $(LINK) $(pilot_OBJECTS) $(pilot_LDADD) $(LIBS)
325
345
 
326
346
mostlyclean-compile:
327
347
        -rm -f *.$(OBJEXT)
350
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word.Po@am__quote@
351
371
 
352
372
.c.o:
353
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
354
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
373
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
374
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
377
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
358
378
 
359
379
.c.obj:
360
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
361
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
380
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
381
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
363
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364
384
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
365
385
 
366
386
.c.lo:
367
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
368
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
387
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
369
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
370
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
391
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
376
396
clean-libtool:
377
397
        -rm -rf .libs _libs
378
398
 
379
 
distclean-libtool:
380
 
        -rm -f libtool
381
 
uninstall-info-am:
382
 
 
383
399
# This directory's subdirectories are mostly independent; you can cd
384
400
# into them and run `make' without going through this Makefile.
385
401
# To change the values of `make' variables: instead of editing Makefiles,
411
427
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412
428
        fi; test -z "$$fail"
413
429
 
414
 
mostlyclean-recursive clean-recursive distclean-recursive \
415
 
maintainer-clean-recursive:
 
430
$(RECURSIVE_CLEAN_TARGETS):
416
431
        @failcom='exit 1'; \
417
432
        for f in x $$MAKEFLAGS; do \
418
433
          case $$f in \
513
528
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
529
 
515
530
distdir: $(DISTFILES)
516
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
517
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
518
 
        list='$(DISTFILES)'; for file in $$list; do \
519
 
          case $$file in \
520
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
521
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
522
 
          esac; \
 
531
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
532
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
533
        list='$(DISTFILES)'; \
 
534
          dist_files=`for file in $$list; do echo $$file; done | \
 
535
          sed -e "s|^$$srcdirstrip/||;t" \
 
536
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
537
        case $$dist_files in \
 
538
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
539
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
540
                           sort -u` ;; \
 
541
        esac; \
 
542
        for file in $$dist_files; do \
523
543
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
525
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
526
 
            dir="/$$dir"; \
527
 
            $(mkdir_p) "$(distdir)$$dir"; \
528
 
          else \
529
 
            dir=''; \
530
 
          fi; \
531
544
          if test -d $$d/$$file; then \
 
545
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532
546
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533
547
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
534
548
            fi; \
542
556
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543
557
          if test "$$subdir" = .; then :; else \
544
558
            test -d "$(distdir)/$$subdir" \
545
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
559
            || $(MKDIR_P) "$(distdir)/$$subdir" \
546
560
            || exit 1; \
547
561
            distdir=`$(am__cd) $(distdir) && pwd`; \
548
562
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
550
564
              $(MAKE) $(AM_MAKEFLAGS) \
551
565
                top_distdir="$$top_distdir" \
552
566
                distdir="$$distdir/$$subdir" \
 
567
                am__remove_distdir=: \
 
568
                am__skip_length_check=: \
553
569
                distdir) \
554
570
              || exit 1; \
555
571
          fi; \
560
576
installdirs: installdirs-recursive
561
577
installdirs-am:
562
578
        for dir in "$(DESTDIR)$(bindir)"; do \
563
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
579
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
564
580
        done
565
581
install: install-recursive
566
582
install-exec: install-exec-recursive
595
611
        -rm -rf ./$(DEPDIR)
596
612
        -rm -f Makefile
597
613
distclean-am: clean-am distclean-compile distclean-generic \
598
 
        distclean-libtool distclean-tags
 
614
        distclean-tags
599
615
 
600
616
dvi: dvi-recursive
601
617
 
609
625
 
610
626
install-data-am:
611
627
 
 
628
install-dvi: install-dvi-recursive
 
629
 
612
630
install-exec-am: install-binPROGRAMS
613
631
 
 
632
install-html: install-html-recursive
 
633
 
614
634
install-info: install-info-recursive
615
635
 
616
636
install-man:
617
637
 
 
638
install-pdf: install-pdf-recursive
 
639
 
 
640
install-ps: install-ps-recursive
 
641
 
618
642
installcheck-am:
619
643
 
620
644
maintainer-clean: maintainer-clean-recursive
635
659
 
636
660
ps-am:
637
661
 
638
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
639
 
 
640
 
uninstall-info: uninstall-info-recursive
641
 
 
642
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
643
 
        clean clean-binPROGRAMS clean-generic clean-libtool \
644
 
        clean-noinstLIBRARIES clean-recursive ctags ctags-recursive \
645
 
        distclean distclean-compile distclean-generic \
646
 
        distclean-libtool distclean-recursive distclean-tags distdir \
647
 
        dvi dvi-am html html-am info info-am install install-am \
648
 
        install-binPROGRAMS install-data install-data-am install-exec \
649
 
        install-exec-am install-info install-info-am install-man \
650
 
        install-strip installcheck installcheck-am installdirs \
651
 
        installdirs-am maintainer-clean maintainer-clean-generic \
652
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
653
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
662
uninstall-am: uninstall-binPROGRAMS
 
663
 
 
664
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
665
        install-strip
 
666
 
 
667
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
668
        all all-am check check-am clean clean-binPROGRAMS \
 
669
        clean-generic clean-libtool clean-noinstLIBRARIES ctags \
 
670
        ctags-recursive distclean distclean-compile distclean-generic \
 
671
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
672
        html-am info info-am install install-am install-binPROGRAMS \
 
673
        install-data install-data-am install-dvi install-dvi-am \
 
674
        install-exec install-exec-am install-html install-html-am \
 
675
        install-info install-info-am install-man install-pdf \
 
676
        install-pdf-am install-ps install-ps-am install-strip \
 
677
        installcheck installcheck-am installdirs installdirs-am \
 
678
        maintainer-clean maintainer-clean-generic mostlyclean \
 
679
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
654
680
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
655
 
        uninstall-binPROGRAMS uninstall-info-am
 
681
        uninstall-binPROGRAMS
656
682
 
657
683
# Tell versions [3.59,3.63) of GNU make to not export all variables.
658
684
# Otherwise a system limit (for SysV at least) may be exceeded.