~ubuntu-branches/ubuntu/trusty/xfce4-dev-tools/trusty

« back to all changes in this revision

Viewing changes to xdt-csource/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-03 23:05:29 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20120503230529-q7ut3xu21ubmvydi
Tags: 4.10.0-1
New upstream stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
bin_PROGRAMS = xdt-csource$(EXEEXT)
 
55
subdir = xdt-csource
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
mkinstalldirs = $(install_sh) -d
 
62
CONFIG_CLEAN_FILES =
 
63
CONFIG_CLEAN_VPATH_FILES =
 
64
am__installdirs = "$(DESTDIR)$(bindir)"
 
65
PROGRAMS = $(bin_PROGRAMS)
 
66
am_xdt_csource_OBJECTS = xdt_csource-main.$(OBJEXT)
 
67
xdt_csource_OBJECTS = $(am_xdt_csource_OBJECTS)
 
68
am__DEPENDENCIES_1 =
 
69
xdt_csource_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
70
xdt_csource_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
71
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(xdt_csource_CFLAGS) \
 
72
        $(CFLAGS) $(xdt_csource_LDFLAGS) $(LDFLAGS) -o $@
 
73
DEFAULT_INCLUDES = -I.@am__isrc@
 
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
75
am__depfiles_maybe = depfiles
 
76
am__mv = mv -f
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
80
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
81
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
84
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
85
        $(LDFLAGS) -o $@
 
86
SOURCES = $(xdt_csource_SOURCES)
 
87
DIST_SOURCES = $(xdt_csource_SOURCES)
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
 
93
ETAGS = etags
 
94
CTAGS = ctags
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
ACLOCAL = @ACLOCAL@
 
97
AMTAR = @AMTAR@
 
98
AR = @AR@
 
99
AUTOCONF = @AUTOCONF@
 
100
AUTOHEADER = @AUTOHEADER@
 
101
AUTOMAKE = @AUTOMAKE@
 
102
AWK = @AWK@
 
103
CC = @CC@
 
104
CCDEPMODE = @CCDEPMODE@
 
105
CFLAGS = @CFLAGS@
 
106
CPP = @CPP@
 
107
CPPFLAGS = @CPPFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
DEFS = @DEFS@
 
110
DEPDIR = @DEPDIR@
 
111
DLLTOOL = @DLLTOOL@
 
112
DSYMUTIL = @DSYMUTIL@
 
113
DUMPBIN = @DUMPBIN@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
FGREP = @FGREP@
 
120
GLIB_CFLAGS = @GLIB_CFLAGS@
 
121
GLIB_LIBS = @GLIB_LIBS@
 
122
GREP = @GREP@
 
123
INSTALL = @INSTALL@
 
124
INSTALL_DATA = @INSTALL_DATA@
 
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
128
LD = @LD@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBS = @LIBS@
 
132
LIBTOOL = @LIBTOOL@
 
133
LIPO = @LIPO@
 
134
LN_S = @LN_S@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAINT = @MAINT@
 
137
MAKEINFO = @MAKEINFO@
 
138
MANIFEST_TOOL = @MANIFEST_TOOL@
 
139
MKDIR_P = @MKDIR_P@
 
140
NM = @NM@
 
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
 
143
OBJEXT = @OBJEXT@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PKG_CONFIG = @PKG_CONFIG@
 
155
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
156
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
157
RANLIB = @RANLIB@
 
158
SED = @SED@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
STRIP = @STRIP@
 
162
VERSION = @VERSION@
 
163
VERSION_MAJOR = @VERSION_MAJOR@
 
164
VERSION_MICRO = @VERSION_MICRO@
 
165
VERSION_MINOR = @VERSION_MINOR@
 
166
VERSION_NANO = @VERSION_NANO@
 
167
VERSION_REVISION = @VERSION_REVISION@
 
168
abs_builddir = @abs_builddir@
 
169
abs_srcdir = @abs_srcdir@
 
170
abs_top_builddir = @abs_top_builddir@
 
171
abs_top_srcdir = @abs_top_srcdir@
 
172
ac_ct_AR = @ac_ct_AR@
 
173
ac_ct_CC = @ac_ct_CC@
 
174
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
175
am__include = @am__include@
 
176
am__leading_dot = @am__leading_dot@
 
177
am__quote = @am__quote@
 
178
am__tar = @am__tar@
 
179
am__untar = @am__untar@
 
180
bindir = @bindir@
 
181
build = @build@
 
182
build_alias = @build_alias@
 
183
build_cpu = @build_cpu@
 
184
build_os = @build_os@
 
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
 
187
datadir = @datadir@
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
 
191
exec_prefix = @exec_prefix@
 
192
host = @host@
 
193
host_alias = @host_alias@
 
194
host_cpu = @host_cpu@
 
195
host_os = @host_os@
 
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
 
198
includedir = @includedir@
 
199
infodir = @infodir@
 
200
install_sh = @install_sh@
 
201
libdir = @libdir@
 
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
 
204
localstatedir = @localstatedir@
 
205
mandir = @mandir@
 
206
mkdir_p = @mkdir_p@
 
207
oldincludedir = @oldincludedir@
 
208
pdfdir = @pdfdir@
 
209
prefix = @prefix@
 
210
program_transform_name = @program_transform_name@
 
211
psdir = @psdir@
 
212
sbindir = @sbindir@
 
213
sharedstatedir = @sharedstatedir@
 
214
srcdir = @srcdir@
 
215
sysconfdir = @sysconfdir@
 
216
target_alias = @target_alias@
 
217
top_build_prefix = @top_build_prefix@
 
218
top_builddir = @top_builddir@
 
219
top_srcdir = @top_srcdir@
 
220
INCLUDES = \
 
221
        -I$(top_srcdir)                                                 \
 
222
        -DG_LOG_DOMAIN=\"xdt-csource\"
 
223
 
 
224
xdt_csource_SOURCES = \
 
225
        main.c
 
226
 
 
227
xdt_csource_CFLAGS = \
 
228
        $(GLIB_CFLAGS)
 
229
 
 
230
xdt_csource_LDFLAGS = \
 
231
        -no-undefined
 
232
 
 
233
xdt_csource_LDADD = \
 
234
        $(GLIB_LIBS)
 
235
 
 
236
all: all-am
 
237
 
 
238
.SUFFIXES:
 
239
.SUFFIXES: .c .lo .o .obj
 
240
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
241
        @for dep in $?; do \
 
242
          case '$(am__configure_deps)' in \
 
243
            *$$dep*) \
 
244
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
245
                && { if test -f $@; then exit 0; else break; fi; }; \
 
246
              exit 1;; \
 
247
          esac; \
 
248
        done; \
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu xdt-csource/Makefile'; \
 
250
        $(am__cd) $(top_srcdir) && \
 
251
          $(AUTOMAKE) --gnu xdt-csource/Makefile
 
252
.PRECIOUS: Makefile
 
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
254
        @case '$?' in \
 
255
          *config.status*) \
 
256
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
257
          *) \
 
258
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
259
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
260
        esac;
 
261
 
 
262
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
264
 
 
265
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(am__aclocal_m4_deps):
 
270
install-binPROGRAMS: $(bin_PROGRAMS)
 
271
        @$(NORMAL_INSTALL)
 
272
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
273
        if test -n "$$list"; then \
 
274
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
275
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
276
        fi; \
 
277
        for p in $$list; do echo "$$p $$p"; done | \
 
278
        sed 's/$(EXEEXT)$$//' | \
 
279
        while read p p1; do if test -f $$p || test -f $$p1; \
 
280
          then echo "$$p"; echo "$$p"; else :; fi; \
 
281
        done | \
 
282
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
283
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
284
        sed 'N;N;N;s,\n, ,g' | \
 
285
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
286
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
287
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
288
            else { print "f", $$3 "/" $$4, $$1; } } \
 
289
          END { for (d in files) print "f", d, files[d] }' | \
 
290
        while read type dir files; do \
 
291
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
292
            test -z "$$files" || { \
 
293
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
294
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
295
            } \
 
296
        ; done
 
297
 
 
298
uninstall-binPROGRAMS:
 
299
        @$(NORMAL_UNINSTALL)
 
300
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
301
        files=`for p in $$list; do echo "$$p"; done | \
 
302
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
303
              -e 's/$$/$(EXEEXT)/' `; \
 
304
        test -n "$$list" || exit 0; \
 
305
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
306
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
307
 
 
308
clean-binPROGRAMS:
 
309
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
310
        echo " rm -f" $$list; \
 
311
        rm -f $$list || exit $$?; \
 
312
        test -n "$(EXEEXT)" || exit 0; \
 
313
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
314
        echo " rm -f" $$list; \
 
315
        rm -f $$list
 
316
xdt-csource$(EXEEXT): $(xdt_csource_OBJECTS) $(xdt_csource_DEPENDENCIES) $(EXTRA_xdt_csource_DEPENDENCIES) 
 
317
        @rm -f xdt-csource$(EXEEXT)
 
318
        $(xdt_csource_LINK) $(xdt_csource_OBJECTS) $(xdt_csource_LDADD) $(LIBS)
 
319
 
 
320
mostlyclean-compile:
 
321
        -rm -f *.$(OBJEXT)
 
322
 
 
323
distclean-compile:
 
324
        -rm -f *.tab.c
 
325
 
 
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdt_csource-main.Po@am__quote@
 
327
 
 
328
.c.o:
 
329
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
330
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
333
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
334
 
 
335
.c.obj:
 
336
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
337
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
340
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
341
 
 
342
.c.lo:
 
343
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
344
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
347
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
348
 
 
349
xdt_csource-main.o: main.c
 
350
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdt_csource_CFLAGS) $(CFLAGS) -MT xdt_csource-main.o -MD -MP -MF $(DEPDIR)/xdt_csource-main.Tpo -c -o xdt_csource-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
351
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xdt_csource-main.Tpo $(DEPDIR)/xdt_csource-main.Po
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='xdt_csource-main.o' libtool=no @AMDEPBACKSLASH@
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
354
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdt_csource_CFLAGS) $(CFLAGS) -c -o xdt_csource-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
355
 
 
356
xdt_csource-main.obj: main.c
 
357
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdt_csource_CFLAGS) $(CFLAGS) -MT xdt_csource-main.obj -MD -MP -MF $(DEPDIR)/xdt_csource-main.Tpo -c -o xdt_csource-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
358
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xdt_csource-main.Tpo $(DEPDIR)/xdt_csource-main.Po
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='xdt_csource-main.obj' libtool=no @AMDEPBACKSLASH@
 
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
361
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdt_csource_CFLAGS) $(CFLAGS) -c -o xdt_csource-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
362
 
 
363
mostlyclean-libtool:
 
364
        -rm -f *.lo
 
365
 
 
366
clean-libtool:
 
367
        -rm -rf .libs _libs
 
368
 
 
369
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
370
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
371
        unique=`for i in $$list; do \
 
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
373
          done | \
 
374
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
376
        mkid -fID $$unique
 
377
tags: TAGS
 
378
 
 
379
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
380
                $(TAGS_FILES) $(LISP)
 
381
        set x; \
 
382
        here=`pwd`; \
 
383
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
384
        unique=`for i in $$list; do \
 
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
386
          done | \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
389
        shift; \
 
390
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
391
          test -n "$$unique" || unique=$$empty_fix; \
 
392
          if test $$# -gt 0; then \
 
393
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
394
              "$$@" $$unique; \
 
395
          else \
 
396
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
397
              $$unique; \
 
398
          fi; \
 
399
        fi
 
400
ctags: CTAGS
 
401
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
402
                $(TAGS_FILES) $(LISP)
 
403
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
404
        unique=`for i in $$list; do \
 
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
406
          done | \
 
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
409
        test -z "$(CTAGS_ARGS)$$unique" \
 
410
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
411
             $$unique
 
412
 
 
413
GTAGS:
 
414
        here=`$(am__cd) $(top_builddir) && pwd` \
 
415
          && $(am__cd) $(top_srcdir) \
 
416
          && gtags -i $(GTAGS_ARGS) "$$here"
 
417
 
 
418
distclean-tags:
 
419
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
420
 
 
421
distdir: $(DISTFILES)
 
422
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
423
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
424
        list='$(DISTFILES)'; \
 
425
          dist_files=`for file in $$list; do echo $$file; done | \
 
426
          sed -e "s|^$$srcdirstrip/||;t" \
 
427
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
428
        case $$dist_files in \
 
429
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
430
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
431
                           sort -u` ;; \
 
432
        esac; \
 
433
        for file in $$dist_files; do \
 
434
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
435
          if test -d $$d/$$file; then \
 
436
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
437
            if test -d "$(distdir)/$$file"; then \
 
438
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
439
            fi; \
 
440
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
441
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
442
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
443
            fi; \
 
444
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
445
          else \
 
446
            test -f "$(distdir)/$$file" \
 
447
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
448
            || exit 1; \
 
449
          fi; \
 
450
        done
 
451
        $(MAKE) $(AM_MAKEFLAGS) \
 
452
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
453
          dist-hook
 
454
check-am: all-am
 
455
check: check-am
 
456
all-am: Makefile $(PROGRAMS)
 
457
installdirs:
 
458
        for dir in "$(DESTDIR)$(bindir)"; do \
 
459
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
460
        done
 
461
install: install-am
 
462
install-exec: install-exec-am
 
463
install-data: install-data-am
 
464
uninstall: uninstall-am
 
465
 
 
466
install-am: all-am
 
467
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
468
 
 
469
installcheck: installcheck-am
 
470
install-strip:
 
471
        if test -z '$(STRIP)'; then \
 
472
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
473
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
474
              install; \
 
475
        else \
 
476
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
477
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
478
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
479
        fi
 
480
mostlyclean-generic:
 
481
 
 
482
clean-generic:
 
483
 
 
484
distclean-generic:
 
485
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
486
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
487
 
 
488
maintainer-clean-generic:
 
489
        @echo "This command is intended for maintainers to use"
 
490
        @echo "it deletes files that may require special tools to rebuild."
 
491
clean: clean-am
 
492
 
 
493
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
494
 
 
495
distclean: distclean-am
 
496
        -rm -rf ./$(DEPDIR)
 
497
        -rm -f Makefile
 
498
distclean-am: clean-am distclean-compile distclean-generic \
 
499
        distclean-tags
 
500
 
 
501
dvi: dvi-am
 
502
 
 
503
dvi-am:
 
504
 
 
505
html: html-am
 
506
 
 
507
html-am:
 
508
 
 
509
info: info-am
 
510
 
 
511
info-am:
 
512
 
 
513
install-data-am:
 
514
 
 
515
install-dvi: install-dvi-am
 
516
 
 
517
install-dvi-am:
 
518
 
 
519
install-exec-am: install-binPROGRAMS
 
520
 
 
521
install-html: install-html-am
 
522
 
 
523
install-html-am:
 
524
 
 
525
install-info: install-info-am
 
526
 
 
527
install-info-am:
 
528
 
 
529
install-man:
 
530
 
 
531
install-pdf: install-pdf-am
 
532
 
 
533
install-pdf-am:
 
534
 
 
535
install-ps: install-ps-am
 
536
 
 
537
install-ps-am:
 
538
 
 
539
installcheck-am:
 
540
 
 
541
maintainer-clean: maintainer-clean-am
 
542
        -rm -rf ./$(DEPDIR)
 
543
        -rm -f Makefile
 
544
maintainer-clean-am: distclean-am maintainer-clean-generic
 
545
 
 
546
mostlyclean: mostlyclean-am
 
547
 
 
548
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
549
        mostlyclean-libtool
 
550
 
 
551
pdf: pdf-am
 
552
 
 
553
pdf-am:
 
554
 
 
555
ps: ps-am
 
556
 
 
557
ps-am:
 
558
 
 
559
uninstall-am: uninstall-binPROGRAMS
 
560
 
 
561
.MAKE: install-am install-strip
 
562
 
 
563
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
564
        clean-generic clean-libtool ctags dist-hook distclean \
 
565
        distclean-compile distclean-generic distclean-libtool \
 
566
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
567
        install install-am install-binPROGRAMS install-data \
 
568
        install-data-am install-dvi install-dvi-am install-exec \
 
569
        install-exec-am install-html install-html-am install-info \
 
570
        install-info-am install-man install-pdf install-pdf-am \
 
571
        install-ps install-ps-am install-strip installcheck \
 
572
        installcheck-am installdirs maintainer-clean \
 
573
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
574
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
575
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
576
 
 
577
 
 
578
# require to make dist in tests/
 
579
dist-hook: all
 
580
 
 
581
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
582
 
 
583
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
584
# Otherwise a system limit (for SysV at least) may be exceeded.
 
585
.NOEXPORT: