~ubuntu-branches/ubuntu/trusty/argtable2/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Shachar Shemesh
  • Date: 2010-08-22 16:33:24 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100822163324-mobfeobfis6gfysc
Tags: 12-1
* New upstream version
* Upgraded the Debian policy to 3.9.1.0 
* Change the debhelper compatibility level to V8
* Various Lintian cleanups
* Reduce debian/rules to rely on debhelper more (Closes: #488585)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2007, 2008  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = .
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
37
33
build_triplet = @build@
38
34
host_triplet = @host@
39
35
target_triplet = @target@
 
36
subdir = .
40
37
DIST_COMMON = README $(am__configure_deps) $(dist_example_DATA) \
41
38
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42
 
        $(srcdir)/argtable.spec.in $(top_srcdir)/configure \
 
39
        $(srcdir)/argtable2-uninstalled.pc.in \
 
40
        $(srcdir)/argtable2.pc.in $(top_srcdir)/configure \
43
41
        $(top_srcdir)/example/Makefile.in AUTHORS COPYING ChangeLog \
44
42
        INSTALL NEWS config.guess config.sub depcomp install-sh \
45
43
        ltmain.sh missing mkinstalldirs
46
 
subdir = .
47
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
45
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
47
        $(ACLOCAL_M4)
51
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 
 configure.lineno configure.status.lineno
 
49
 configure.lineno config.status.lineno
53
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
51
CONFIG_HEADER = $(top_builddir)/src/config.h
55
 
CONFIG_CLEAN_FILES = argtable.spec example/Makefile
 
52
CONFIG_CLEAN_FILES = example/Makefile argtable2.pc \
 
53
        argtable2-uninstalled.pc
56
54
SOURCES =
57
55
DIST_SOURCES =
58
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
57
        html-recursive info-recursive install-data-recursive \
60
 
        install-exec-recursive install-info-recursive \
61
 
        install-recursive installcheck-recursive installdirs-recursive \
62
 
        pdf-recursive ps-recursive uninstall-info-recursive \
63
 
        uninstall-recursive
 
58
        install-dvi-recursive install-exec-recursive \
 
59
        install-html-recursive install-info-recursive \
 
60
        install-pdf-recursive install-ps-recursive install-recursive \
 
61
        installcheck-recursive installdirs-recursive pdf-recursive \
 
62
        ps-recursive uninstall-recursive
64
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
64
am__vpath_adj = case $$p in \
66
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
66
    *) f=$$p;; \
68
67
  esac;
69
68
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
70
 
am__installdirs = "$(DESTDIR)$(exampledir)"
 
69
am__installdirs = "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(pcfiledir)"
71
70
dist_exampleDATA_INSTALL = $(INSTALL_DATA)
72
 
DATA = $(dist_example_DATA)
 
71
pcfileDATA_INSTALL = $(INSTALL_DATA)
 
72
DATA = $(dist_example_DATA) $(pcfile_DATA)
 
73
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
74
  distclean-recursive maintainer-clean-recursive
73
75
ETAGS = etags
74
76
CTAGS = ctags
75
77
DIST_SUBDIRS = $(SUBDIRS)
85
87
distuninstallcheck_listfiles = find . -type f -print
86
88
distcleancheck_listfiles = find . -type f -print
87
89
ACLOCAL = @ACLOCAL@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
90
AMTAR = @AMTAR@
91
91
AR = @AR@
92
92
AUTOCONF = @AUTOCONF@
106
106
DEBUGFLAGS = @DEBUGFLAGS@
107
107
DEFS = @DEFS@
108
108
DEPDIR = @DEPDIR@
 
109
DSYMUTIL = @DSYMUTIL@
109
110
ECHO = @ECHO@
110
111
ECHO_C = @ECHO_C@
111
112
ECHO_N = @ECHO_N@
115
116
F77 = @F77@
116
117
FFLAGS = @FFLAGS@
117
118
GREP = @GREP@
 
119
INSTALL = @INSTALL@
118
120
INSTALL_DATA = @INSTALL_DATA@
119
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
120
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
128
LN_S = @LN_S@
127
129
LTLIBOBJS = @LTLIBOBJS@
128
130
MAKEINFO = @MAKEINFO@
 
131
MKDIR_P = @MKDIR_P@
 
132
NMEDIT = @NMEDIT@
129
133
OBJEXT = @OBJEXT@
130
134
PACKAGE = @PACKAGE@
131
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
144
SET_MAKE = @SET_MAKE@
141
145
SHELL = @SHELL@
142
146
STRIP = @STRIP@
143
 
USE_ARGDATE_FALSE = @USE_ARGDATE_FALSE@
144
 
USE_ARGDATE_TRUE = @USE_ARGDATE_TRUE@
145
 
USE_ARGREX_FALSE = @USE_ARGREX_FALSE@
146
 
USE_ARGREX_TRUE = @USE_ARGREX_TRUE@
147
 
USE_SYS_GETOPTLONG_FALSE = @USE_SYS_GETOPTLONG_FALSE@
148
 
USE_SYS_GETOPTLONG_TRUE = @USE_SYS_GETOPTLONG_TRUE@
149
147
VERSION = @VERSION@
 
148
abs_builddir = @abs_builddir@
 
149
abs_srcdir = @abs_srcdir@
 
150
abs_top_builddir = @abs_top_builddir@
 
151
abs_top_srcdir = @abs_top_srcdir@
150
152
ac_ct_CC = @ac_ct_CC@
151
153
ac_ct_CXX = @ac_ct_CXX@
152
154
ac_ct_F77 = @ac_ct_F77@
153
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
154
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
155
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
156
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
157
155
am__include = @am__include@
158
156
am__leading_dot = @am__leading_dot@
159
157
am__quote = @am__quote@
165
163
build_cpu = @build_cpu@
166
164
build_os = @build_os@
167
165
build_vendor = @build_vendor@
 
166
builddir = @builddir@
168
167
datadir = @datadir@
169
168
datarootdir = @datarootdir@
170
169
docdir = @docdir@
193
192
psdir = @psdir@
194
193
sbindir = @sbindir@
195
194
sharedstatedir = @sharedstatedir@
 
195
srcdir = @srcdir@
196
196
sysconfdir = @sysconfdir@
197
197
target = @target@
198
198
target_alias = @target_alias@
199
199
target_cpu = @target_cpu@
200
200
target_os = @target_os@
201
201
target_vendor = @target_vendor@
 
202
top_builddir = @top_builddir@
 
203
top_srcdir = @top_srcdir@
202
204
SUBDIRS = src tests doc
203
 
dist_example_DATA = example/Makefile example/Makefile.nmake \
204
 
        example/README.txt example/argcustom.c example/argxxx.c \
205
 
        example/argxxx.h example/callbacks.c example/echo.c \
206
 
        example/hasoptvalue.c example/ls.c example/multisyntax.c \
207
 
        example/mv.c example/myprog.c example/myprog_C89.c \
208
 
        example/rm.c example/uname.c
 
205
ACLOCAL_AMFLAGS = -I m4
 
206
pcfiledir = $(libdir)/pkgconfig
 
207
pcfile_DATA = argtable2.pc
 
208
dist_example_DATA = example/Makefile example/README.txt \
 
209
        example/argcustom.c example/argxxx.c example/argxxx.h \
 
210
        example/callbacks.c example/echo.c example/hasoptvalue.c \
 
211
        example/ls.c example/multisyntax.c example/mv.c \
 
212
        example/myprog.c example/myprog_C89.c example/rm.c \
 
213
        example/uname.c
209
214
all: all-recursive
210
215
 
211
216
.SUFFIXES:
242
247
        cd $(srcdir) && $(AUTOCONF)
243
248
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244
249
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
245
 
argtable.spec: $(top_builddir)/config.status $(srcdir)/argtable.spec.in
246
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
247
250
example/Makefile: $(top_builddir)/config.status $(top_srcdir)/example/Makefile.in
248
251
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
252
argtable2.pc: $(top_builddir)/config.status $(srcdir)/argtable2.pc.in
 
253
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
254
argtable2-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/argtable2-uninstalled.pc.in
 
255
        cd $(top_builddir) && $(SHELL) ./config.status $@
249
256
 
250
257
mostlyclean-libtool:
251
258
        -rm -f *.lo
255
262
 
256
263
distclean-libtool:
257
264
        -rm -f libtool
258
 
uninstall-info-am:
259
265
install-dist_exampleDATA: $(dist_example_DATA)
260
266
        @$(NORMAL_INSTALL)
261
 
        test -z "$(exampledir)" || $(mkdir_p) "$(DESTDIR)$(exampledir)"
 
267
        test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
262
268
        @list='$(dist_example_DATA)'; for p in $$list; do \
263
269
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
264
270
          f=$(am__strip_dir) \
273
279
          echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
274
280
          rm -f "$(DESTDIR)$(exampledir)/$$f"; \
275
281
        done
 
282
install-pcfileDATA: $(pcfile_DATA)
 
283
        @$(NORMAL_INSTALL)
 
284
        test -z "$(pcfiledir)" || $(MKDIR_P) "$(DESTDIR)$(pcfiledir)"
 
285
        @list='$(pcfile_DATA)'; for p in $$list; do \
 
286
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
287
          f=$(am__strip_dir) \
 
288
          echo " $(pcfileDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pcfiledir)/$$f'"; \
 
289
          $(pcfileDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pcfiledir)/$$f"; \
 
290
        done
 
291
 
 
292
uninstall-pcfileDATA:
 
293
        @$(NORMAL_UNINSTALL)
 
294
        @list='$(pcfile_DATA)'; for p in $$list; do \
 
295
          f=$(am__strip_dir) \
 
296
          echo " rm -f '$(DESTDIR)$(pcfiledir)/$$f'"; \
 
297
          rm -f "$(DESTDIR)$(pcfiledir)/$$f"; \
 
298
        done
276
299
 
277
300
# This directory's subdirectories are mostly independent; you can cd
278
301
# into them and run `make' without going through this Makefile.
305
328
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
306
329
        fi; test -z "$$fail"
307
330
 
308
 
mostlyclean-recursive clean-recursive distclean-recursive \
309
 
maintainer-clean-recursive:
 
331
$(RECURSIVE_CLEAN_TARGETS):
310
332
        @failcom='exit 1'; \
311
333
        for f in x $$MAKEFLAGS; do \
312
334
          case $$f in \
350
372
        unique=`for i in $$list; do \
351
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
374
          done | \
353
 
          $(AWK) '    { files[$$0] = 1; } \
354
 
               END { for (i in files) print i; }'`; \
 
375
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
377
        mkid -fID $$unique
356
378
tags: TAGS
357
379
 
376
398
        unique=`for i in $$list; do \
377
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
400
          done | \
379
 
          $(AWK) '    { files[$$0] = 1; } \
380
 
               END { for (i in files) print i; }'`; \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
403
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382
404
          test -n "$$unique" || unique=$$empty_fix; \
383
405
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387
409
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388
410
                $(TAGS_FILES) $(LISP)
389
411
        tags=; \
390
 
        here=`pwd`; \
391
412
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
413
        unique=`for i in $$list; do \
393
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
415
          done | \
395
 
          $(AWK) '    { files[$$0] = 1; } \
396
 
               END { for (i in files) print i; }'`; \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
397
418
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
398
419
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399
420
             $$tags $$unique
408
429
 
409
430
distdir: $(DISTFILES)
410
431
        $(am__remove_distdir)
411
 
        mkdir $(distdir)
412
 
        $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/example
413
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
414
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
415
 
        list='$(DISTFILES)'; for file in $$list; do \
416
 
          case $$file in \
417
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
418
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
419
 
          esac; \
 
432
        test -d $(distdir) || mkdir $(distdir)
 
433
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
434
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
435
        list='$(DISTFILES)'; \
 
436
          dist_files=`for file in $$list; do echo $$file; done | \
 
437
          sed -e "s|^$$srcdirstrip/||;t" \
 
438
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
439
        case $$dist_files in \
 
440
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
441
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
442
                           sort -u` ;; \
 
443
        esac; \
 
444
        for file in $$dist_files; do \
420
445
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
422
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
423
 
            dir="/$$dir"; \
424
 
            $(mkdir_p) "$(distdir)$$dir"; \
425
 
          else \
426
 
            dir=''; \
427
 
          fi; \
428
446
          if test -d $$d/$$file; then \
 
447
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429
448
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
449
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
431
450
            fi; \
439
458
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440
459
          if test "$$subdir" = .; then :; else \
441
460
            test -d "$(distdir)/$$subdir" \
442
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
461
            || $(MKDIR_P) "$(distdir)/$$subdir" \
443
462
            || exit 1; \
444
463
            distdir=`$(am__cd) $(distdir) && pwd`; \
445
464
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
447
466
              $(MAKE) $(AM_MAKEFLAGS) \
448
467
                top_distdir="$$top_distdir" \
449
468
                distdir="$$distdir/$$subdir" \
 
469
                am__remove_distdir=: \
 
470
                am__skip_length_check=: \
450
471
                distdir) \
451
472
              || exit 1; \
452
473
          fi; \
457
478
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
458
479
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
459
480
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
460
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
481
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
461
482
        || chmod -R a+r $(distdir)
462
483
dist-gzip: distdir
463
484
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
467
488
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
468
489
        $(am__remove_distdir)
469
490
 
 
491
dist-lzma: distdir
 
492
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
493
        $(am__remove_distdir)
 
494
 
470
495
dist-tarZ: distdir
471
496
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
472
497
        $(am__remove_distdir)
493
518
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
494
519
        *.tar.bz2*) \
495
520
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
521
        *.tar.lzma*) \
 
522
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
496
523
        *.tar.Z*) \
497
524
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
498
525
        *.shar.gz*) \
532
559
        $(am__remove_distdir)
533
560
        @(echo "$(distdir) archives ready for distribution: "; \
534
561
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
535
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
562
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
536
563
distuninstallcheck:
537
564
        @cd $(distuninstallcheck_dir) \
538
565
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
556
583
all-am: Makefile $(DATA)
557
584
installdirs: installdirs-recursive
558
585
installdirs-am:
559
 
        for dir in "$(DESTDIR)$(exampledir)"; do \
560
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
586
        for dir in "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(pcfiledir)"; do \
 
587
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561
588
        done
562
589
install: install-recursive
563
590
install-exec: install-exec-recursive
603
630
 
604
631
info-am:
605
632
 
606
 
install-data-am: install-dist_exampleDATA
 
633
install-data-am: install-dist_exampleDATA install-pcfileDATA
 
634
 
 
635
install-dvi: install-dvi-recursive
607
636
 
608
637
install-exec-am:
609
638
 
 
639
install-html: install-html-recursive
 
640
 
610
641
install-info: install-info-recursive
611
642
 
612
643
install-man:
613
644
 
 
645
install-pdf: install-pdf-recursive
 
646
 
 
647
install-ps: install-ps-recursive
 
648
 
614
649
installcheck-am:
615
650
 
616
651
maintainer-clean: maintainer-clean-recursive
631
666
 
632
667
ps-am:
633
668
 
634
 
uninstall-am: uninstall-dist_exampleDATA uninstall-info-am
635
 
 
636
 
uninstall-info: uninstall-info-recursive
637
 
 
638
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
639
 
        check-am clean clean-generic clean-libtool clean-recursive \
640
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
641
 
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
642
 
        distclean-generic distclean-libtool distclean-recursive \
 
669
uninstall-am: uninstall-dist_exampleDATA uninstall-pcfileDATA
 
670
 
 
671
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
672
        install-strip
 
673
 
 
674
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
675
        all all-am am--refresh check check-am clean clean-generic \
 
676
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
677
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
678
        distcheck distclean distclean-generic distclean-libtool \
643
679
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
644
680
        dvi-am html html-am info info-am install install-am \
645
681
        install-data install-data-am install-dist_exampleDATA \
646
 
        install-exec install-exec-am install-info install-info-am \
647
 
        install-man install-strip installcheck installcheck-am \
648
 
        installdirs installdirs-am maintainer-clean \
649
 
        maintainer-clean-generic maintainer-clean-recursive \
650
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
651
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
682
        install-dvi install-dvi-am install-exec install-exec-am \
 
683
        install-html install-html-am install-info install-info-am \
 
684
        install-man install-pcfileDATA install-pdf install-pdf-am \
 
685
        install-ps install-ps-am install-strip installcheck \
 
686
        installcheck-am installdirs installdirs-am maintainer-clean \
 
687
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
688
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
652
689
        uninstall uninstall-am uninstall-dist_exampleDATA \
653
 
        uninstall-info-am
 
690
        uninstall-pcfileDATA
654
691
 
655
692
 
656
693
# Extra rule to ensure the Windows-specific files are included in the distribution tarball.
657
694
dist-hook:
658
695
        cp -p $(top_srcdir)/src/Makefile.nmake $(distdir)/src
659
696
        cp -p $(top_srcdir)/src/argtable2.def $(distdir)/src
 
697
        cp -p $(top_srcdir)/example/Makefile.nmake $(distdir)/example
660
698
# Tell versions [3.59,3.63) of GNU make to not export all variables.
661
699
# Otherwise a system limit (for SysV at least) may be exceeded.
662
700
.NOEXPORT: