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

« back to all changes in this revision

Viewing changes to src/disp-vcd/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.3 2003/11/22 20:12:27 troth Exp $
 
19
#
 
20
# simulavr - A simulator for the Atmel AVR family of microcontrollers.
 
21
# Copyright (C) 2001, 2002, 2003  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
 
 
38
srcdir = @srcdir@
 
39
top_srcdir = @top_srcdir@
 
40
VPATH = @srcdir@
 
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
top_builddir = ../..
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
install_sh_DATA = $(install_sh) -c -m 644
 
49
install_sh_PROGRAM = $(install_sh) -c
 
50
install_sh_SCRIPT = $(install_sh) -c
 
51
INSTALL_HEADER = $(INSTALL_DATA)
 
52
transform = $(program_transform_name)
 
53
NORMAL_INSTALL = :
 
54
PRE_INSTALL = :
 
55
POST_INSTALL = :
 
56
NORMAL_UNINSTALL = :
 
57
PRE_UNINSTALL = :
 
58
POST_UNINSTALL = :
 
59
host_triplet = @host@
 
60
ACLOCAL = @ACLOCAL@
 
61
AMDEP_FALSE = @AMDEP_FALSE@
 
62
AMDEP_TRUE = @AMDEP_TRUE@
 
63
AMTAR = @AMTAR@
 
64
AUTOCONF = @AUTOCONF@
 
65
AUTOHEADER = @AUTOHEADER@
 
66
AUTOMAKE = @AUTOMAKE@
 
67
AVR_AS = @AVR_AS@
 
68
AVR_CC = @AVR_CC@
 
69
AVR_LD = @AVR_LD@
 
70
AVR_NM = @AVR_NM@
 
71
AVR_OBJCOPY = @AVR_OBJCOPY@
 
72
AVR_OBJDUMP = @AVR_OBJDUMP@
 
73
AWK = @AWK@
 
74
CC = @CC@
 
75
CCDEPMODE = @CCDEPMODE@
 
76
CFLAGS = @CFLAGS@
 
77
COND_HAS_PYTHON_FALSE = @COND_HAS_PYTHON_FALSE@
 
78
COND_HAS_PYTHON_TRUE = @COND_HAS_PYTHON_TRUE@
 
79
CPP = @CPP@
 
80
CPPFLAGS = @CPPFLAGS@
 
81
CYGPATH_W = @CYGPATH_W@
 
82
DEFS = @DEFS@
 
83
DEPDIR = @DEPDIR@
 
84
ECHO_C = @ECHO_C@
 
85
ECHO_N = @ECHO_N@
 
86
ECHO_T = @ECHO_T@
 
87
EGREP = @EGREP@
 
88
ENABLE_WARNINGS = @ENABLE_WARNINGS@
 
89
EXEEXT = @EXEEXT@
 
90
INSTALL_DATA = @INSTALL_DATA@
 
91
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
 
92
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
 
93
INSTALL_DOX_PS = @INSTALL_DOX_PS@
 
94
INSTALL_PDF = @INSTALL_PDF@
 
95
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
96
INSTALL_PS = @INSTALL_PS@
 
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
98
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
99
LDFLAGS = @LDFLAGS@
 
100
LEX = @LEX@
 
101
LEXLIB = @LEXLIB@
 
102
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
103
LIBOBJS = @LIBOBJS@
 
104
LIBS = @LIBS@
 
105
LN_S = @LN_S@
 
106
LTLIBOBJS = @LTLIBOBJS@
 
107
MAKEINFO = @MAKEINFO@
 
108
OBJEXT = @OBJEXT@
 
109
PACKAGE = @PACKAGE@
 
110
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
111
PACKAGE_NAME = @PACKAGE_NAME@
 
112
PACKAGE_STRING = @PACKAGE_STRING@
 
113
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
114
PACKAGE_VERSION = @PACKAGE_VERSION@
 
115
PATH_SEPARATOR = @PATH_SEPARATOR@
 
116
RANLIB = @RANLIB@
 
117
SET_MAKE = @SET_MAKE@
 
118
SHELL = @SHELL@
 
119
STRIP = @STRIP@
 
120
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
121
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
122
TARGET_DOX_PS = @TARGET_DOX_PS@
 
123
TARGET_PDF = @TARGET_PDF@
 
124
TARGET_PS = @TARGET_PS@
 
125
VERSION = @VERSION@
 
126
YACC = @YACC@
 
127
ac_ct_CC = @ac_ct_CC@
 
128
ac_ct_RANLIB = @ac_ct_RANLIB@
 
129
ac_ct_STRIP = @ac_ct_STRIP@
 
130
ac_curses_disp_dirs = @ac_curses_disp_dirs@
 
131
ac_doc_inst_dir = @ac_doc_inst_dir@
 
132
ac_doc_subdir = @ac_doc_subdir@
 
133
ac_lib_curses = @ac_lib_curses@
 
134
ac_regression_subdir = @ac_regression_subdir@
 
135
ac_test_dirs = @ac_test_dirs@
 
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
137
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
138
am__include = @am__include@
 
139
am__leading_dot = @am__leading_dot@
 
140
am__quote = @am__quote@
 
141
bindir = @bindir@
 
142
build = @build@
 
143
build_alias = @build_alias@
 
144
build_cpu = @build_cpu@
 
145
build_os = @build_os@
 
146
build_vendor = @build_vendor@
 
147
datadir = @datadir@
 
148
exec_prefix = @exec_prefix@
 
149
has_dvips = @has_dvips@
 
150
has_makeinfo = @has_makeinfo@
 
151
has_pdftex = @has_pdftex@
 
152
has_tex = @has_tex@
 
153
has_texi2dvi = @has_texi2dvi@
 
154
has_texi2html = @has_texi2html@
 
155
has_texindex = @has_texindex@
 
156
host = @host@
 
157
host_alias = @host_alias@
 
158
host_cpu = @host_cpu@
 
159
host_os = @host_os@
 
160
host_vendor = @host_vendor@
 
161
ifGNUmake = @ifGNUmake@
 
162
includedir = @includedir@
 
163
infodir = @infodir@
 
164
install_sh = @install_sh@
 
165
libdir = @libdir@
 
166
libexecdir = @libexecdir@
 
167
localstatedir = @localstatedir@
 
168
mandir = @mandir@
 
169
oldincludedir = @oldincludedir@
 
170
prefix = @prefix@
 
171
program_transform_name = @program_transform_name@
 
172
sbindir = @sbindir@
 
173
sharedstatedir = @sharedstatedir@
 
174
sysconfdir = @sysconfdir@
 
175
target = @target@
 
176
target_alias = @target_alias@
 
177
target_cpu = @target_cpu@
 
178
target_os = @target_os@
 
179
target_vendor = @target_vendor@
 
180
 
 
181
MAINTAINERCLEANFILES = Makefile.in
 
182
 
 
183
bin_PROGRAMS = simulavr-vcd
 
184
simulavr_vcd_LDADD = ../getopt/libgnugetopt.a
 
185
simulavr_vcd_SOURCES = disp.c \
 
186
                       vcd.c \
 
187
                       vcd.h \
 
188
                       config_parser.y \
 
189
                       config_scanner.l
 
190
 
 
191
 
 
192
AM_CFLAGS = @ENABLE_WARNINGS@ \
 
193
            -I$(top_srcdir)/src \
 
194
            -I$(top_srcdir)/src/getopt
 
195
 
 
196
 
 
197
# yacc and yacc flags
 
198
YFLAGS = -d -p config_
 
199
 
 
200
# lex flags
 
201
LFLAGS = -Pconfig_ -olex.yy.c
 
202
subdir = src/disp-vcd
 
203
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
204
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
205
CONFIG_HEADER = $(top_builddir)/src/config.h
 
206
CONFIG_CLEAN_FILES =
 
207
bin_PROGRAMS = simulavr-vcd$(EXEEXT)
 
208
PROGRAMS = $(bin_PROGRAMS)
 
209
 
 
210
am_simulavr_vcd_OBJECTS = disp.$(OBJEXT) vcd.$(OBJEXT) \
 
211
        config_parser.$(OBJEXT) config_scanner.$(OBJEXT)
 
212
simulavr_vcd_OBJECTS = $(am_simulavr_vcd_OBJECTS)
 
213
simulavr_vcd_DEPENDENCIES = ../getopt/libgnugetopt.a
 
214
simulavr_vcd_LDFLAGS =
 
215
 
 
216
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src
 
217
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
218
am__depfiles_maybe = depfiles
 
219
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/config_parser.Po \
 
220
@AMDEP_TRUE@    ./$(DEPDIR)/config_scanner.Po ./$(DEPDIR)/disp.Po \
 
221
@AMDEP_TRUE@    ./$(DEPDIR)/vcd.Po
 
222
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
223
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
224
CCLD = $(CC)
 
225
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
226
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
227
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
 
228
DIST_SOURCES = $(simulavr_vcd_SOURCES)
 
229
DIST_COMMON = Makefile.am Makefile.in config_parser.c config_parser.h \
 
230
        config_scanner.c
 
231
SOURCES = $(simulavr_vcd_SOURCES)
 
232
 
 
233
all: all-am
 
234
 
 
235
.SUFFIXES:
 
236
.SUFFIXES: .c .l .o .obj .y
 
237
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
238
        cd $(top_srcdir) && \
 
239
          $(AUTOMAKE) --foreign  src/disp-vcd/Makefile
 
240
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
241
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
242
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
243
install-binPROGRAMS: $(bin_PROGRAMS)
 
244
        @$(NORMAL_INSTALL)
 
245
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
246
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
247
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
248
          if test -f $$p \
 
249
          ; then \
 
250
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
251
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
 
252
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
 
253
          else :; fi; \
 
254
        done
 
255
 
 
256
uninstall-binPROGRAMS:
 
257
        @$(NORMAL_UNINSTALL)
 
258
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
259
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
260
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
261
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
262
        done
 
263
 
 
264
clean-binPROGRAMS:
 
265
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
266
config_parser.h: config_parser.c
 
267
        @if test ! -f $@; then \
 
268
          rm -f config_parser.c; \
 
269
          $(MAKE) config_parser.c; \
 
270
        else :; fi
 
271
simulavr-vcd$(EXEEXT): $(simulavr_vcd_OBJECTS) $(simulavr_vcd_DEPENDENCIES) 
 
272
        @rm -f simulavr-vcd$(EXEEXT)
 
273
        $(LINK) $(simulavr_vcd_LDFLAGS) $(simulavr_vcd_OBJECTS) $(simulavr_vcd_LDADD) $(LIBS)
 
274
 
 
275
mostlyclean-compile:
 
276
        -rm -f *.$(OBJEXT) core *.core
 
277
 
 
278
distclean-compile:
 
279
        -rm -f *.tab.c
 
280
 
 
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_parser.Po@am__quote@
 
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_scanner.Po@am__quote@
 
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disp.Po@am__quote@
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcd.Po@am__quote@
 
285
 
 
286
distclean-depend:
 
287
        -rm -rf ./$(DEPDIR)
 
288
 
 
289
.c.o:
 
290
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
291
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
292
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
293
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
294
@am__fastdepCC_TRUE@    fi
 
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
298
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
299
 
 
300
.c.obj:
 
301
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
302
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
303
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
304
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
305
@am__fastdepCC_TRUE@    fi
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
309
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
310
 
 
311
.l.c:
 
312
        $(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$<
 
313
        sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
 
314
        rm -f $(LEX_OUTPUT_ROOT).c
 
315
 
 
316
.y.c:
 
317
        $(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$<
 
318
        if test -f y.tab.h; then \
 
319
          to=`echo "$*_H" | sed \
 
320
                -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
 
321
                -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
 
322
          sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
 
323
          rm -f y.tab.h; \
 
324
          if cmp -s $*.ht $*.h; then \
 
325
            rm -f $*.ht ;\
 
326
          else \
 
327
            mv $*.ht $*.h; \
 
328
          fi; \
 
329
        fi
 
330
        if test -f y.output; then \
 
331
          mv y.output $*.output; \
 
332
        fi
 
333
        sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
 
334
        rm -f y.tab.c
 
335
uninstall-info-am:
 
336
 
 
337
ETAGS = etags
 
338
ETAGSFLAGS =
 
339
 
 
340
CTAGS = ctags
 
341
CTAGSFLAGS =
 
342
 
 
343
tags: TAGS
 
344
 
 
345
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
346
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
347
        unique=`for i in $$list; do \
 
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
349
          done | \
 
350
          $(AWK) '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        mkid -fID $$unique
 
353
 
 
354
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
355
                $(TAGS_FILES) $(LISP)
 
356
        tags=; \
 
357
        here=`pwd`; \
 
358
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
359
        unique=`for i in $$list; do \
 
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
361
          done | \
 
362
          $(AWK) '    { files[$$0] = 1; } \
 
363
               END { for (i in files) print i; }'`; \
 
364
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
365
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
366
             $$tags $$unique
 
367
 
 
368
ctags: CTAGS
 
369
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
370
                $(TAGS_FILES) $(LISP)
 
371
        tags=; \
 
372
        here=`pwd`; \
 
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
374
        unique=`for i in $$list; do \
 
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
376
          done | \
 
377
          $(AWK) '    { files[$$0] = 1; } \
 
378
               END { for (i in files) print i; }'`; \
 
379
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
381
             $$tags $$unique
 
382
 
 
383
GTAGS:
 
384
        here=`$(am__cd) $(top_builddir) && pwd` \
 
385
          && cd $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) $$here
 
387
 
 
388
distclean-tags:
 
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
390
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
391
 
 
392
top_distdir = ../..
 
393
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
394
 
 
395
distdir: $(DISTFILES)
 
396
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
397
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
398
        list='$(DISTFILES)'; for file in $$list; do \
 
399
          case $$file in \
 
400
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
401
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
402
          esac; \
 
403
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
404
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
405
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
406
            dir="/$$dir"; \
 
407
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
408
          else \
 
409
            dir=''; \
 
410
          fi; \
 
411
          if test -d $$d/$$file; then \
 
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
413
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
414
            fi; \
 
415
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
          else \
 
417
            test -f $(distdir)/$$file \
 
418
            || cp -p $$d/$$file $(distdir)/$$file \
 
419
            || exit 1; \
 
420
          fi; \
 
421
        done
 
422
check-am: all-am
 
423
check: check-am
 
424
all-am: Makefile $(PROGRAMS)
 
425
 
 
426
installdirs:
 
427
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
428
install: install-am
 
429
install-exec: install-exec-am
 
430
install-data: install-data-am
 
431
uninstall: uninstall-am
 
432
 
 
433
install-am: all-am
 
434
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
435
 
 
436
installcheck: installcheck-am
 
437
install-strip:
 
438
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
439
          INSTALL_STRIP_FLAG=-s \
 
440
          `test -z '$(STRIP)' || \
 
441
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
442
mostlyclean-generic:
 
443
 
 
444
clean-generic:
 
445
 
 
446
distclean-generic:
 
447
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
448
 
 
449
maintainer-clean-generic:
 
450
        @echo "This command is intended for maintainers to use"
 
451
        @echo "it deletes files that may require special tools to rebuild."
 
452
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
453
        -rm -f config_scanner.c
 
454
        -rm -f config_parser.c
 
455
        -rm -f config_parser.h
 
456
clean: clean-am
 
457
 
 
458
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
459
 
 
460
distclean: distclean-am
 
461
 
 
462
distclean-am: clean-am distclean-compile distclean-depend \
 
463
        distclean-generic distclean-tags
 
464
 
 
465
dvi: dvi-am
 
466
 
 
467
dvi-am:
 
468
 
 
469
info: info-am
 
470
 
 
471
info-am:
 
472
 
 
473
install-data-am:
 
474
 
 
475
install-exec-am: install-binPROGRAMS
 
476
 
 
477
install-info: install-info-am
 
478
 
 
479
install-man:
 
480
 
 
481
installcheck-am:
 
482
 
 
483
maintainer-clean: maintainer-clean-am
 
484
 
 
485
maintainer-clean-am: distclean-am maintainer-clean-generic
 
486
 
 
487
mostlyclean: mostlyclean-am
 
488
 
 
489
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
490
 
 
491
pdf: pdf-am
 
492
 
 
493
pdf-am:
 
494
 
 
495
ps: ps-am
 
496
 
 
497
ps-am:
 
498
 
 
499
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
500
 
 
501
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
502
        clean-generic ctags distclean distclean-compile \
 
503
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
504
        dvi-am info info-am install install-am install-binPROGRAMS \
 
505
        install-data install-data-am install-exec install-exec-am \
 
506
        install-info install-info-am install-man install-strip \
 
507
        installcheck installcheck-am installdirs maintainer-clean \
 
508
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
509
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
510
        uninstall-am uninstall-binPROGRAMS uninstall-info-am
 
511
 
 
512
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
513
# Otherwise a system limit (for SysV at least) may be exceeded.
 
514
.NOEXPORT: