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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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