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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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