OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc1/] [or1ksim/] [argtable2/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1748 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
# Makefile.am -- automake configuration file for argtable2
18
#
19
# Copyright (C) 1998-2001,2003-2008 Stewart Heitmann
20
# Copyright (C) 1989-1994, 1996-1999,2001,2003 Free Software Foundation, Inc.
21
# Copyright (C) 2008 Embecosm Limited
22
#
23
# argtable was written by Stewart Heitmann 
24
#
25
# This file is part of the argtable2 library, which in turn is part of the
26
# OpenRISC 1000 Architectural Simulator
27
#
28
# This program is free software; you can redistribute it and/or modify it
29
# under the terms of the GNU General Public License as published by the Free
30
# Software Foundation; either version 3 of the License, or (at your option)
31
# any later version.
32
#
33
# This program is distributed in the hope that it will be useful, but WITHOUT
34
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
35
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
36
# more details.
37
#
38
# You should have received a copy of the GNU General Public License along
39
# with this program.  If not, see .
40
 
41
# This is the source sub-directory of argtable2. The header comment and the
42
# change to make the library and header non-installed were added by Jeremy
43
# Bennett  to facilitate use in Or1ksim, the
44
# OpenRISC 1000 Architectural Simulator
45
 
46
 
47
VPATH = @srcdir@
48
pkgdatadir = $(datadir)/@PACKAGE@
49
pkglibdir = $(libdir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
51
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52
install_sh_DATA = $(install_sh) -c -m 644
53
install_sh_PROGRAM = $(install_sh) -c
54
install_sh_SCRIPT = $(install_sh) -c
55
INSTALL_HEADER = $(INSTALL_DATA)
56
transform = $(program_transform_name)
57
NORMAL_INSTALL = :
58
PRE_INSTALL = :
59
POST_INSTALL = :
60
NORMAL_UNINSTALL = :
61
PRE_UNINSTALL = :
62
POST_UNINSTALL = :
63
build_triplet = @build@
64
host_triplet = @host@
65
target_triplet = @target@
66
 
67
# If the system provides getopt_long then we use it,
68
# otherwise we compile in the version supplied with argtable.
69
@USE_SYS_GETOPTLONG_FALSE@am__append_1 = getopt.c getopt1.c getopt.h
70
 
71
# If the system provides regex then we may compile arg_rex
72
# otherwise we must omit it.
73
@USE_ARGREX_TRUE@am__append_2 = arg_rex.c
74
 
75
# If the system provides strptime then we may compile arg_date
76
# otherwise we must omit it.
77
@USE_ARGDATE_TRUE@am__append_3 = arg_date.c
78
subdir = argtable2
79
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
80
        $(srcdir)/Makefile.in
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
83
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84
        $(ACLOCAL_M4)
85
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86
CONFIG_HEADER = $(top_builddir)/config.h
87
CONFIG_CLEAN_FILES =
88
LTLIBRARIES = $(noinst_LTLIBRARIES)
89
libargtable2_la_LIBADD =
90
am__libargtable2_la_SOURCES_DIST = argtable2.c arg_end.c arg_rem.c \
91
        arg_lit.c arg_int.c arg_dbl.c arg_str.c arg_file.c getopt.c \
92
        getopt1.c getopt.h arg_rex.c arg_date.c
93
@USE_SYS_GETOPTLONG_FALSE@am__objects_1 = getopt.lo getopt1.lo
94
@USE_ARGREX_TRUE@am__objects_2 = arg_rex.lo
95
@USE_ARGDATE_TRUE@am__objects_3 = arg_date.lo
96
am_libargtable2_la_OBJECTS = argtable2.lo arg_end.lo arg_rem.lo \
97
        arg_lit.lo arg_int.lo arg_dbl.lo arg_str.lo arg_file.lo \
98
        $(am__objects_1) $(am__objects_2) $(am__objects_3)
99
libargtable2_la_OBJECTS = $(am_libargtable2_la_OBJECTS)
100
libargtable2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
101
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
102
        $(libargtable2_la_LDFLAGS) $(LDFLAGS) -o $@
103
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
104
depcomp = $(SHELL) $(top_srcdir)/depcomp
105
am__depfiles_maybe = depfiles
106
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111
CCLD = $(CC)
112
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114
        $(LDFLAGS) -o $@
115
SOURCES = $(libargtable2_la_SOURCES)
116
DIST_SOURCES = $(am__libargtable2_la_SOURCES_DIST)
117
HEADERS = $(noinst_HEADERS)
118
ETAGS = etags
119
CTAGS = ctags
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
ACLOCAL = @ACLOCAL@
122
AMTAR = @AMTAR@
123
AR = @AR@
124
ARFLAGS = @ARFLAGS@
125
AUTOCONF = @AUTOCONF@
126
AUTOHEADER = @AUTOHEADER@
127
AUTOMAKE = @AUTOMAKE@
128
AWK = @AWK@
129
BUILD_DIR = @BUILD_DIR@
130
CC = @CC@
131
CCDEPMODE = @CCDEPMODE@
132
CFLAGS = @CFLAGS@
133
CPP = @CPP@
134
CPPFLAGS = @CPPFLAGS@
135
CPU_ARCH = @CPU_ARCH@
136
CXX = @CXX@
137
CXXCPP = @CXXCPP@
138
CXXDEPMODE = @CXXDEPMODE@
139
CXXFLAGS = @CXXFLAGS@
140
CYGPATH_W = @CYGPATH_W@
141
DEBUGFLAGS = @DEBUGFLAGS@
142
DEFS = @DEFS@
143
DEPDIR = @DEPDIR@
144
ECHO = @ECHO@
145
ECHO_C = @ECHO_C@
146
ECHO_N = @ECHO_N@
147
ECHO_T = @ECHO_T@
148
EGREP = @EGREP@
149
EXEEXT = @EXEEXT@
150
F77 = @F77@
151
FFLAGS = @FFLAGS@
152
GREP = @GREP@
153
INCLUDES = @INCLUDES@
154
INSTALL = @INSTALL@
155
INSTALL_DATA = @INSTALL_DATA@
156
INSTALL_PROGRAM = @INSTALL_PROGRAM@
157
INSTALL_SCRIPT = @INSTALL_SCRIPT@
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159
LDFLAGS = @LDFLAGS@
160
LIBOBJS = @LIBOBJS@
161
LIBS = @LIBS@
162
LIBTOOL = @LIBTOOL@
163
LN_S = @LN_S@
164
LOCAL_CFLAGS = @LOCAL_CFLAGS@
165
LOCAL_DEFS = @LOCAL_DEFS@
166
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
167
LTLIBOBJS = @LTLIBOBJS@
168
MAKEINFO = @MAKEINFO@
169
MAKE_SHELL = @MAKE_SHELL@
170
MKDIR_P = @MKDIR_P@
171
OBJEXT = @OBJEXT@
172
PACKAGE = @PACKAGE@
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174
PACKAGE_NAME = @PACKAGE_NAME@
175
PACKAGE_STRING = @PACKAGE_STRING@
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
177
PACKAGE_VERSION = @PACKAGE_VERSION@
178
PATH_SEPARATOR = @PATH_SEPARATOR@
179
POW_LIB = @POW_LIB@
180
RANLIB = @RANLIB@
181
SED = @SED@
182
SET_MAKE = @SET_MAKE@
183
SHELL = @SHELL@
184
STRIP = @STRIP@
185
SUMVERSION = @SUMVERSION@
186
TERMCAP_LIB = @TERMCAP_LIB@
187
VERSION = @VERSION@
188
abs_builddir = @abs_builddir@
189
abs_srcdir = @abs_srcdir@
190
abs_top_builddir = @abs_top_builddir@
191
abs_top_srcdir = @abs_top_srcdir@
192
ac_ct_CC = @ac_ct_CC@
193
ac_ct_CXX = @ac_ct_CXX@
194
ac_ct_F77 = @ac_ct_F77@
195
am__include = @am__include@
196
am__leading_dot = @am__leading_dot@
197
am__quote = @am__quote@
198
am__tar = @am__tar@
199
am__untar = @am__untar@
200
bindir = @bindir@
201
build = @build@
202
build_alias = @build_alias@
203
build_cpu = @build_cpu@
204
build_os = @build_os@
205
build_vendor = @build_vendor@
206
builddir = @builddir@
207
datadir = @datadir@
208
datarootdir = @datarootdir@
209
docdir = @docdir@
210
dvidir = @dvidir@
211
exec_prefix = @exec_prefix@
212
host = @host@
213
host_alias = @host_alias@
214
host_cpu = @host_cpu@
215
host_os = @host_os@
216
host_vendor = @host_vendor@
217
htmldir = @htmldir@
218
includedir = @includedir@
219
infodir = @infodir@
220
install_sh = @install_sh@
221
libdir = @libdir@
222
libexecdir = @libexecdir@
223
localedir = @localedir@
224
localstatedir = @localstatedir@
225
mandir = @mandir@
226
mkdir_p = @mkdir_p@
227
oldincludedir = @oldincludedir@
228
pdfdir = @pdfdir@
229
prefix = @prefix@
230
program_transform_name = @program_transform_name@
231
psdir = @psdir@
232
sbindir = @sbindir@
233
sharedstatedir = @sharedstatedir@
234
srcdir = @srcdir@
235
sysconfdir = @sysconfdir@
236
target = @target@
237
target_alias = @target_alias@
238
target_cpu = @target_cpu@
239
target_os = @target_os@
240
target_vendor = @target_vendor@
241
top_builddir = @top_builddir@
242
top_srcdir = @top_srcdir@
243
noinst_LTLIBRARIES = libargtable2.la
244
libargtable2_la_SOURCES = argtable2.c arg_end.c arg_rem.c arg_lit.c \
245
        arg_int.c arg_dbl.c arg_str.c arg_file.c $(am__append_1) \
246
        $(am__append_2) $(am__append_3)
247
 
248
#libtool library versioning uses current:revision:age where
249
#   current  = most recent interface number
250
#   revision = minor version of current interface
251
#   age      = how many previous interfaces this version supports (first=current-age)
252
# argtable versions prior to 2.4 did not use libtool versions thus
253
# argtable-2.4 is 0:0:0
254
# argtable-2.5 is 1:0:1 (interface 1 is back-compatible with interface 0, ie:argtable-2.4)
255
# argtable-2.6 is 1:1:1 (this code is identical to argtable2-5)
256
# argtable-2.7 is 1:2:1 (some minor bug fixes, interface is unchanged)
257
# argtable-2.8 is 1:3:1 (some minor bug fixes, interface is unchanged)
258
# argtable-2.9 is 1:4:1 (makefile bug fix only, src code is identical to argtable-2.8)
259
libargtable2_la_LDFLAGS = -version-info 1:4:1
260
noinst_HEADERS = argtable2.h
261
all: all-am
262
 
263
.SUFFIXES:
264
.SUFFIXES: .c .lo .o .obj
265
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
266
        @for dep in $?; do \
267
          case '$(am__configure_deps)' in \
268
            *$$dep*) \
269
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
270
                && exit 0; \
271
              exit 1;; \
272
          esac; \
273
        done; \
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  argtable2/Makefile'; \
275
        cd $(top_srcdir) && \
276
          $(AUTOMAKE) --gnu  argtable2/Makefile
277
.PRECIOUS: Makefile
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
        @case '$?' in \
280
          *config.status*) \
281
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282
          *) \
283
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
284
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285
        esac;
286
 
287
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
290
$(top_srcdir)/configure:  $(am__configure_deps)
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
295
clean-noinstLTLIBRARIES:
296
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
297
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
298
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
299
          test "$$dir" != "$$p" || dir=.; \
300
          echo "rm -f \"$${dir}/so_locations\""; \
301
          rm -f "$${dir}/so_locations"; \
302
        done
303
libargtable2.la: $(libargtable2_la_OBJECTS) $(libargtable2_la_DEPENDENCIES)
304
        $(libargtable2_la_LINK)  $(libargtable2_la_OBJECTS) $(libargtable2_la_LIBADD) $(LIBS)
305
 
306
mostlyclean-compile:
307
        -rm -f *.$(OBJEXT)
308
 
309
distclean-compile:
310
        -rm -f *.tab.c
311
 
312
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_date.Plo@am__quote@
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_dbl.Plo@am__quote@
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_end.Plo@am__quote@
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_file.Plo@am__quote@
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_int.Plo@am__quote@
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_lit.Plo@am__quote@
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_rem.Plo@am__quote@
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_rex.Plo@am__quote@
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg_str.Plo@am__quote@
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argtable2.Plo@am__quote@
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@
324
 
325
.c.o:
326
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
331
 
332
.c.obj:
333
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
338
 
339
.c.lo:
340
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
345
 
346
mostlyclean-libtool:
347
        -rm -f *.lo
348
 
349
clean-libtool:
350
        -rm -rf .libs _libs
351
 
352
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354
        unique=`for i in $$list; do \
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
          done | \
357
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
359
        mkid -fID $$unique
360
tags: TAGS
361
 
362
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
                $(TAGS_FILES) $(LISP)
364
        tags=; \
365
        here=`pwd`; \
366
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367
        unique=`for i in $$list; do \
368
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
          done | \
370
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371
              END { if (nonempty) { for (i in files) print i; }; }'`; \
372
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
373
          test -n "$$unique" || unique=$$empty_fix; \
374
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
            $$tags $$unique; \
376
        fi
377
ctags: CTAGS
378
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379
                $(TAGS_FILES) $(LISP)
380
        tags=; \
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382
        unique=`for i in $$list; do \
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
          done | \
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
388
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389
             $$tags $$unique
390
 
391
GTAGS:
392
        here=`$(am__cd) $(top_builddir) && pwd` \
393
          && cd $(top_srcdir) \
394
          && gtags -i $(GTAGS_ARGS) $$here
395
 
396
distclean-tags:
397
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398
 
399
distdir: $(DISTFILES)
400
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402
        list='$(DISTFILES)'; \
403
          dist_files=`for file in $$list; do echo $$file; done | \
404
          sed -e "s|^$$srcdirstrip/||;t" \
405
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
406
        case $$dist_files in \
407
          */*) $(MKDIR_P) `echo "$$dist_files" | \
408
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
409
                           sort -u` ;; \
410
        esac; \
411
        for file in $$dist_files; do \
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413
          if test -d $$d/$$file; then \
414
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
415
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
417
            fi; \
418
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
419
          else \
420
            test -f $(distdir)/$$file \
421
            || cp -p $$d/$$file $(distdir)/$$file \
422
            || exit 1; \
423
          fi; \
424
        done
425
check-am: all-am
426
check: check-am
427
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
428
installdirs:
429
install: install-am
430
install-exec: install-exec-am
431
install-data: install-data-am
432
uninstall: uninstall-am
433
 
434
install-am: all-am
435
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
 
437
installcheck: installcheck-am
438
install-strip:
439
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441
          `test -z '$(STRIP)' || \
442
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
443
mostlyclean-generic:
444
 
445
clean-generic:
446
 
447
distclean-generic:
448
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449
 
450
maintainer-clean-generic:
451
        @echo "This command is intended for maintainers to use"
452
        @echo "it deletes files that may require special tools to rebuild."
453
clean: clean-am
454
 
455
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
456
        mostlyclean-am
457
 
458
distclean: distclean-am
459
        -rm -rf ./$(DEPDIR)
460
        -rm -f Makefile
461
distclean-am: clean-am distclean-compile distclean-generic \
462
        distclean-tags
463
 
464
dvi: dvi-am
465
 
466
dvi-am:
467
 
468
html: html-am
469
 
470
info: info-am
471
 
472
info-am:
473
 
474
install-data-am:
475
 
476
install-dvi: install-dvi-am
477
 
478
install-exec-am:
479
 
480
install-html: install-html-am
481
 
482
install-info: install-info-am
483
 
484
install-man:
485
 
486
install-pdf: install-pdf-am
487
 
488
install-ps: install-ps-am
489
 
490
installcheck-am:
491
 
492
maintainer-clean: maintainer-clean-am
493
        -rm -rf ./$(DEPDIR)
494
        -rm -f Makefile
495
maintainer-clean-am: distclean-am maintainer-clean-generic
496
 
497
mostlyclean: mostlyclean-am
498
 
499
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
500
        mostlyclean-libtool
501
 
502
pdf: pdf-am
503
 
504
pdf-am:
505
 
506
ps: ps-am
507
 
508
ps-am:
509
 
510
uninstall-am:
511
 
512
.MAKE: install-am install-strip
513
 
514
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
515
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
516
        distclean-compile distclean-generic distclean-libtool \
517
        distclean-tags distdir dvi dvi-am html html-am info info-am \
518
        install install-am install-data install-data-am install-dvi \
519
        install-dvi-am install-exec install-exec-am install-html \
520
        install-html-am install-info install-info-am install-man \
521
        install-pdf install-pdf-am install-ps install-ps-am \
522
        install-strip installcheck installcheck-am installdirs \
523
        maintainer-clean maintainer-clean-generic mostlyclean \
524
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
525
        pdf pdf-am ps ps-am tags uninstall uninstall-am
526
 
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.
528
# Otherwise a system limit (for SysV at least) may be exceeded.
529
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.