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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [argtable2/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 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 = libargtable2_la-getopt.lo \
94
@USE_SYS_GETOPTLONG_FALSE@      libargtable2_la-getopt1.lo
95
@USE_ARGREX_TRUE@am__objects_2 = libargtable2_la-arg_rex.lo
96
@USE_ARGDATE_TRUE@am__objects_3 = libargtable2_la-arg_date.lo
97
am_libargtable2_la_OBJECTS = libargtable2_la-argtable2.lo \
98
        libargtable2_la-arg_end.lo libargtable2_la-arg_rem.lo \
99
        libargtable2_la-arg_lit.lo libargtable2_la-arg_int.lo \
100
        libargtable2_la-arg_dbl.lo libargtable2_la-arg_str.lo \
101
        libargtable2_la-arg_file.lo $(am__objects_1) $(am__objects_2) \
102
        $(am__objects_3)
103
libargtable2_la_OBJECTS = $(am_libargtable2_la_OBJECTS)
104
libargtable2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libargtable2_la_CFLAGS) \
106
        $(CFLAGS) $(libargtable2_la_LDFLAGS) $(LDFLAGS) -o $@
107
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
108
depcomp = $(SHELL) $(top_srcdir)/depcomp
109
am__depfiles_maybe = depfiles
110
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115
CCLD = $(CC)
116
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
118
        $(LDFLAGS) -o $@
119
SOURCES = $(libargtable2_la_SOURCES)
120
DIST_SOURCES = $(am__libargtable2_la_SOURCES_DIST)
121
HEADERS = $(noinst_HEADERS)
122
ETAGS = etags
123
CTAGS = ctags
124
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125
ACLOCAL = @ACLOCAL@
126
AMTAR = @AMTAR@
127
AR = @AR@
128
ARFLAGS = @ARFLAGS@
129
AUTOCONF = @AUTOCONF@
130
AUTOHEADER = @AUTOHEADER@
131
AUTOMAKE = @AUTOMAKE@
132
AWK = @AWK@
133
BUILD_DIR = @BUILD_DIR@
134
CC = @CC@
135
CCDEPMODE = @CCDEPMODE@
136
CFLAGS = @CFLAGS@
137
CPP = @CPP@
138
CPPFLAGS = @CPPFLAGS@
139
CPU_ARCH = @CPU_ARCH@
140
CXX = @CXX@
141
CXXCPP = @CXXCPP@
142
CXXDEPMODE = @CXXDEPMODE@
143
CXXFLAGS = @CXXFLAGS@
144
CYGPATH_W = @CYGPATH_W@
145
DEBUGFLAGS = @DEBUGFLAGS@
146
DEFS = @DEFS@
147
DEPDIR = @DEPDIR@
148
ECHO = @ECHO@
149
ECHO_C = @ECHO_C@
150
ECHO_N = @ECHO_N@
151
ECHO_T = @ECHO_T@
152
EGREP = @EGREP@
153
EXEEXT = @EXEEXT@
154
F77 = @F77@
155
FFLAGS = @FFLAGS@
156
GREP = @GREP@
157
INCLUDES = @INCLUDES@
158
INSTALL = @INSTALL@
159
INSTALL_DATA = @INSTALL_DATA@
160
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163
LDFLAGS = @LDFLAGS@
164
LIBOBJS = @LIBOBJS@
165
LIBS = @LIBS@
166
LIBTOOL = @LIBTOOL@
167
LN_S = @LN_S@
168
LOCAL_CFLAGS = @LOCAL_CFLAGS@
169
LOCAL_DEFS = @LOCAL_DEFS@
170
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
171
LTLIBOBJS = @LTLIBOBJS@
172
MAKEINFO = @MAKEINFO@
173
MAKE_SHELL = @MAKE_SHELL@
174
MKDIR_P = @MKDIR_P@
175
OBJEXT = @OBJEXT@
176
PACKAGE = @PACKAGE@
177
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178
PACKAGE_NAME = @PACKAGE_NAME@
179
PACKAGE_STRING = @PACKAGE_STRING@
180
PACKAGE_TARNAME = @PACKAGE_TARNAME@
181
PACKAGE_VERSION = @PACKAGE_VERSION@
182
PATH_SEPARATOR = @PATH_SEPARATOR@
183
POW_LIB = @POW_LIB@
184
RANLIB = @RANLIB@
185
SED = @SED@
186
SET_MAKE = @SET_MAKE@
187
SHELL = @SHELL@
188
STRIP = @STRIP@
189
SUMVERSION = @SUMVERSION@
190
TERMCAP_LIB = @TERMCAP_LIB@
191
VERSION = @VERSION@
192
abs_builddir = @abs_builddir@
193
abs_srcdir = @abs_srcdir@
194
abs_top_builddir = @abs_top_builddir@
195
abs_top_srcdir = @abs_top_srcdir@
196
ac_ct_CC = @ac_ct_CC@
197
ac_ct_CXX = @ac_ct_CXX@
198
ac_ct_F77 = @ac_ct_F77@
199
am__include = @am__include@
200
am__leading_dot = @am__leading_dot@
201
am__quote = @am__quote@
202
am__tar = @am__tar@
203
am__untar = @am__untar@
204
bindir = @bindir@
205
build = @build@
206
build_alias = @build_alias@
207
build_cpu = @build_cpu@
208
build_os = @build_os@
209
build_vendor = @build_vendor@
210
builddir = @builddir@
211
datadir = @datadir@
212
datarootdir = @datarootdir@
213
docdir = @docdir@
214
dvidir = @dvidir@
215
exec_prefix = @exec_prefix@
216
host = @host@
217
host_alias = @host_alias@
218
host_cpu = @host_cpu@
219
host_os = @host_os@
220
host_vendor = @host_vendor@
221
htmldir = @htmldir@
222
includedir = @includedir@
223
infodir = @infodir@
224
install_sh = @install_sh@
225
libdir = @libdir@
226
libexecdir = @libexecdir@
227
localedir = @localedir@
228
localstatedir = @localstatedir@
229
mandir = @mandir@
230
mkdir_p = @mkdir_p@
231
oldincludedir = @oldincludedir@
232
pdfdir = @pdfdir@
233
prefix = @prefix@
234
program_transform_name = @program_transform_name@
235
psdir = @psdir@
236
sbindir = @sbindir@
237
sharedstatedir = @sharedstatedir@
238
srcdir = @srcdir@
239
sysconfdir = @sysconfdir@
240
target = @target@
241
target_alias = @target_alias@
242
target_cpu = @target_cpu@
243
target_os = @target_os@
244
target_vendor = @target_vendor@
245
top_builddir = @top_builddir@
246
top_srcdir = @top_srcdir@
247
noinst_LTLIBRARIES = libargtable2.la
248
libargtable2_la_SOURCES = argtable2.c arg_end.c arg_rem.c arg_lit.c \
249
        arg_int.c arg_dbl.c arg_str.c arg_file.c $(am__append_1) \
250
        $(am__append_2) $(am__append_3)
251
libargtable2_la_CFLAGS = $(DEBUGFLAGS)
252
 
253
#libtool library versioning uses current:revision:age where
254
#   current  = most recent interface number
255
#   revision = minor version of current interface
256
#   age      = how many previous interfaces this version supports (first=current-age)
257
# argtable versions prior to 2.4 did not use libtool versions thus
258
# argtable-2.4 is 0:0:0
259
# argtable-2.5 is 1:0:1 (interface 1 is back-compatible with interface 0, ie:argtable-2.4)
260
# argtable-2.6 is 1:1:1 (this code is identical to argtable2-5)
261
# argtable-2.7 is 1:2:1 (some minor bug fixes, interface is unchanged)
262
# argtable-2.8 is 1:3:1 (some minor bug fixes, interface is unchanged)
263
# argtable-2.9 is 1:4:1 (makefile bug fix only, src code is identical to argtable-2.8)
264
libargtable2_la_LDFLAGS = -version-info 1:4:1
265
noinst_HEADERS = argtable2.h
266
all: all-am
267
 
268
.SUFFIXES:
269
.SUFFIXES: .c .lo .o .obj
270
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271
        @for dep in $?; do \
272
          case '$(am__configure_deps)' in \
273
            *$$dep*) \
274
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275
                && exit 0; \
276
              exit 1;; \
277
          esac; \
278
        done; \
279
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  argtable2/Makefile'; \
280
        cd $(top_srcdir) && \
281
          $(AUTOMAKE) --gnu  argtable2/Makefile
282
.PRECIOUS: Makefile
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
        @case '$?' in \
285
          *config.status*) \
286
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287
          *) \
288
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290
        esac;
291
 
292
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
295
$(top_srcdir)/configure:  $(am__configure_deps)
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
 
300
clean-noinstLTLIBRARIES:
301
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
302
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
303
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
304
          test "$$dir" != "$$p" || dir=.; \
305
          echo "rm -f \"$${dir}/so_locations\""; \
306
          rm -f "$${dir}/so_locations"; \
307
        done
308
libargtable2.la: $(libargtable2_la_OBJECTS) $(libargtable2_la_DEPENDENCIES)
309
        $(libargtable2_la_LINK)  $(libargtable2_la_OBJECTS) $(libargtable2_la_LIBADD) $(LIBS)
310
 
311
mostlyclean-compile:
312
        -rm -f *.$(OBJEXT)
313
 
314
distclean-compile:
315
        -rm -f *.tab.c
316
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_date.Plo@am__quote@
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_dbl.Plo@am__quote@
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_end.Plo@am__quote@
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_file.Plo@am__quote@
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_int.Plo@am__quote@
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_lit.Plo@am__quote@
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_rem.Plo@am__quote@
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_rex.Plo@am__quote@
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_str.Plo@am__quote@
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-argtable2.Plo@am__quote@
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-getopt.Plo@am__quote@
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-getopt1.Plo@am__quote@
329
 
330
.c.o:
331
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
336
 
337
.c.obj:
338
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
339
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
 
344
.c.lo:
345
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
350
 
351
libargtable2_la-argtable2.lo: argtable2.c
352
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-argtable2.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-argtable2.Tpo -c -o libargtable2_la-argtable2.lo `test -f 'argtable2.c' || echo '$(srcdir)/'`argtable2.c
353
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-argtable2.Tpo $(DEPDIR)/libargtable2_la-argtable2.Plo
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='argtable2.c' object='libargtable2_la-argtable2.lo' libtool=yes @AMDEPBACKSLASH@
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-argtable2.lo `test -f 'argtable2.c' || echo '$(srcdir)/'`argtable2.c
357
 
358
libargtable2_la-arg_end.lo: arg_end.c
359
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_end.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_end.Tpo -c -o libargtable2_la-arg_end.lo `test -f 'arg_end.c' || echo '$(srcdir)/'`arg_end.c
360
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_end.Tpo $(DEPDIR)/libargtable2_la-arg_end.Plo
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_end.c' object='libargtable2_la-arg_end.lo' libtool=yes @AMDEPBACKSLASH@
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_end.lo `test -f 'arg_end.c' || echo '$(srcdir)/'`arg_end.c
364
 
365
libargtable2_la-arg_rem.lo: arg_rem.c
366
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_rem.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_rem.Tpo -c -o libargtable2_la-arg_rem.lo `test -f 'arg_rem.c' || echo '$(srcdir)/'`arg_rem.c
367
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_rem.Tpo $(DEPDIR)/libargtable2_la-arg_rem.Plo
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_rem.c' object='libargtable2_la-arg_rem.lo' libtool=yes @AMDEPBACKSLASH@
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_rem.lo `test -f 'arg_rem.c' || echo '$(srcdir)/'`arg_rem.c
371
 
372
libargtable2_la-arg_lit.lo: arg_lit.c
373
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_lit.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_lit.Tpo -c -o libargtable2_la-arg_lit.lo `test -f 'arg_lit.c' || echo '$(srcdir)/'`arg_lit.c
374
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_lit.Tpo $(DEPDIR)/libargtable2_la-arg_lit.Plo
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_lit.c' object='libargtable2_la-arg_lit.lo' libtool=yes @AMDEPBACKSLASH@
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_lit.lo `test -f 'arg_lit.c' || echo '$(srcdir)/'`arg_lit.c
378
 
379
libargtable2_la-arg_int.lo: arg_int.c
380
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_int.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_int.Tpo -c -o libargtable2_la-arg_int.lo `test -f 'arg_int.c' || echo '$(srcdir)/'`arg_int.c
381
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_int.Tpo $(DEPDIR)/libargtable2_la-arg_int.Plo
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_int.c' object='libargtable2_la-arg_int.lo' libtool=yes @AMDEPBACKSLASH@
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_int.lo `test -f 'arg_int.c' || echo '$(srcdir)/'`arg_int.c
385
 
386
libargtable2_la-arg_dbl.lo: arg_dbl.c
387
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_dbl.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_dbl.Tpo -c -o libargtable2_la-arg_dbl.lo `test -f 'arg_dbl.c' || echo '$(srcdir)/'`arg_dbl.c
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_dbl.Tpo $(DEPDIR)/libargtable2_la-arg_dbl.Plo
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_dbl.c' object='libargtable2_la-arg_dbl.lo' libtool=yes @AMDEPBACKSLASH@
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_dbl.lo `test -f 'arg_dbl.c' || echo '$(srcdir)/'`arg_dbl.c
392
 
393
libargtable2_la-arg_str.lo: arg_str.c
394
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_str.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_str.Tpo -c -o libargtable2_la-arg_str.lo `test -f 'arg_str.c' || echo '$(srcdir)/'`arg_str.c
395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_str.Tpo $(DEPDIR)/libargtable2_la-arg_str.Plo
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_str.c' object='libargtable2_la-arg_str.lo' libtool=yes @AMDEPBACKSLASH@
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_str.lo `test -f 'arg_str.c' || echo '$(srcdir)/'`arg_str.c
399
 
400
libargtable2_la-arg_file.lo: arg_file.c
401
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_file.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_file.Tpo -c -o libargtable2_la-arg_file.lo `test -f 'arg_file.c' || echo '$(srcdir)/'`arg_file.c
402
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_file.Tpo $(DEPDIR)/libargtable2_la-arg_file.Plo
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_file.c' object='libargtable2_la-arg_file.lo' libtool=yes @AMDEPBACKSLASH@
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_file.lo `test -f 'arg_file.c' || echo '$(srcdir)/'`arg_file.c
406
 
407
libargtable2_la-getopt.lo: getopt.c
408
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-getopt.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-getopt.Tpo -c -o libargtable2_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
409
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-getopt.Tpo $(DEPDIR)/libargtable2_la-getopt.Plo
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getopt.c' object='libargtable2_la-getopt.lo' libtool=yes @AMDEPBACKSLASH@
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
413
 
414
libargtable2_la-getopt1.lo: getopt1.c
415
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-getopt1.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-getopt1.Tpo -c -o libargtable2_la-getopt1.lo `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
416
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-getopt1.Tpo $(DEPDIR)/libargtable2_la-getopt1.Plo
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getopt1.c' object='libargtable2_la-getopt1.lo' libtool=yes @AMDEPBACKSLASH@
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-getopt1.lo `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
420
 
421
libargtable2_la-arg_rex.lo: arg_rex.c
422
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_rex.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_rex.Tpo -c -o libargtable2_la-arg_rex.lo `test -f 'arg_rex.c' || echo '$(srcdir)/'`arg_rex.c
423
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_rex.Tpo $(DEPDIR)/libargtable2_la-arg_rex.Plo
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_rex.c' object='libargtable2_la-arg_rex.lo' libtool=yes @AMDEPBACKSLASH@
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_rex.lo `test -f 'arg_rex.c' || echo '$(srcdir)/'`arg_rex.c
427
 
428
libargtable2_la-arg_date.lo: arg_date.c
429
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -MT libargtable2_la-arg_date.lo -MD -MP -MF $(DEPDIR)/libargtable2_la-arg_date.Tpo -c -o libargtable2_la-arg_date.lo `test -f 'arg_date.c' || echo '$(srcdir)/'`arg_date.c
430
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libargtable2_la-arg_date.Tpo $(DEPDIR)/libargtable2_la-arg_date.Plo
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_date.c' object='libargtable2_la-arg_date.lo' libtool=yes @AMDEPBACKSLASH@
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libargtable2_la_CFLAGS) $(CFLAGS) -c -o libargtable2_la-arg_date.lo `test -f 'arg_date.c' || echo '$(srcdir)/'`arg_date.c
434
 
435
mostlyclean-libtool:
436
        -rm -f *.lo
437
 
438
clean-libtool:
439
        -rm -rf .libs _libs
440
 
441
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443
        unique=`for i in $$list; do \
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
          done | \
446
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
448
        mkid -fID $$unique
449
tags: TAGS
450
 
451
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
                $(TAGS_FILES) $(LISP)
453
        tags=; \
454
        here=`pwd`; \
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
456
        unique=`for i in $$list; do \
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458
          done | \
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
461
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
462
          test -n "$$unique" || unique=$$empty_fix; \
463
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464
            $$tags $$unique; \
465
        fi
466
ctags: CTAGS
467
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
                $(TAGS_FILES) $(LISP)
469
        tags=; \
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471
        unique=`for i in $$list; do \
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
          done | \
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478
             $$tags $$unique
479
 
480
GTAGS:
481
        here=`$(am__cd) $(top_builddir) && pwd` \
482
          && cd $(top_srcdir) \
483
          && gtags -i $(GTAGS_ARGS) $$here
484
 
485
distclean-tags:
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487
 
488
distdir: $(DISTFILES)
489
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491
        list='$(DISTFILES)'; \
492
          dist_files=`for file in $$list; do echo $$file; done | \
493
          sed -e "s|^$$srcdirstrip/||;t" \
494
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
495
        case $$dist_files in \
496
          */*) $(MKDIR_P) `echo "$$dist_files" | \
497
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
498
                           sort -u` ;; \
499
        esac; \
500
        for file in $$dist_files; do \
501
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502
          if test -d $$d/$$file; then \
503
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
506
            fi; \
507
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
508
          else \
509
            test -f $(distdir)/$$file \
510
            || cp -p $$d/$$file $(distdir)/$$file \
511
            || exit 1; \
512
          fi; \
513
        done
514
check-am: all-am
515
check: check-am
516
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
517
installdirs:
518
install: install-am
519
install-exec: install-exec-am
520
install-data: install-data-am
521
uninstall: uninstall-am
522
 
523
install-am: all-am
524
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
 
526
installcheck: installcheck-am
527
install-strip:
528
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530
          `test -z '$(STRIP)' || \
531
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532
mostlyclean-generic:
533
 
534
clean-generic:
535
 
536
distclean-generic:
537
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
 
539
maintainer-clean-generic:
540
        @echo "This command is intended for maintainers to use"
541
        @echo "it deletes files that may require special tools to rebuild."
542
clean: clean-am
543
 
544
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
545
        mostlyclean-am
546
 
547
distclean: distclean-am
548
        -rm -rf ./$(DEPDIR)
549
        -rm -f Makefile
550
distclean-am: clean-am distclean-compile distclean-generic \
551
        distclean-tags
552
 
553
dvi: dvi-am
554
 
555
dvi-am:
556
 
557
html: html-am
558
 
559
info: info-am
560
 
561
info-am:
562
 
563
install-data-am:
564
 
565
install-dvi: install-dvi-am
566
 
567
install-exec-am:
568
 
569
install-html: install-html-am
570
 
571
install-info: install-info-am
572
 
573
install-man:
574
 
575
install-pdf: install-pdf-am
576
 
577
install-ps: install-ps-am
578
 
579
installcheck-am:
580
 
581
maintainer-clean: maintainer-clean-am
582
        -rm -rf ./$(DEPDIR)
583
        -rm -f Makefile
584
maintainer-clean-am: distclean-am maintainer-clean-generic
585
 
586
mostlyclean: mostlyclean-am
587
 
588
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
589
        mostlyclean-libtool
590
 
591
pdf: pdf-am
592
 
593
pdf-am:
594
 
595
ps: ps-am
596
 
597
ps-am:
598
 
599
uninstall-am:
600
 
601
.MAKE: install-am install-strip
602
 
603
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
604
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
605
        distclean-compile distclean-generic distclean-libtool \
606
        distclean-tags distdir dvi dvi-am html html-am info info-am \
607
        install install-am install-data install-data-am install-dvi \
608
        install-dvi-am install-exec install-exec-am install-html \
609
        install-html-am install-info install-info-am install-man \
610
        install-pdf install-pdf-am install-ps install-ps-am \
611
        install-strip installcheck installcheck-am installdirs \
612
        maintainer-clean maintainer-clean-generic mostlyclean \
613
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
614
        pdf pdf-am ps ps-am tags uninstall uninstall-am
615
 
616
# Tell versions [3.59,3.63) of GNU make to not export all variables.
617
# Otherwise a system limit (for SysV at least) may be exceeded.
618
.NOEXPORT:

powered by: WebSVN 2.1.0

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