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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [mycompress/] [Makefile.in] - Blame information for rev 101

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

Line No. Rev Author Line
1 90 jeremybenn
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
# Makefile.am for or1ksim testsuite CPU test program: mycompress
19
 
20
# Copyright (C) Embecosm Limited, 2010
21
 
22
# Contributor Jeremy Bennett 
23
 
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
 
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
 
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
 
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .  */
38
 
39
# -----------------------------------------------------------------------------
40
# This code is commented throughout for use with Doxygen.
41
# -----------------------------------------------------------------------------
42
VPATH = @srcdir@
43
pkgdatadir = $(datadir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
pkglibdir = $(libdir)/@PACKAGE@
46
pkglibexecdir = $(libexecdir)/@PACKAGE@
47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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
build_triplet = @build@
60
host_triplet = @host@
61
check_PROGRAMS = mycompress$(EXEEXT)
62
subdir = mycompress
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
        $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
72
CONFIG_HEADER = $(top_builddir)/config.h
73
CONFIG_CLEAN_FILES =
74
CONFIG_CLEAN_VPATH_FILES =
75
am_mycompress_OBJECTS = mycompress.$(OBJEXT)
76
mycompress_OBJECTS = $(am_mycompress_OBJECTS)
77
mycompress_DEPENDENCIES = ../except/except.lo ../support/libsupport.la
78
mycompress_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
79
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
        $(mycompress_LDFLAGS) $(LDFLAGS) -o $@
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
83
am__depfiles_maybe = depfiles
84
am__mv = mv -f
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
CCLD = $(CC)
91
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93
        $(LDFLAGS) -o $@
94
SOURCES = $(mycompress_SOURCES)
95
DIST_SOURCES = $(mycompress_SOURCES)
96
ETAGS = etags
97
CTAGS = ctags
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
ACLOCAL = @ACLOCAL@
100
AMTAR = @AMTAR@
101
AR = @AR@
102
AUTOCONF = @AUTOCONF@
103
AUTOHEADER = @AUTOHEADER@
104
AUTOMAKE = @AUTOMAKE@
105
AWK = @AWK@
106
CC = @CC@
107
CCAS = @CCAS@
108
CCASDEPMODE = @CCASDEPMODE@
109
CCASFLAGS = @CCASFLAGS@
110
CCDEPMODE = @CCDEPMODE@
111
CFLAGS = @CFLAGS@
112
CPP = @CPP@
113
CPPFLAGS = @CPPFLAGS@
114
CYGPATH_W = @CYGPATH_W@
115
DEFS = @DEFS@
116
DEPDIR = @DEPDIR@
117
DSYMUTIL = @DSYMUTIL@
118
DUMPBIN = @DUMPBIN@
119
ECHO_C = @ECHO_C@
120
ECHO_N = @ECHO_N@
121
ECHO_T = @ECHO_T@
122
EGREP = @EGREP@
123
EXEEXT = @EXEEXT@
124
FGREP = @FGREP@
125
GREP = @GREP@
126
INSTALL = @INSTALL@
127
INSTALL_DATA = @INSTALL_DATA@
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
130
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131
LD = @LD@
132
LDFLAGS = @LDFLAGS@
133
LIBOBJS = @LIBOBJS@
134
LIBS = @LIBS@
135
LIBTOOL = @LIBTOOL@
136
LIPO = @LIPO@
137
LN_S = @LN_S@
138
LTLIBOBJS = @LTLIBOBJS@
139
MAKEINFO = @MAKEINFO@
140
MKDIR_P = @MKDIR_P@
141
NM = @NM@
142
NMEDIT = @NMEDIT@
143
OBJDUMP = @OBJDUMP@
144
OBJEXT = @OBJEXT@
145
OTOOL = @OTOOL@
146
OTOOL64 = @OTOOL64@
147
PACKAGE = @PACKAGE@
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
PACKAGE_NAME = @PACKAGE_NAME@
150
PACKAGE_STRING = @PACKAGE_STRING@
151
PACKAGE_TARNAME = @PACKAGE_TARNAME@
152
PACKAGE_VERSION = @PACKAGE_VERSION@
153
PATH_SEPARATOR = @PATH_SEPARATOR@
154
RANLIB = @RANLIB@
155
SED = @SED@
156
SET_MAKE = @SET_MAKE@
157
SHELL = @SHELL@
158
SIM = @SIM@
159
STRIP = @STRIP@
160
VERSION = @VERSION@
161
abs_builddir = @abs_builddir@
162
abs_srcdir = @abs_srcdir@
163
abs_top_builddir = @abs_top_builddir@
164
abs_top_srcdir = @abs_top_srcdir@
165
ac_ct_CC = @ac_ct_CC@
166
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
167
am__include = @am__include@
168
am__leading_dot = @am__leading_dot@
169
am__quote = @am__quote@
170
am__tar = @am__tar@
171
am__untar = @am__untar@
172
bindir = @bindir@
173
build = @build@
174
build_alias = @build_alias@
175
build_cpu = @build_cpu@
176
build_os = @build_os@
177
build_vendor = @build_vendor@
178
builddir = @builddir@
179
datadir = @datadir@
180
datarootdir = @datarootdir@
181
docdir = @docdir@
182
dvidir = @dvidir@
183
exec_prefix = @exec_prefix@
184
host = @host@
185
host_alias = @host_alias@
186
host_cpu = @host_cpu@
187
host_os = @host_os@
188
host_vendor = @host_vendor@
189
htmldir = @htmldir@
190
includedir = @includedir@
191
infodir = @infodir@
192
install_sh = @install_sh@
193
libdir = @libdir@
194
libexecdir = @libexecdir@
195
localedir = @localedir@
196
localstatedir = @localstatedir@
197
lt_ECHO = @lt_ECHO@
198
mandir = @mandir@
199
mkdir_p = @mkdir_p@
200
oldincludedir = @oldincludedir@
201
pdfdir = @pdfdir@
202
prefix = @prefix@
203
program_transform_name = @program_transform_name@
204
psdir = @psdir@
205
sbindir = @sbindir@
206
sharedstatedir = @sharedstatedir@
207
srcdir = @srcdir@
208
sysconfdir = @sysconfdir@
209
target_alias = @target_alias@
210
top_build_prefix = @top_build_prefix@
211
top_builddir = @top_builddir@
212
top_srcdir = @top_srcdir@
213
mycompress_SOURCES = mycompress.c
214
mycompress_LDFLAGS = -T$(srcdir)/../default.ld
215
mycompress_LDADD = ../except/except.lo      \
216
                     ../support/libsupport.la
217
 
218
all: all-am
219
 
220
.SUFFIXES:
221
.SUFFIXES: .c .lo .o .obj
222
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
223
        @for dep in $?; do \
224
          case '$(am__configure_deps)' in \
225
            *$$dep*) \
226
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
227
                && { if test -f $@; then exit 0; else break; fi; }; \
228
              exit 1;; \
229
          esac; \
230
        done; \
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu mycompress/Makefile'; \
232
        $(am__cd) $(top_srcdir) && \
233
          $(AUTOMAKE) --gnu mycompress/Makefile
234
.PRECIOUS: Makefile
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236
        @case '$?' in \
237
          *config.status*) \
238
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239
          *) \
240
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242
        esac;
243
 
244
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
 
247
$(top_srcdir)/configure:  $(am__configure_deps)
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
$(am__aclocal_m4_deps):
252
 
253
clean-checkPROGRAMS:
254
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
255
        echo " rm -f" $$list; \
256
        rm -f $$list || exit $$?; \
257
        test -n "$(EXEEXT)" || exit 0; \
258
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
259
        echo " rm -f" $$list; \
260
        rm -f $$list
261
mycompress$(EXEEXT): $(mycompress_OBJECTS) $(mycompress_DEPENDENCIES)
262
        @rm -f mycompress$(EXEEXT)
263
        $(mycompress_LINK) $(mycompress_OBJECTS) $(mycompress_LDADD) $(LIBS)
264
 
265
mostlyclean-compile:
266
        -rm -f *.$(OBJEXT)
267
 
268
distclean-compile:
269
        -rm -f *.tab.c
270
 
271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mycompress.Po@am__quote@
272
 
273
.c.o:
274
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
275
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
277
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
279
 
280
.c.obj:
281
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
282
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
286
 
287
.c.lo:
288
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
289
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
293
 
294
mostlyclean-libtool:
295
        -rm -f *.lo
296
 
297
clean-libtool:
298
        -rm -rf .libs _libs
299
 
300
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
301
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
302
        unique=`for i in $$list; do \
303
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304
          done | \
305
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
306
              END { if (nonempty) { for (i in files) print i; }; }'`; \
307
        mkid -fID $$unique
308
tags: TAGS
309
 
310
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311
                $(TAGS_FILES) $(LISP)
312
        set x; \
313
        here=`pwd`; \
314
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315
        unique=`for i in $$list; do \
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
          done | \
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
320
        shift; \
321
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
322
          test -n "$$unique" || unique=$$empty_fix; \
323
          if test $$# -gt 0; then \
324
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
325
              "$$@" $$unique; \
326
          else \
327
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328
              $$unique; \
329
          fi; \
330
        fi
331
ctags: CTAGS
332
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333
                $(TAGS_FILES) $(LISP)
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335
        unique=`for i in $$list; do \
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
          done | \
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
340
        test -z "$(CTAGS_ARGS)$$unique" \
341
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342
             $$unique
343
 
344
GTAGS:
345
        here=`$(am__cd) $(top_builddir) && pwd` \
346
          && $(am__cd) $(top_srcdir) \
347
          && gtags -i $(GTAGS_ARGS) "$$here"
348
 
349
distclean-tags:
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
 
352
distdir: $(DISTFILES)
353
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355
        list='$(DISTFILES)'; \
356
          dist_files=`for file in $$list; do echo $$file; done | \
357
          sed -e "s|^$$srcdirstrip/||;t" \
358
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
359
        case $$dist_files in \
360
          */*) $(MKDIR_P) `echo "$$dist_files" | \
361
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
362
                           sort -u` ;; \
363
        esac; \
364
        for file in $$dist_files; do \
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366
          if test -d $$d/$$file; then \
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
368
            if test -d "$(distdir)/$$file"; then \
369
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
370
            fi; \
371
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
372
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
373
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
374
            fi; \
375
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
376
          else \
377
            test -f "$(distdir)/$$file" \
378
            || cp -p $$d/$$file "$(distdir)/$$file" \
379
            || exit 1; \
380
          fi; \
381
        done
382
check-am: all-am
383
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
384
check: check-am
385
all-am: Makefile
386
installdirs:
387
install: install-am
388
install-exec: install-exec-am
389
install-data: install-data-am
390
uninstall: uninstall-am
391
 
392
install-am: all-am
393
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
 
395
installcheck: installcheck-am
396
install-strip:
397
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399
          `test -z '$(STRIP)' || \
400
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401
mostlyclean-generic:
402
 
403
clean-generic:
404
 
405
distclean-generic:
406
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
408
 
409
maintainer-clean-generic:
410
        @echo "This command is intended for maintainers to use"
411
        @echo "it deletes files that may require special tools to rebuild."
412
clean: clean-am
413
 
414
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
415
        mostlyclean-am
416
 
417
distclean: distclean-am
418
        -rm -rf ./$(DEPDIR)
419
        -rm -f Makefile
420
distclean-am: clean-am distclean-compile distclean-generic \
421
        distclean-tags
422
 
423
dvi: dvi-am
424
 
425
dvi-am:
426
 
427
html: html-am
428
 
429
html-am:
430
 
431
info: info-am
432
 
433
info-am:
434
 
435
install-data-am:
436
 
437
install-dvi: install-dvi-am
438
 
439
install-dvi-am:
440
 
441
install-exec-am:
442
 
443
install-html: install-html-am
444
 
445
install-html-am:
446
 
447
install-info: install-info-am
448
 
449
install-info-am:
450
 
451
install-man:
452
 
453
install-pdf: install-pdf-am
454
 
455
install-pdf-am:
456
 
457
install-ps: install-ps-am
458
 
459
install-ps-am:
460
 
461
installcheck-am:
462
 
463
maintainer-clean: maintainer-clean-am
464
        -rm -rf ./$(DEPDIR)
465
        -rm -f Makefile
466
maintainer-clean-am: distclean-am maintainer-clean-generic
467
 
468
mostlyclean: mostlyclean-am
469
 
470
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
471
        mostlyclean-libtool
472
 
473
pdf: pdf-am
474
 
475
pdf-am:
476
 
477
ps: ps-am
478
 
479
ps-am:
480
 
481
uninstall-am:
482
 
483
.MAKE: check-am install-am install-strip
484
 
485
.PHONY: CTAGS GTAGS all all-am check check-am clean \
486
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
487
        distclean distclean-compile distclean-generic \
488
        distclean-libtool distclean-tags distdir dvi dvi-am html \
489
        html-am info info-am install install-am install-data \
490
        install-data-am install-dvi install-dvi-am install-exec \
491
        install-exec-am install-html install-html-am install-info \
492
        install-info-am install-man install-pdf install-pdf-am \
493
        install-ps install-ps-am install-strip installcheck \
494
        installcheck-am installdirs maintainer-clean \
495
        maintainer-clean-generic mostlyclean mostlyclean-compile \
496
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
497
        tags uninstall uninstall-am
498
 
499
 
500
# Tell versions [3.59,3.63) of GNU make to not export all variables.
501
# Otherwise a system limit (for SysV at least) may be exceeded.
502
.NOEXPORT:

powered by: WebSVN 2.1.0

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