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

Subversion Repositories openrisc

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

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
DEPDIR = @DEPDIR@
154 82 jeremybenn
DSYMUTIL = @DSYMUTIL@
155
DUMPBIN = @DUMPBIN@
156 80 jeremybenn
ECHO_C = @ECHO_C@
157
ECHO_N = @ECHO_N@
158
ECHO_T = @ECHO_T@
159
EGREP = @EGREP@
160
EXEEXT = @EXEEXT@
161 82 jeremybenn
FGREP = @FGREP@
162 80 jeremybenn
GREP = @GREP@
163
INCLUDES = @INCLUDES@
164
INSTALL = @INSTALL@
165
INSTALL_DATA = @INSTALL_DATA@
166
INSTALL_PROGRAM = @INSTALL_PROGRAM@
167
INSTALL_SCRIPT = @INSTALL_SCRIPT@
168
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169 82 jeremybenn
LD = @LD@
170 80 jeremybenn
LDFLAGS = @LDFLAGS@
171
LIBOBJS = @LIBOBJS@
172
LIBS = @LIBS@
173
LIBTOOL = @LIBTOOL@
174 82 jeremybenn
LIPO = @LIPO@
175 80 jeremybenn
LN_S = @LN_S@
176
LOCAL_CFLAGS = @LOCAL_CFLAGS@
177
LOCAL_DEFS = @LOCAL_DEFS@
178
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
179
LTLIBOBJS = @LTLIBOBJS@
180
MAKEINFO = @MAKEINFO@
181
MAKE_SHELL = @MAKE_SHELL@
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 82 jeremybenn
_GNU_SOURCE = @_GNU_SOURCE@
206 80 jeremybenn
abs_builddir = @abs_builddir@
207
abs_srcdir = @abs_srcdir@
208
abs_top_builddir = @abs_top_builddir@
209
abs_top_srcdir = @abs_top_srcdir@
210
ac_ct_CC = @ac_ct_CC@
211 82 jeremybenn
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
212 80 jeremybenn
am__include = @am__include@
213
am__leading_dot = @am__leading_dot@
214
am__quote = @am__quote@
215
am__tar = @am__tar@
216
am__untar = @am__untar@
217
bindir = @bindir@
218
build = @build@
219
build_alias = @build_alias@
220
build_cpu = @build_cpu@
221
build_os = @build_os@
222
build_vendor = @build_vendor@
223
builddir = @builddir@
224
datadir = @datadir@
225
datarootdir = @datarootdir@
226
docdir = @docdir@
227
dvidir = @dvidir@
228
exec_prefix = @exec_prefix@
229
host = @host@
230
host_alias = @host_alias@
231
host_cpu = @host_cpu@
232
host_os = @host_os@
233
host_vendor = @host_vendor@
234
htmldir = @htmldir@
235
includedir = @includedir@
236
infodir = @infodir@
237
install_sh = @install_sh@
238
libdir = @libdir@
239
libexecdir = @libexecdir@
240
localedir = @localedir@
241
localstatedir = @localstatedir@
242 82 jeremybenn
lt_ECHO = @lt_ECHO@
243 80 jeremybenn
mandir = @mandir@
244
mkdir_p = @mkdir_p@
245
oldincludedir = @oldincludedir@
246
pdfdir = @pdfdir@
247
prefix = @prefix@
248
program_transform_name = @program_transform_name@
249
psdir = @psdir@
250
sbindir = @sbindir@
251
sharedstatedir = @sharedstatedir@
252
srcdir = @srcdir@
253 82 jeremybenn
subdirs = @subdirs@
254 80 jeremybenn
sysconfdir = @sysconfdir@
255
target = @target@
256
target_alias = @target_alias@
257
target_cpu = @target_cpu@
258
target_os = @target_os@
259
target_vendor = @target_vendor@
260 82 jeremybenn
top_build_prefix = @top_build_prefix@
261 80 jeremybenn
top_builddir = @top_builddir@
262
top_srcdir = @top_srcdir@
263
noinst_LTLIBRARIES = libargtable2.la
264
libargtable2_la_SOURCES = argtable2.c arg_end.c arg_rem.c arg_lit.c \
265
        arg_int.c arg_dbl.c arg_str.c arg_file.c $(am__append_1) \
266
        $(am__append_2) $(am__append_3)
267
libargtable2_la_CFLAGS = $(DEBUGFLAGS)
268
 
269
#libtool library versioning uses current:revision:age where
270
#   current  = most recent interface number
271
#   revision = minor version of current interface
272
#   age      = how many previous interfaces this version supports (first=current-age)
273
# argtable versions prior to 2.4 did not use libtool versions thus
274
# argtable-2.4 is 0:0:0
275
# argtable-2.5 is 1:0:1 (interface 1 is back-compatible with interface 0, ie:argtable-2.4)
276
# argtable-2.6 is 1:1:1 (this code is identical to argtable2-5)
277
# argtable-2.7 is 1:2:1 (some minor bug fixes, interface is unchanged)
278
# argtable-2.8 is 1:3:1 (some minor bug fixes, interface is unchanged)
279
# argtable-2.9 is 1:4:1 (makefile bug fix only, src code is identical to argtable-2.8)
280
libargtable2_la_LDFLAGS = -version-info 1:4:1
281
noinst_HEADERS = argtable2.h
282
all: all-am
283
 
284
.SUFFIXES:
285
.SUFFIXES: .c .lo .o .obj
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
287
        @for dep in $?; do \
288
          case '$(am__configure_deps)' in \
289
            *$$dep*) \
290 82 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291
                && { if test -f $@; then exit 0; else break; fi; }; \
292 80 jeremybenn
              exit 1;; \
293
          esac; \
294
        done; \
295 82 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu argtable2/Makefile'; \
296
        $(am__cd) $(top_srcdir) && \
297
          $(AUTOMAKE) --gnu argtable2/Makefile
298 80 jeremybenn
.PRECIOUS: Makefile
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300
        @case '$?' in \
301
          *config.status*) \
302
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303
          *) \
304
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306
        esac;
307
 
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
 
311
$(top_srcdir)/configure:  $(am__configure_deps)
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 82 jeremybenn
$(am__aclocal_m4_deps):
316 80 jeremybenn
 
317
clean-noinstLTLIBRARIES:
318
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
319
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
320
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
321
          test "$$dir" != "$$p" || dir=.; \
322
          echo "rm -f \"$${dir}/so_locations\""; \
323
          rm -f "$${dir}/so_locations"; \
324
        done
325
libargtable2.la: $(libargtable2_la_OBJECTS) $(libargtable2_la_DEPENDENCIES)
326
        $(libargtable2_la_LINK)  $(libargtable2_la_OBJECTS) $(libargtable2_la_LIBADD) $(LIBS)
327
 
328
mostlyclean-compile:
329
        -rm -f *.$(OBJEXT)
330
 
331
distclean-compile:
332
        -rm -f *.tab.c
333
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_date.Plo@am__quote@
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_dbl.Plo@am__quote@
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_end.Plo@am__quote@
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_file.Plo@am__quote@
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_int.Plo@am__quote@
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_lit.Plo@am__quote@
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_rem.Plo@am__quote@
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_rex.Plo@am__quote@
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-arg_str.Plo@am__quote@
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-argtable2.Plo@am__quote@
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-getopt.Plo@am__quote@
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libargtable2_la-getopt1.Plo@am__quote@
346
 
347
.c.o:
348
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
353
 
354
.c.obj:
355
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
 
361
.c.lo:
362
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
364 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
 
368
libargtable2_la-argtable2.lo: argtable2.c
369 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
370
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-argtable2.Tpo $(DEPDIR)/libargtable2_la-argtable2.Plo
371 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='argtable2.c' object='libargtable2_la-argtable2.lo' libtool=yes @AMDEPBACKSLASH@
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 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
374 80 jeremybenn
 
375
libargtable2_la-arg_end.lo: arg_end.c
376 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
377
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_end.Tpo $(DEPDIR)/libargtable2_la-arg_end.Plo
378 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_end.c' object='libargtable2_la-arg_end.lo' libtool=yes @AMDEPBACKSLASH@
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 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
381 80 jeremybenn
 
382
libargtable2_la-arg_rem.lo: arg_rem.c
383 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
384
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_rem.Tpo $(DEPDIR)/libargtable2_la-arg_rem.Plo
385 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_rem.c' object='libargtable2_la-arg_rem.lo' libtool=yes @AMDEPBACKSLASH@
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 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
388 80 jeremybenn
 
389
libargtable2_la-arg_lit.lo: arg_lit.c
390 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
391
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_lit.Tpo $(DEPDIR)/libargtable2_la-arg_lit.Plo
392 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_lit.c' object='libargtable2_la-arg_lit.lo' libtool=yes @AMDEPBACKSLASH@
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 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
395 80 jeremybenn
 
396
libargtable2_la-arg_int.lo: arg_int.c
397 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
398
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_int.Tpo $(DEPDIR)/libargtable2_la-arg_int.Plo
399 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_int.c' object='libargtable2_la-arg_int.lo' libtool=yes @AMDEPBACKSLASH@
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 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
402 80 jeremybenn
 
403
libargtable2_la-arg_dbl.lo: arg_dbl.c
404 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
405
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_dbl.Tpo $(DEPDIR)/libargtable2_la-arg_dbl.Plo
406 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_dbl.c' object='libargtable2_la-arg_dbl.lo' libtool=yes @AMDEPBACKSLASH@
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 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
409 80 jeremybenn
 
410
libargtable2_la-arg_str.lo: arg_str.c
411 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
412
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_str.Tpo $(DEPDIR)/libargtable2_la-arg_str.Plo
413 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_str.c' object='libargtable2_la-arg_str.lo' libtool=yes @AMDEPBACKSLASH@
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 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
416 80 jeremybenn
 
417
libargtable2_la-arg_file.lo: arg_file.c
418 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
419
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_file.Tpo $(DEPDIR)/libargtable2_la-arg_file.Plo
420 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_file.c' object='libargtable2_la-arg_file.lo' libtool=yes @AMDEPBACKSLASH@
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 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
423 80 jeremybenn
 
424
libargtable2_la-getopt.lo: getopt.c
425 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
426
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-getopt.Tpo $(DEPDIR)/libargtable2_la-getopt.Plo
427 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getopt.c' object='libargtable2_la-getopt.lo' libtool=yes @AMDEPBACKSLASH@
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 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
430 80 jeremybenn
 
431
libargtable2_la-getopt1.lo: getopt1.c
432 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
433
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-getopt1.Tpo $(DEPDIR)/libargtable2_la-getopt1.Plo
434 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getopt1.c' object='libargtable2_la-getopt1.lo' libtool=yes @AMDEPBACKSLASH@
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436 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
437 80 jeremybenn
 
438
libargtable2_la-arg_rex.lo: arg_rex.c
439 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
440
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_rex.Tpo $(DEPDIR)/libargtable2_la-arg_rex.Plo
441 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_rex.c' object='libargtable2_la-arg_rex.lo' libtool=yes @AMDEPBACKSLASH@
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 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
444 80 jeremybenn
 
445
libargtable2_la-arg_date.lo: arg_date.c
446 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
447
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libargtable2_la-arg_date.Tpo $(DEPDIR)/libargtable2_la-arg_date.Plo
448 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='arg_date.c' object='libargtable2_la-arg_date.lo' libtool=yes @AMDEPBACKSLASH@
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450 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
451 80 jeremybenn
 
452
mostlyclean-libtool:
453
        -rm -f *.lo
454
 
455
clean-libtool:
456
        -rm -rf .libs _libs
457
 
458
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
459
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460
        unique=`for i in $$list; do \
461
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462
          done | \
463 82 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464 80 jeremybenn
              END { if (nonempty) { for (i in files) print i; }; }'`; \
465
        mkid -fID $$unique
466
tags: TAGS
467
 
468
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469
                $(TAGS_FILES) $(LISP)
470 82 jeremybenn
        set x; \
471 80 jeremybenn
        here=`pwd`; \
472
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473
        unique=`for i in $$list; do \
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
          done | \
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478 82 jeremybenn
        shift; \
479
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
480 80 jeremybenn
          test -n "$$unique" || unique=$$empty_fix; \
481 82 jeremybenn
          if test $$# -gt 0; then \
482
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483
              "$$@" $$unique; \
484
          else \
485
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486
              $$unique; \
487
          fi; \
488 80 jeremybenn
        fi
489
ctags: CTAGS
490
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491
                $(TAGS_FILES) $(LISP)
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
493
        unique=`for i in $$list; do \
494
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495
          done | \
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
498 82 jeremybenn
        test -z "$(CTAGS_ARGS)$$unique" \
499 80 jeremybenn
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500 82 jeremybenn
             $$unique
501 80 jeremybenn
 
502
GTAGS:
503
        here=`$(am__cd) $(top_builddir) && pwd` \
504 82 jeremybenn
          && $(am__cd) $(top_srcdir) \
505
          && gtags -i $(GTAGS_ARGS) "$$here"
506 80 jeremybenn
 
507
distclean-tags:
508
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
 
510
distdir: $(DISTFILES)
511
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513
        list='$(DISTFILES)'; \
514
          dist_files=`for file in $$list; do echo $$file; done | \
515
          sed -e "s|^$$srcdirstrip/||;t" \
516
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517
        case $$dist_files in \
518
          */*) $(MKDIR_P) `echo "$$dist_files" | \
519
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520
                           sort -u` ;; \
521
        esac; \
522
        for file in $$dist_files; do \
523
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524
          if test -d $$d/$$file; then \
525
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526 82 jeremybenn
            if test -d "$(distdir)/$$file"; then \
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528
            fi; \
529 80 jeremybenn
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530 82 jeremybenn
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
531
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 80 jeremybenn
            fi; \
533 82 jeremybenn
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534 80 jeremybenn
          else \
535 82 jeremybenn
            test -f "$(distdir)/$$file" \
536
            || cp -p $$d/$$file "$(distdir)/$$file" \
537 80 jeremybenn
            || exit 1; \
538
          fi; \
539
        done
540
check-am: all-am
541
check: check-am
542
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
543
installdirs:
544
install: install-am
545
install-exec: install-exec-am
546
install-data: install-data-am
547
uninstall: uninstall-am
548
 
549
install-am: all-am
550
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
 
552
installcheck: installcheck-am
553
install-strip:
554
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556
          `test -z '$(STRIP)' || \
557
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558
mostlyclean-generic:
559
 
560
clean-generic:
561
 
562
distclean-generic:
563
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564 82 jeremybenn
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565 80 jeremybenn
 
566
maintainer-clean-generic:
567
        @echo "This command is intended for maintainers to use"
568
        @echo "it deletes files that may require special tools to rebuild."
569
clean: clean-am
570
 
571
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
572
        mostlyclean-am
573
 
574
distclean: distclean-am
575
        -rm -rf ./$(DEPDIR)
576
        -rm -f Makefile
577
distclean-am: clean-am distclean-compile distclean-generic \
578
        distclean-tags
579
 
580
dvi: dvi-am
581
 
582
dvi-am:
583
 
584
html: html-am
585
 
586 82 jeremybenn
html-am:
587
 
588 80 jeremybenn
info: info-am
589
 
590
info-am:
591
 
592
install-data-am:
593
 
594
install-dvi: install-dvi-am
595
 
596 82 jeremybenn
install-dvi-am:
597
 
598 80 jeremybenn
install-exec-am:
599
 
600
install-html: install-html-am
601
 
602 82 jeremybenn
install-html-am:
603
 
604 80 jeremybenn
install-info: install-info-am
605
 
606 82 jeremybenn
install-info-am:
607
 
608 80 jeremybenn
install-man:
609
 
610
install-pdf: install-pdf-am
611
 
612 82 jeremybenn
install-pdf-am:
613
 
614 80 jeremybenn
install-ps: install-ps-am
615
 
616 82 jeremybenn
install-ps-am:
617
 
618 80 jeremybenn
installcheck-am:
619
 
620
maintainer-clean: maintainer-clean-am
621
        -rm -rf ./$(DEPDIR)
622
        -rm -f Makefile
623
maintainer-clean-am: distclean-am maintainer-clean-generic
624
 
625
mostlyclean: mostlyclean-am
626
 
627
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
628
        mostlyclean-libtool
629
 
630
pdf: pdf-am
631
 
632
pdf-am:
633
 
634
ps: ps-am
635
 
636
ps-am:
637
 
638
uninstall-am:
639
 
640
.MAKE: install-am install-strip
641
 
642
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
643
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
644
        distclean-compile distclean-generic distclean-libtool \
645
        distclean-tags distdir dvi dvi-am html html-am info info-am \
646
        install install-am install-data install-data-am install-dvi \
647
        install-dvi-am install-exec install-exec-am install-html \
648
        install-html-am install-info install-info-am install-man \
649
        install-pdf install-pdf-am install-ps install-ps-am \
650
        install-strip installcheck installcheck-am installdirs \
651
        maintainer-clean maintainer-clean-generic mostlyclean \
652
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
653
        pdf pdf-am ps ps-am tags uninstall uninstall-am
654
 
655 82 jeremybenn
 
656 80 jeremybenn
# Tell versions [3.59,3.63) of GNU make to not export all variables.
657
# Otherwise a system limit (for SysV at least) may be exceeded.
658
.NOEXPORT:

powered by: WebSVN 2.1.0

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