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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [argtable2/] [Makefile] - Blame information for rev 403

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# argtable2/Makefile.  Generated from Makefile.in by configure.
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
 
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 = ../../argtable2
48
pkgdatadir = $(datadir)/or1ksim
49
pkglibdir = $(libdir)/or1ksim
50
pkgincludedir = $(includedir)/or1ksim
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 = i686-pc-linux-gnu
64
host_triplet = i686-pc-linux-gnu
65
target_triplet = or32-unknown-uclinux
66
 
67
# If the system provides getopt_long then we use it,
68
# otherwise we compile in the version supplied with argtable.
69
#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
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
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
#am__objects_1 = getopt.lo getopt1.lo
94
am__objects_2 = arg_rex.lo
95
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. -I$(srcdir) -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 = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run aclocal-1.10
122
AMTAR = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run tar
123
AR = ar
124
ARFLAGS = cr
125
AUTOCONF = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoconf
126
AUTOHEADER = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoheader
127
AUTOMAKE = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run automake-1.10
128
AWK = gawk
129
BUILD_DIR = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
130
CC = gcc
131
CCDEPMODE = depmode=gcc3
132
CFLAGS = -g -O2
133
CPP = gcc -E
134
CPPFLAGS =
135
CPU_ARCH = or32
136
CXX = g++
137
CXXCPP = g++ -E
138
CXXDEPMODE = depmode=gcc3
139
CXXFLAGS = -g -O2
140
CYGPATH_W = echo
141
DEBUGFLAGS = -DNDEBUG
142
DEFS = -DHAVE_CONFIG_H
143
DEPDIR = .deps
144
ECHO = echo
145
ECHO_C =
146
ECHO_N = -n
147
ECHO_T =
148
EGREP = /bin/grep -E
149
EXEEXT =
150
F77 = gfortran
151
FFLAGS = -g -O2
152
GREP = /bin/grep
153
INCLUDES = -I${top_builddir}/cpu/or32 -I${top_srcdir} -I${top_srcdir}/cpu/common -I${top_srcdir}/cpu/or1k -I${top_srcdir}/cache -I${top_srcdir}/mmu -I${top_srcdir}/bpb -I${top_srcdir}/peripheral -I${top_srcdir}/tick -I${top_srcdir}/peripheral/channels -I${top_srcdir}/pm -I${top_srcdir}/pic -I${top_srcdir}/debug -I${top_srcdir}/vapi -I${top_srcdir}/support -I${top_srcdir}/cuc -I${top_srcdir}/port -I${top_srcdir}/argtable2
154
INSTALL = /usr/bin/install -c
155
INSTALL_DATA = ${INSTALL} -m 644
156
INSTALL_PROGRAM = ${INSTALL}
157
INSTALL_SCRIPT = ${INSTALL}
158
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
159
LDFLAGS =
160
LIBOBJS =
161
LIBS = -lreadline
162
LIBTOOL = $(SHELL) $(top_builddir)/libtool
163
LN_S = ln -s
164
LOCAL_CFLAGS =
165
LOCAL_DEFS =
166
LOCAL_LDFLAGS =
167
LTLIBOBJS =
168
MAKEINFO = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run makeinfo
169
MAKE_SHELL = /bin/sh
170
MKDIR_P = /bin/mkdir -p
171
OBJEXT = o
172
PACKAGE = or1ksim
173
PACKAGE_BUGREPORT = openrisc@opencores.org
174
PACKAGE_NAME = or1ksim
175
PACKAGE_STRING = or1ksim 0.3.0rc1
176
PACKAGE_TARNAME = or1ksim
177
PACKAGE_VERSION = 0.3.0rc1
178
PATH_SEPARATOR = :
179
POW_LIB =
180
RANLIB = ranlib
181
SED = /bin/sed
182
SET_MAKE =
183
SHELL = /bin/sh
184
STRIP = strip
185
SUMVERSION =
186
TERMCAP_LIB =
187
VERSION = 0.3.0rc1
188
abs_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/argtable2
189
abs_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/../argtable2
190
abs_top_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
191
abs_top_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/..
192
ac_ct_CC = gcc
193
ac_ct_CXX = g++
194
ac_ct_F77 = gfortran
195
am__include = include
196
am__leading_dot = .
197
am__quote =
198
am__tar = ${AMTAR} chof - "$$tardir"
199
am__untar = ${AMTAR} xf -
200
bindir = ${exec_prefix}/bin
201
build = i686-pc-linux-gnu
202
build_alias =
203
build_cpu = i686
204
build_os = linux-gnu
205
build_vendor = pc
206
builddir = .
207
datadir = ${datarootdir}
208
datarootdir = ${prefix}/share
209
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
210
dvidir = ${docdir}
211
exec_prefix = ${prefix}
212
host = i686-pc-linux-gnu
213
host_alias =
214
host_cpu = i686
215
host_os = linux-gnu
216
host_vendor = pc
217
htmldir = ${docdir}
218
includedir = ${prefix}/include
219
infodir = ${datarootdir}/info
220
install_sh = $(SHELL) /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/install-sh
221
libdir = ${exec_prefix}/lib
222
libexecdir = ${exec_prefix}/libexec
223
localedir = ${datarootdir}/locale
224
localstatedir = ${prefix}/var
225
mandir = ${datarootdir}/man
226
mkdir_p = /bin/mkdir -p
227
oldincludedir = /usr/include
228
pdfdir = ${docdir}
229
prefix = /opt/or1ksim
230
program_transform_name = s&^&or32-uclinux-&
231
psdir = ${docdir}
232
sbindir = ${exec_prefix}/sbin
233
sharedstatedir = ${prefix}/com
234
srcdir = ../../argtable2
235
sysconfdir = ${prefix}/etc
236
target = or32-unknown-uclinux
237
target_alias = or32-uclinux
238
target_cpu = or32
239
target_os = uclinux
240
target_vendor = unknown
241
top_builddir = ..
242
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
include ./$(DEPDIR)/arg_date.Plo
313
include ./$(DEPDIR)/arg_dbl.Plo
314
include ./$(DEPDIR)/arg_end.Plo
315
include ./$(DEPDIR)/arg_file.Plo
316
include ./$(DEPDIR)/arg_int.Plo
317
include ./$(DEPDIR)/arg_lit.Plo
318
include ./$(DEPDIR)/arg_rem.Plo
319
include ./$(DEPDIR)/arg_rex.Plo
320
include ./$(DEPDIR)/arg_str.Plo
321
include ./$(DEPDIR)/argtable2.Plo
322
include ./$(DEPDIR)/getopt.Plo
323
include ./$(DEPDIR)/getopt1.Plo
324
 
325
.c.o:
326
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
#       source='$<' object='$@' libtool=no \
329
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
330
#       $(COMPILE) -c $<
331
 
332
.c.obj:
333
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335
#       source='$<' object='$@' libtool=no \
336
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
337
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
338
 
339
.c.lo:
340
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342
#       source='$<' object='$@' libtool=yes \
343
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
344
#       $(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.