~ubuntu-branches/ubuntu/dapper/simulavr/dapper

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2004-04-10 13:54:17 UTC
  • Revision ID: james.westby@ubuntu.com-20040410135417-zywapjyz252y65se
Tags: upstream-0.1.2.1
ImportĀ upstreamĀ versionĀ 0.1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
#
 
18
# $Id: Makefile.am,v 1.28 2004/01/18 22:11:11 troth Exp $
 
19
#
 
20
# simulavr - A simulator for the Atmel AVR family of microcontrollers.
 
21
# Copyright (C) 2001, 2002, 2003, 2004  Theodore A. Roth
 
22
#
 
23
# This program is free software; you can redistribute it and/or modify
 
24
# it under the terms of the GNU General Public License as published by
 
25
# the Free Software Foundation; either version 2 of the License, or
 
26
# (at your option) any later version.
 
27
#
 
28
# This program is distributed in the hope that it will be useful,
 
29
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
30
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
31
# GNU General Public License for more details.
 
32
#
 
33
# You should have received a copy of the GNU General Public License
 
34
# along with this program; if not, write to the Free Software
 
35
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
36
#
 
37
# Makefile.am -- Process this file with automake to produce Makefile.in
 
38
#
 
39
 
 
40
srcdir = @srcdir@
 
41
top_srcdir = @top_srcdir@
 
42
VPATH = @srcdir@
 
43
pkgdatadir = $(datadir)/@PACKAGE@
 
44
pkglibdir = $(libdir)/@PACKAGE@
 
45
pkgincludedir = $(includedir)/@PACKAGE@
 
46
top_builddir = .
 
47
 
 
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
49
INSTALL = @INSTALL@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_HEADER = $(INSTALL_DATA)
 
54
transform = $(program_transform_name)
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
host_triplet = @host@
 
62
ACLOCAL = @ACLOCAL@
 
63
AMDEP_FALSE = @AMDEP_FALSE@
 
64
AMDEP_TRUE = @AMDEP_TRUE@
 
65
AMTAR = @AMTAR@
 
66
AUTOCONF = @AUTOCONF@
 
67
AUTOHEADER = @AUTOHEADER@
 
68
AUTOMAKE = @AUTOMAKE@
 
69
AVR_AS = @AVR_AS@
 
70
AVR_CC = @AVR_CC@
 
71
AVR_LD = @AVR_LD@
 
72
AVR_NM = @AVR_NM@
 
73
AVR_OBJCOPY = @AVR_OBJCOPY@
 
74
AVR_OBJDUMP = @AVR_OBJDUMP@
 
75
AWK = @AWK@
 
76
CC = @CC@
 
77
CCDEPMODE = @CCDEPMODE@
 
78
CFLAGS = @CFLAGS@
 
79
COND_HAS_PYTHON_FALSE = @COND_HAS_PYTHON_FALSE@
 
80
COND_HAS_PYTHON_TRUE = @COND_HAS_PYTHON_TRUE@
 
81
CPP = @CPP@
 
82
CPPFLAGS = @CPPFLAGS@
 
83
CYGPATH_W = @CYGPATH_W@
 
84
DEFS = @DEFS@
 
85
DEPDIR = @DEPDIR@
 
86
ECHO_C = @ECHO_C@
 
87
ECHO_N = @ECHO_N@
 
88
ECHO_T = @ECHO_T@
 
89
EGREP = @EGREP@
 
90
ENABLE_WARNINGS = @ENABLE_WARNINGS@
 
91
EXEEXT = @EXEEXT@
 
92
INSTALL_DATA = @INSTALL_DATA@
 
93
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
 
94
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
 
95
INSTALL_DOX_PS = @INSTALL_DOX_PS@
 
96
INSTALL_PDF = @INSTALL_PDF@
 
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
98
INSTALL_PS = @INSTALL_PS@
 
99
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
100
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
101
LDFLAGS = @LDFLAGS@
 
102
LEX = @LEX@
 
103
LEXLIB = @LEXLIB@
 
104
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
105
LIBOBJS = @LIBOBJS@
 
106
LIBS = @LIBS@
 
107
LN_S = @LN_S@
 
108
LTLIBOBJS = @LTLIBOBJS@
 
109
MAKEINFO = @MAKEINFO@
 
110
OBJEXT = @OBJEXT@
 
111
PACKAGE = @PACKAGE@
 
112
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
113
PACKAGE_NAME = @PACKAGE_NAME@
 
114
PACKAGE_STRING = @PACKAGE_STRING@
 
115
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
116
PACKAGE_VERSION = @PACKAGE_VERSION@
 
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
STRIP = @STRIP@
 
122
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
123
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
124
TARGET_DOX_PS = @TARGET_DOX_PS@
 
125
TARGET_PDF = @TARGET_PDF@
 
126
TARGET_PS = @TARGET_PS@
 
127
VERSION = @VERSION@
 
128
YACC = @YACC@
 
129
ac_ct_CC = @ac_ct_CC@
 
130
ac_ct_RANLIB = @ac_ct_RANLIB@
 
131
ac_ct_STRIP = @ac_ct_STRIP@
 
132
ac_curses_disp_dirs = @ac_curses_disp_dirs@
 
133
ac_doc_inst_dir = @ac_doc_inst_dir@
 
134
ac_doc_subdir = @ac_doc_subdir@
 
135
ac_lib_curses = @ac_lib_curses@
 
136
ac_regression_subdir = @ac_regression_subdir@
 
137
ac_test_dirs = @ac_test_dirs@
 
138
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
139
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
 
142
am__quote = @am__quote@
 
143
bindir = @bindir@
 
144
build = @build@
 
145
build_alias = @build_alias@
 
146
build_cpu = @build_cpu@
 
147
build_os = @build_os@
 
148
build_vendor = @build_vendor@
 
149
datadir = @datadir@
 
150
exec_prefix = @exec_prefix@
 
151
has_dvips = @has_dvips@
 
152
has_makeinfo = @has_makeinfo@
 
153
has_pdftex = @has_pdftex@
 
154
has_tex = @has_tex@
 
155
has_texi2dvi = @has_texi2dvi@
 
156
has_texi2html = @has_texi2html@
 
157
has_texindex = @has_texindex@
 
158
host = @host@
 
159
host_alias = @host_alias@
 
160
host_cpu = @host_cpu@
 
161
host_os = @host_os@
 
162
host_vendor = @host_vendor@
 
163
ifGNUmake = @ifGNUmake@
 
164
includedir = @includedir@
 
165
infodir = @infodir@
 
166
install_sh = @install_sh@
 
167
libdir = @libdir@
 
168
libexecdir = @libexecdir@
 
169
localstatedir = @localstatedir@
 
170
mandir = @mandir@
 
171
oldincludedir = @oldincludedir@
 
172
prefix = @prefix@
 
173
program_transform_name = @program_transform_name@
 
174
sbindir = @sbindir@
 
175
sharedstatedir = @sharedstatedir@
 
176
sysconfdir = @sysconfdir@
 
177
target = @target@
 
178
target_alias = @target_alias@
 
179
target_cpu = @target_cpu@
 
180
target_os = @target_os@
 
181
target_vendor = @target_vendor@
 
182
 
 
183
EXTRA_DIST = bootstrap Makefile_AVR_Rules README.gdb README.opcodes \
 
184
                       ProjSummary misc simulavr.1.in simulavr-disp.1.in \
 
185
                       README.cygwin \
 
186
                       ChangeLog-2003 \
 
187
                       ChangeLog-2002 \
 
188
                       ChangeLog-2001
 
189
 
 
190
 
 
191
man_MANS = simulavr.1 simulavr-disp.1
 
192
 
 
193
SUBDIRS = src @ac_test_dirs@ @ac_doc_subdir@ @ac_regression_subdir@
 
194
DIST_SUBDIRS = src test_c test_asm doc regress
 
195
 
 
196
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure src/config-h.in \
 
197
                       src/stamp-h.in
 
198
 
 
199
 
 
200
install_aux_files = AUTHORS ChangeLog COPYING INSTALL ProjSummary \
 
201
                       README README.gdb README.opcodes TODO \
 
202
                       ChangeLog-2003 \
 
203
                       ChangeLog-2002 \
 
204
                       ChangeLog-2001
 
205
 
 
206
 
 
207
DOC_INST_DIR = @ac_doc_inst_dir@
 
208
subdir = .
 
209
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
210
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
211
CONFIG_HEADER = $(top_builddir)/src/config.h
 
212
CONFIG_CLEAN_FILES = simulavr.spec simulavr.1 simulavr-disp.1
 
213
DIST_SOURCES =
 
214
 
 
215
NROFF = nroff
 
216
MANS = $(man_MANS)
 
217
 
 
218
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
219
        ps-recursive install-info-recursive uninstall-info-recursive \
 
220
        all-recursive install-data-recursive install-exec-recursive \
 
221
        installdirs-recursive install-recursive uninstall-recursive \
 
222
        check-recursive installcheck-recursive
 
223
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
 
224
        Makefile.in TODO aclocal.m4 config.guess config.sub configure \
 
225
        configure.ac depcomp install-sh missing mkinstalldirs \
 
226
        simulavr-disp.1.in simulavr.1.in simulavr.spec.in
 
227
all: all-recursive
 
228
 
 
229
.SUFFIXES:
 
230
 
 
231
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
232
 configure.lineno
 
233
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
234
        cd $(top_srcdir) && \
 
235
          $(AUTOMAKE) --foreign  Makefile
 
236
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
237
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
238
 
 
239
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
240
        $(SHELL) ./config.status --recheck
 
241
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
242
        cd $(srcdir) && $(AUTOCONF)
 
243
 
 
244
$(ACLOCAL_M4):  configure.ac 
 
245
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
246
simulavr.spec: $(top_builddir)/config.status simulavr.spec.in
 
247
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
248
simulavr.1: $(top_builddir)/config.status simulavr.1.in
 
249
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
250
simulavr-disp.1: $(top_builddir)/config.status simulavr-disp.1.in
 
251
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
252
uninstall-info-am:
 
253
 
 
254
man1dir = $(mandir)/man1
 
255
install-man1: $(man1_MANS) $(man_MANS)
 
256
        @$(NORMAL_INSTALL)
 
257
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
258
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
259
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
260
        for i in $$l2; do \
 
261
          case "$$i" in \
 
262
            *.1*) list="$$list $$i" ;; \
 
263
          esac; \
 
264
        done; \
 
265
        for i in $$list; do \
 
266
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
267
          else file=$$i; fi; \
 
268
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
269
          case "$$ext" in \
 
270
            1*) ;; \
 
271
            *) ext='1' ;; \
 
272
          esac; \
 
273
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
274
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
275
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
276
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
 
277
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
278
        done
 
279
uninstall-man1:
 
280
        @$(NORMAL_UNINSTALL)
 
281
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
282
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
283
        for i in $$l2; do \
 
284
          case "$$i" in \
 
285
            *.1*) list="$$list $$i" ;; \
 
286
          esac; \
 
287
        done; \
 
288
        for i in $$list; do \
 
289
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
290
          case "$$ext" in \
 
291
            1*) ;; \
 
292
            *) ext='1' ;; \
 
293
          esac; \
 
294
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
295
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
296
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
297
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
 
298
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
299
        done
 
300
 
 
301
# This directory's subdirectories are mostly independent; you can cd
 
302
# into them and run `make' without going through this Makefile.
 
303
# To change the values of `make' variables: instead of editing Makefiles,
 
304
# (1) if the variable is set in `config.status', edit `config.status'
 
305
#     (which will cause the Makefiles to be regenerated when you run `make');
 
306
# (2) otherwise, pass the desired values on the `make' command line.
 
307
$(RECURSIVE_TARGETS):
 
308
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
309
        dot_seen=no; \
 
310
        target=`echo $@ | sed s/-recursive//`; \
 
311
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
312
          echo "Making $$target in $$subdir"; \
 
313
          if test "$$subdir" = "."; then \
 
314
            dot_seen=yes; \
 
315
            local_target="$$target-am"; \
 
316
          else \
 
317
            local_target="$$target"; \
 
318
          fi; \
 
319
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
320
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
321
        done; \
 
322
        if test "$$dot_seen" = "no"; then \
 
323
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
324
        fi; test -z "$$fail"
 
325
 
 
326
mostlyclean-recursive clean-recursive distclean-recursive \
 
327
maintainer-clean-recursive:
 
328
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
329
        dot_seen=no; \
 
330
        case "$@" in \
 
331
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
332
          *) list='$(SUBDIRS)' ;; \
 
333
        esac; \
 
334
        rev=''; for subdir in $$list; do \
 
335
          if test "$$subdir" = "."; then :; else \
 
336
            rev="$$subdir $$rev"; \
 
337
          fi; \
 
338
        done; \
 
339
        rev="$$rev ."; \
 
340
        target=`echo $@ | sed s/-recursive//`; \
 
341
        for subdir in $$rev; do \
 
342
          echo "Making $$target in $$subdir"; \
 
343
          if test "$$subdir" = "."; then \
 
344
            local_target="$$target-am"; \
 
345
          else \
 
346
            local_target="$$target"; \
 
347
          fi; \
 
348
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
349
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
350
        done && test -z "$$fail"
 
351
tags-recursive:
 
352
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
353
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
354
        done
 
355
ctags-recursive:
 
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
357
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
358
        done
 
359
 
 
360
ETAGS = etags
 
361
ETAGSFLAGS =
 
362
 
 
363
CTAGS = ctags
 
364
CTAGSFLAGS =
 
365
 
 
366
tags: TAGS
 
367
 
 
368
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
369
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
370
        unique=`for i in $$list; do \
 
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
372
          done | \
 
373
          $(AWK) '    { files[$$0] = 1; } \
 
374
               END { for (i in files) print i; }'`; \
 
375
        mkid -fID $$unique
 
376
 
 
377
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
378
                $(TAGS_FILES) $(LISP)
 
379
        tags=; \
 
380
        here=`pwd`; \
 
381
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
382
          include_option=--etags-include; \
 
383
        else \
 
384
          include_option=--include; \
 
385
        fi; \
 
386
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
387
          if test "$$subdir" = .; then :; else \
 
388
            test -f $$subdir/TAGS && \
 
389
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
390
          fi; \
 
391
        done; \
 
392
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
393
        unique=`for i in $$list; do \
 
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
395
          done | \
 
396
          $(AWK) '    { files[$$0] = 1; } \
 
397
               END { for (i in files) print i; }'`; \
 
398
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
399
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
400
             $$tags $$unique
 
401
 
 
402
ctags: CTAGS
 
403
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
404
                $(TAGS_FILES) $(LISP)
 
405
        tags=; \
 
406
        here=`pwd`; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
408
        unique=`for i in $$list; do \
 
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
410
          done | \
 
411
          $(AWK) '    { files[$$0] = 1; } \
 
412
               END { for (i in files) print i; }'`; \
 
413
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
414
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
415
             $$tags $$unique
 
416
 
 
417
GTAGS:
 
418
        here=`$(am__cd) $(top_builddir) && pwd` \
 
419
          && cd $(top_srcdir) \
 
420
          && gtags -i $(GTAGS_ARGS) $$here
 
421
 
 
422
distclean-tags:
 
423
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
424
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
425
 
 
426
top_distdir = .
 
427
distdir = $(PACKAGE)-$(VERSION)
 
428
 
 
429
am__remove_distdir = \
 
430
  { test ! -d $(distdir) \
 
431
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
432
         && rm -fr $(distdir); }; }
 
433
 
 
434
GZIP_ENV = --best
 
435
distuninstallcheck_listfiles = find . -type f -print
 
436
distcleancheck_listfiles = find . -type f -print
 
437
 
 
438
distdir: $(DISTFILES)
 
439
        $(am__remove_distdir)
 
440
        mkdir $(distdir)
 
441
        $(mkinstalldirs) $(distdir)/. $(distdir)/doc $(distdir)/regress
 
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
444
        list='$(DISTFILES)'; for file in $$list; do \
 
445
          case $$file in \
 
446
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
447
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
448
          esac; \
 
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
450
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
451
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
452
            dir="/$$dir"; \
 
453
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
454
          else \
 
455
            dir=''; \
 
456
          fi; \
 
457
          if test -d $$d/$$file; then \
 
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
459
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
            fi; \
 
461
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
462
          else \
 
463
            test -f $(distdir)/$$file \
 
464
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            || exit 1; \
 
466
          fi; \
 
467
        done
 
468
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
469
          if test "$$subdir" = .; then :; else \
 
470
            test -d $(distdir)/$$subdir \
 
471
            || mkdir $(distdir)/$$subdir \
 
472
            || exit 1; \
 
473
            (cd $$subdir && \
 
474
              $(MAKE) $(AM_MAKEFLAGS) \
 
475
                top_distdir="$(top_distdir)" \
 
476
                distdir=../$(distdir)/$$subdir \
 
477
                distdir) \
 
478
              || exit 1; \
 
479
          fi; \
 
480
        done
 
481
        $(MAKE) $(AM_MAKEFLAGS) \
 
482
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
483
          dist-hook
 
484
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
485
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
486
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
487
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
488
        || chmod -R a+r $(distdir)
 
489
dist-gzip: distdir
 
490
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
491
        $(am__remove_distdir)
 
492
 
 
493
dist dist-all: distdir
 
494
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
495
        $(am__remove_distdir)
 
496
 
 
497
# This target untars the dist file and tries a VPATH configuration.  Then
 
498
# it guarantees that the distribution is self-contained by making another
 
499
# tarfile.
 
500
distcheck: dist
 
501
        $(am__remove_distdir)
 
502
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
503
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
504
        mkdir $(distdir)/_build
 
505
        mkdir $(distdir)/_inst
 
506
        chmod a-w $(distdir)
 
507
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
508
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
509
          && cd $(distdir)/_build \
 
510
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
511
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
512
          && $(MAKE) $(AM_MAKEFLAGS) \
 
513
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
514
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
515
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
516
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
517
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
519
                distuninstallcheck \
 
520
          && chmod -R a-w "$$dc_install_base" \
 
521
          && ({ \
 
522
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
523
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
524
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
525
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
526
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
527
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
528
          && rm -rf "$$dc_destdir" \
 
529
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
530
          && rm -f $(distdir).tar.gz \
 
531
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
532
        $(am__remove_distdir)
 
533
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
534
          sed 'h;s/./=/g;p;x;p;x'
 
535
distuninstallcheck:
 
536
        @cd $(distuninstallcheck_dir) \
 
537
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
538
           || { echo "ERROR: files left after uninstall:" ; \
 
539
                if test -n "$(DESTDIR)"; then \
 
540
                  echo "  (check DESTDIR support)"; \
 
541
                fi ; \
 
542
                $(distuninstallcheck_listfiles) ; \
 
543
                exit 1; } >&2
 
544
distcleancheck: distclean
 
545
        @if test '$(srcdir)' = . ; then \
 
546
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
547
          exit 1 ; \
 
548
        fi
 
549
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
550
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
551
               $(distcleancheck_listfiles) ; \
 
552
               exit 1; } >&2
 
553
check-am: all-am
 
554
check: check-recursive
 
555
all-am: Makefile $(MANS)
 
556
installdirs: installdirs-recursive
 
557
installdirs-am:
 
558
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
559
 
 
560
install: install-recursive
 
561
install-exec: install-exec-recursive
 
562
install-data: install-data-recursive
 
563
uninstall: uninstall-recursive
 
564
 
 
565
install-am: all-am
 
566
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
567
 
 
568
installcheck: installcheck-recursive
 
569
install-strip:
 
570
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
571
          INSTALL_STRIP_FLAG=-s \
 
572
          `test -z '$(STRIP)' || \
 
573
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
574
mostlyclean-generic:
 
575
 
 
576
clean-generic:
 
577
 
 
578
distclean-generic:
 
579
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
580
 
 
581
maintainer-clean-generic:
 
582
        @echo "This command is intended for maintainers to use"
 
583
        @echo "it deletes files that may require special tools to rebuild."
 
584
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
585
clean: clean-recursive
 
586
 
 
587
clean-am: clean-generic mostlyclean-am
 
588
 
 
589
distclean: distclean-recursive
 
590
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
591
distclean-am: clean-am distclean-generic distclean-tags
 
592
 
 
593
dvi: dvi-recursive
 
594
 
 
595
dvi-am:
 
596
 
 
597
info: info-recursive
 
598
 
 
599
info-am:
 
600
 
 
601
install-data-am: install-data-local install-man
 
602
 
 
603
install-exec-am:
 
604
 
 
605
install-info: install-info-recursive
 
606
 
 
607
install-man: install-man1
 
608
 
 
609
installcheck-am:
 
610
 
 
611
maintainer-clean: maintainer-clean-recursive
 
612
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
613
        -rm -rf $(top_srcdir)/autom4te.cache
 
614
maintainer-clean-am: distclean-am maintainer-clean-generic
 
615
 
 
616
mostlyclean: mostlyclean-recursive
 
617
 
 
618
mostlyclean-am: mostlyclean-generic
 
619
 
 
620
pdf: pdf-recursive
 
621
 
 
622
pdf-am:
 
623
 
 
624
ps: ps-recursive
 
625
 
 
626
ps-am:
 
627
 
 
628
uninstall-am: uninstall-info-am uninstall-local uninstall-man
 
629
 
 
630
uninstall-info: uninstall-info-recursive
 
631
 
 
632
uninstall-man: uninstall-man1
 
633
 
 
634
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
635
        clean-generic clean-recursive ctags ctags-recursive dist \
 
636
        dist-all dist-gzip distcheck distclean distclean-generic \
 
637
        distclean-recursive distclean-tags distcleancheck distdir \
 
638
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
639
        info-recursive install install-am install-data install-data-am \
 
640
        install-data-local install-data-recursive install-exec \
 
641
        install-exec-am install-exec-recursive install-info \
 
642
        install-info-am install-info-recursive install-man install-man1 \
 
643
        install-recursive install-strip installcheck installcheck-am \
 
644
        installdirs installdirs-am installdirs-recursive \
 
645
        maintainer-clean maintainer-clean-generic \
 
646
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
647
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
 
648
        ps-recursive tags tags-recursive uninstall uninstall-am \
 
649
        uninstall-info-am uninstall-info-recursive uninstall-local \
 
650
        uninstall-man uninstall-man1 uninstall-recursive
 
651
 
 
652
 
 
653
install-data-local:
 
654
        $(mkinstalldirs) $(DOC_INST_DIR)
 
655
        for file in $(install_aux_files) ; do \
 
656
          echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \
 
657
          $(INSTALL_DATA) $(srcdir)/$$file $(DOC_INST_DIR)/$$file; \
 
658
        done
 
659
 
 
660
uninstall-local:
 
661
        rm -rf $(DOC_INST_DIR)
 
662
 
 
663
pdf ps:
 
664
        (cd doc && $(MAKE) $(AM_MAKEFLAGS) $@)
 
665
 
 
666
install-pdf:
 
667
        (cd doc && $(MAKE) $(AM_MAKEFLAGS) install-pdf)
 
668
 
 
669
dist-hook: simulavr.spec
 
670
        cp simulavr.spec $(distdir)/simulavr.spec
 
671
        rm -rf $(distdir)/misc/CVS
 
672
        rm -rf $(distdir)/gdb-patches/CVS
 
673
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
674
# Otherwise a system limit (for SysV at least) may be exceeded.
 
675
.NOEXPORT: