~ubuntu-branches/debian/jessie/haserl/jessie

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-09-22 02:11:09 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130922021109-0s8zz52qho7kzz4m
Tags: 0.9.32-1
* [af58aed] Imported Upstream version 0.9.32:
  - Fix regression causing Lua always to be linked, never used

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
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.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
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
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
54
81
@INCLUDE_LUACSHELL_TRUE@@USE_LUA_TRUE@am__append_2 = h_luac.c h_luac.h
55
82
bin_PROGRAMS = haserl$(EXEEXT)
56
83
subdir = src
57
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58
 
        $(srcdir)/config.h.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(srcdir)/config.h.in $(top_srcdir)/depcomp
59
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
87
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
118
lua2c_SOURCES = lua2c.c
92
119
lua2c_OBJECTS = lua2c.$(OBJEXT)
93
120
lua2c_LDADD = $(LDADD)
 
121
AM_V_P = $(am__v_P_@AM_V@)
 
122
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
123
am__v_P_0 = false
 
124
am__v_P_1 = :
 
125
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
126
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
127
am__v_GEN_0 = @echo "  GEN     " $@;
 
128
am__v_GEN_1 = 
 
129
AM_V_at = $(am__v_at_@AM_V@)
 
130
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
131
am__v_at_0 = @
 
132
am__v_at_1 = 
94
133
DEFAULT_INCLUDES = -I.@am__isrc@
95
134
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
135
am__depfiles_maybe = depfiles
97
136
am__mv = mv -f
 
137
AM_V_lt = $(am__v_lt_@AM_V@)
 
138
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
139
am__v_lt_0 = --silent
 
140
am__v_lt_1 = 
98
141
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99
142
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
143
AM_V_CC = $(am__v_CC_@AM_V@)
 
144
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
145
am__v_CC_0 = @echo "  CC      " $@;
 
146
am__v_CC_1 = 
100
147
CCLD = $(CC)
101
148
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
149
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
150
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
151
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
152
am__v_CCLD_1 = 
102
153
SOURCES = $(haserl_SOURCES) $(nodist_haserl_SOURCES) lua2c.c
103
154
DIST_SOURCES = $(am__haserl_SOURCES_DIST) lua2c.c
104
155
am__can_run_installinfo = \
106
157
    n|no|NO) false;; \
107
158
    *) (install-info --version) >/dev/null 2>&1;; \
108
159
  esac
 
160
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
161
        $(LISP)config.h.in
 
162
# Read a list of newline-separated strings from the standard input,
 
163
# and print each of them once, without duplicates.  Input order is
 
164
# *not* preserved.
 
165
am__uniquify_input = $(AWK) '\
 
166
  BEGIN { nonempty = 0; } \
 
167
  { items[$$0] = 1; nonempty = 1; } \
 
168
  END { if (nonempty) { for (i in items) print i; }; } \
 
169
'
 
170
# Make sure the list of sources is unique.  This is necessary because,
 
171
# e.g., the same source file might be shared among _SOURCES variables
 
172
# for different programs/libraries.
 
173
am__define_uniq_tagged_files = \
 
174
  list='$(am__tagged_files)'; \
 
175
  unique=`for i in $$list; do \
 
176
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
177
  done | $(am__uniquify_input)`
109
178
ETAGS = etags
110
179
CTAGS = ctags
111
180
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
181
ACLOCAL = @ACLOCAL@
113
182
AMTAR = @AMTAR@
 
183
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
114
184
AUTOCONF = @AUTOCONF@
115
185
AUTOHEADER = @AUTOHEADER@
116
186
AUTOMAKE = @AUTOMAKE@
253
323
$(am__aclocal_m4_deps):
254
324
 
255
325
config.h: stamp-h1
256
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
257
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
326
        @test -f $@ || rm -f stamp-h1
 
327
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
258
328
 
259
329
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
260
330
        @rm -f stamp-h1
275
345
        fi; \
276
346
        for p in $$list; do echo "$$p $$p"; done | \
277
347
        sed 's/$(EXEEXT)$$//' | \
278
 
        while read p p1; do if test -f $$p; \
279
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
348
        while read p p1; do if test -f $$p \
 
349
          ; then echo "$$p"; echo "$$p"; else :; fi; \
280
350
        done | \
281
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
351
        sed -e 'p;s,.*/,,;n;h' \
 
352
            -e 's|.*|.|' \
282
353
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
283
354
        sed 'N;N;N;s,\n, ,g' | \
284
355
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
299
370
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
300
371
        files=`for p in $$list; do echo "$$p"; done | \
301
372
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
302
 
              -e 's/$$/$(EXEEXT)/' `; \
 
373
              -e 's/$$/$(EXEEXT)/' \
 
374
        `; \
303
375
        test -n "$$list" || exit 0; \
304
376
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
305
377
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
309
381
 
310
382
clean-noinstPROGRAMS:
311
383
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
384
 
312
385
haserl$(EXEEXT): $(haserl_OBJECTS) $(haserl_DEPENDENCIES) $(EXTRA_haserl_DEPENDENCIES) 
313
386
        @rm -f haserl$(EXEEXT)
314
 
        $(haserl_LINK) $(haserl_OBJECTS) $(haserl_LDADD) $(LIBS)
 
387
        $(AM_V_CCLD)$(haserl_LINK) $(haserl_OBJECTS) $(haserl_LDADD) $(LIBS)
 
388
 
315
389
@USE_LUA_FALSE@lua2c$(EXEEXT): $(lua2c_OBJECTS) $(lua2c_DEPENDENCIES) $(EXTRA_lua2c_DEPENDENCIES) 
316
390
@USE_LUA_FALSE@ @rm -f lua2c$(EXEEXT)
317
 
@USE_LUA_FALSE@ $(LINK) $(lua2c_OBJECTS) $(lua2c_LDADD) $(LIBS)
 
391
@USE_LUA_FALSE@ $(AM_V_CCLD)$(LINK) $(lua2c_OBJECTS) $(lua2c_LDADD) $(LIBS)
318
392
 
319
393
mostlyclean-compile:
320
394
        -rm -f *.$(OBJEXT)
335
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lua2c.Po@am__quote@
336
410
 
337
411
.c.o:
338
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
339
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
412
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
413
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
416
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
343
417
 
344
418
.c.obj:
345
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
346
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
419
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
420
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
423
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
350
424
 
351
425
haserl-common.o: common.c
352
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-common.o -MD -MP -MF $(DEPDIR)/haserl-common.Tpo -c -o haserl-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
353
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-common.Tpo $(DEPDIR)/haserl-common.Po
354
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common.c' object='haserl-common.o' libtool=no @AMDEPBACKSLASH@
 
426
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-common.o -MD -MP -MF $(DEPDIR)/haserl-common.Tpo -c -o haserl-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
 
427
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-common.Tpo $(DEPDIR)/haserl-common.Po
 
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common.c' object='haserl-common.o' libtool=no @AMDEPBACKSLASH@
355
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
 
430
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
357
431
 
358
432
haserl-common.obj: common.c
359
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-common.obj -MD -MP -MF $(DEPDIR)/haserl-common.Tpo -c -o haserl-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
360
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-common.Tpo $(DEPDIR)/haserl-common.Po
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common.c' object='haserl-common.obj' libtool=no @AMDEPBACKSLASH@
 
433
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-common.obj -MD -MP -MF $(DEPDIR)/haserl-common.Tpo -c -o haserl-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
 
434
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-common.Tpo $(DEPDIR)/haserl-common.Po
 
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='common.c' object='haserl-common.obj' libtool=no @AMDEPBACKSLASH@
362
436
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
 
437
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
364
438
 
365
439
haserl-sliding_buffer.o: sliding_buffer.c
366
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-sliding_buffer.o -MD -MP -MF $(DEPDIR)/haserl-sliding_buffer.Tpo -c -o haserl-sliding_buffer.o `test -f 'sliding_buffer.c' || echo '$(srcdir)/'`sliding_buffer.c
367
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-sliding_buffer.Tpo $(DEPDIR)/haserl-sliding_buffer.Po
368
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sliding_buffer.c' object='haserl-sliding_buffer.o' libtool=no @AMDEPBACKSLASH@
 
440
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-sliding_buffer.o -MD -MP -MF $(DEPDIR)/haserl-sliding_buffer.Tpo -c -o haserl-sliding_buffer.o `test -f 'sliding_buffer.c' || echo '$(srcdir)/'`sliding_buffer.c
 
441
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-sliding_buffer.Tpo $(DEPDIR)/haserl-sliding_buffer.Po
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sliding_buffer.c' object='haserl-sliding_buffer.o' libtool=no @AMDEPBACKSLASH@
369
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-sliding_buffer.o `test -f 'sliding_buffer.c' || echo '$(srcdir)/'`sliding_buffer.c
 
444
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-sliding_buffer.o `test -f 'sliding_buffer.c' || echo '$(srcdir)/'`sliding_buffer.c
371
445
 
372
446
haserl-sliding_buffer.obj: sliding_buffer.c
373
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-sliding_buffer.obj -MD -MP -MF $(DEPDIR)/haserl-sliding_buffer.Tpo -c -o haserl-sliding_buffer.obj `if test -f 'sliding_buffer.c'; then $(CYGPATH_W) 'sliding_buffer.c'; else $(CYGPATH_W) '$(srcdir)/sliding_buffer.c'; fi`
374
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-sliding_buffer.Tpo $(DEPDIR)/haserl-sliding_buffer.Po
375
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sliding_buffer.c' object='haserl-sliding_buffer.obj' libtool=no @AMDEPBACKSLASH@
 
447
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-sliding_buffer.obj -MD -MP -MF $(DEPDIR)/haserl-sliding_buffer.Tpo -c -o haserl-sliding_buffer.obj `if test -f 'sliding_buffer.c'; then $(CYGPATH_W) 'sliding_buffer.c'; else $(CYGPATH_W) '$(srcdir)/sliding_buffer.c'; fi`
 
448
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-sliding_buffer.Tpo $(DEPDIR)/haserl-sliding_buffer.Po
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sliding_buffer.c' object='haserl-sliding_buffer.obj' libtool=no @AMDEPBACKSLASH@
376
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-sliding_buffer.obj `if test -f 'sliding_buffer.c'; then $(CYGPATH_W) 'sliding_buffer.c'; else $(CYGPATH_W) '$(srcdir)/sliding_buffer.c'; fi`
 
451
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-sliding_buffer.obj `if test -f 'sliding_buffer.c'; then $(CYGPATH_W) 'sliding_buffer.c'; else $(CYGPATH_W) '$(srcdir)/sliding_buffer.c'; fi`
378
452
 
379
453
haserl-h_error.o: h_error.c
380
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_error.o -MD -MP -MF $(DEPDIR)/haserl-h_error.Tpo -c -o haserl-h_error.o `test -f 'h_error.c' || echo '$(srcdir)/'`h_error.c
381
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_error.Tpo $(DEPDIR)/haserl-h_error.Po
382
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_error.c' object='haserl-h_error.o' libtool=no @AMDEPBACKSLASH@
 
454
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_error.o -MD -MP -MF $(DEPDIR)/haserl-h_error.Tpo -c -o haserl-h_error.o `test -f 'h_error.c' || echo '$(srcdir)/'`h_error.c
 
455
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_error.Tpo $(DEPDIR)/haserl-h_error.Po
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_error.c' object='haserl-h_error.o' libtool=no @AMDEPBACKSLASH@
383
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_error.o `test -f 'h_error.c' || echo '$(srcdir)/'`h_error.c
 
458
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_error.o `test -f 'h_error.c' || echo '$(srcdir)/'`h_error.c
385
459
 
386
460
haserl-h_error.obj: h_error.c
387
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_error.obj -MD -MP -MF $(DEPDIR)/haserl-h_error.Tpo -c -o haserl-h_error.obj `if test -f 'h_error.c'; then $(CYGPATH_W) 'h_error.c'; else $(CYGPATH_W) '$(srcdir)/h_error.c'; fi`
388
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_error.Tpo $(DEPDIR)/haserl-h_error.Po
389
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_error.c' object='haserl-h_error.obj' libtool=no @AMDEPBACKSLASH@
 
461
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_error.obj -MD -MP -MF $(DEPDIR)/haserl-h_error.Tpo -c -o haserl-h_error.obj `if test -f 'h_error.c'; then $(CYGPATH_W) 'h_error.c'; else $(CYGPATH_W) '$(srcdir)/h_error.c'; fi`
 
462
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_error.Tpo $(DEPDIR)/haserl-h_error.Po
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_error.c' object='haserl-h_error.obj' libtool=no @AMDEPBACKSLASH@
390
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_error.obj `if test -f 'h_error.c'; then $(CYGPATH_W) 'h_error.c'; else $(CYGPATH_W) '$(srcdir)/h_error.c'; fi`
 
465
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_error.obj `if test -f 'h_error.c'; then $(CYGPATH_W) 'h_error.c'; else $(CYGPATH_W) '$(srcdir)/h_error.c'; fi`
392
466
 
393
467
haserl-h_script.o: h_script.c
394
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_script.o -MD -MP -MF $(DEPDIR)/haserl-h_script.Tpo -c -o haserl-h_script.o `test -f 'h_script.c' || echo '$(srcdir)/'`h_script.c
395
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_script.Tpo $(DEPDIR)/haserl-h_script.Po
396
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_script.c' object='haserl-h_script.o' libtool=no @AMDEPBACKSLASH@
 
468
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_script.o -MD -MP -MF $(DEPDIR)/haserl-h_script.Tpo -c -o haserl-h_script.o `test -f 'h_script.c' || echo '$(srcdir)/'`h_script.c
 
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_script.Tpo $(DEPDIR)/haserl-h_script.Po
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_script.c' object='haserl-h_script.o' libtool=no @AMDEPBACKSLASH@
397
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_script.o `test -f 'h_script.c' || echo '$(srcdir)/'`h_script.c
 
472
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_script.o `test -f 'h_script.c' || echo '$(srcdir)/'`h_script.c
399
473
 
400
474
haserl-h_script.obj: h_script.c
401
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_script.obj -MD -MP -MF $(DEPDIR)/haserl-h_script.Tpo -c -o haserl-h_script.obj `if test -f 'h_script.c'; then $(CYGPATH_W) 'h_script.c'; else $(CYGPATH_W) '$(srcdir)/h_script.c'; fi`
402
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_script.Tpo $(DEPDIR)/haserl-h_script.Po
403
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_script.c' object='haserl-h_script.obj' libtool=no @AMDEPBACKSLASH@
 
475
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_script.obj -MD -MP -MF $(DEPDIR)/haserl-h_script.Tpo -c -o haserl-h_script.obj `if test -f 'h_script.c'; then $(CYGPATH_W) 'h_script.c'; else $(CYGPATH_W) '$(srcdir)/h_script.c'; fi`
 
476
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_script.Tpo $(DEPDIR)/haserl-h_script.Po
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_script.c' object='haserl-h_script.obj' libtool=no @AMDEPBACKSLASH@
404
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_script.obj `if test -f 'h_script.c'; then $(CYGPATH_W) 'h_script.c'; else $(CYGPATH_W) '$(srcdir)/h_script.c'; fi`
 
479
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_script.obj `if test -f 'h_script.c'; then $(CYGPATH_W) 'h_script.c'; else $(CYGPATH_W) '$(srcdir)/h_script.c'; fi`
406
480
 
407
481
haserl-rfc2388.o: rfc2388.c
408
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-rfc2388.o -MD -MP -MF $(DEPDIR)/haserl-rfc2388.Tpo -c -o haserl-rfc2388.o `test -f 'rfc2388.c' || echo '$(srcdir)/'`rfc2388.c
409
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-rfc2388.Tpo $(DEPDIR)/haserl-rfc2388.Po
410
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rfc2388.c' object='haserl-rfc2388.o' libtool=no @AMDEPBACKSLASH@
 
482
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-rfc2388.o -MD -MP -MF $(DEPDIR)/haserl-rfc2388.Tpo -c -o haserl-rfc2388.o `test -f 'rfc2388.c' || echo '$(srcdir)/'`rfc2388.c
 
483
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-rfc2388.Tpo $(DEPDIR)/haserl-rfc2388.Po
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='rfc2388.c' object='haserl-rfc2388.o' libtool=no @AMDEPBACKSLASH@
411
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-rfc2388.o `test -f 'rfc2388.c' || echo '$(srcdir)/'`rfc2388.c
 
486
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-rfc2388.o `test -f 'rfc2388.c' || echo '$(srcdir)/'`rfc2388.c
413
487
 
414
488
haserl-rfc2388.obj: rfc2388.c
415
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-rfc2388.obj -MD -MP -MF $(DEPDIR)/haserl-rfc2388.Tpo -c -o haserl-rfc2388.obj `if test -f 'rfc2388.c'; then $(CYGPATH_W) 'rfc2388.c'; else $(CYGPATH_W) '$(srcdir)/rfc2388.c'; fi`
416
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-rfc2388.Tpo $(DEPDIR)/haserl-rfc2388.Po
417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rfc2388.c' object='haserl-rfc2388.obj' libtool=no @AMDEPBACKSLASH@
 
489
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-rfc2388.obj -MD -MP -MF $(DEPDIR)/haserl-rfc2388.Tpo -c -o haserl-rfc2388.obj `if test -f 'rfc2388.c'; then $(CYGPATH_W) 'rfc2388.c'; else $(CYGPATH_W) '$(srcdir)/rfc2388.c'; fi`
 
490
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-rfc2388.Tpo $(DEPDIR)/haserl-rfc2388.Po
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='rfc2388.c' object='haserl-rfc2388.obj' libtool=no @AMDEPBACKSLASH@
418
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-rfc2388.obj `if test -f 'rfc2388.c'; then $(CYGPATH_W) 'rfc2388.c'; else $(CYGPATH_W) '$(srcdir)/rfc2388.c'; fi`
 
493
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-rfc2388.obj `if test -f 'rfc2388.c'; then $(CYGPATH_W) 'rfc2388.c'; else $(CYGPATH_W) '$(srcdir)/rfc2388.c'; fi`
420
494
 
421
495
haserl-h_bash.o: h_bash.c
422
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_bash.o -MD -MP -MF $(DEPDIR)/haserl-h_bash.Tpo -c -o haserl-h_bash.o `test -f 'h_bash.c' || echo '$(srcdir)/'`h_bash.c
423
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_bash.Tpo $(DEPDIR)/haserl-h_bash.Po
424
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_bash.c' object='haserl-h_bash.o' libtool=no @AMDEPBACKSLASH@
 
496
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_bash.o -MD -MP -MF $(DEPDIR)/haserl-h_bash.Tpo -c -o haserl-h_bash.o `test -f 'h_bash.c' || echo '$(srcdir)/'`h_bash.c
 
497
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_bash.Tpo $(DEPDIR)/haserl-h_bash.Po
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_bash.c' object='haserl-h_bash.o' libtool=no @AMDEPBACKSLASH@
425
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_bash.o `test -f 'h_bash.c' || echo '$(srcdir)/'`h_bash.c
 
500
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_bash.o `test -f 'h_bash.c' || echo '$(srcdir)/'`h_bash.c
427
501
 
428
502
haserl-h_bash.obj: h_bash.c
429
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_bash.obj -MD -MP -MF $(DEPDIR)/haserl-h_bash.Tpo -c -o haserl-h_bash.obj `if test -f 'h_bash.c'; then $(CYGPATH_W) 'h_bash.c'; else $(CYGPATH_W) '$(srcdir)/h_bash.c'; fi`
430
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_bash.Tpo $(DEPDIR)/haserl-h_bash.Po
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_bash.c' object='haserl-h_bash.obj' libtool=no @AMDEPBACKSLASH@
 
503
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_bash.obj -MD -MP -MF $(DEPDIR)/haserl-h_bash.Tpo -c -o haserl-h_bash.obj `if test -f 'h_bash.c'; then $(CYGPATH_W) 'h_bash.c'; else $(CYGPATH_W) '$(srcdir)/h_bash.c'; fi`
 
504
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_bash.Tpo $(DEPDIR)/haserl-h_bash.Po
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_bash.c' object='haserl-h_bash.obj' libtool=no @AMDEPBACKSLASH@
432
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_bash.obj `if test -f 'h_bash.c'; then $(CYGPATH_W) 'h_bash.c'; else $(CYGPATH_W) '$(srcdir)/h_bash.c'; fi`
 
507
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_bash.obj `if test -f 'h_bash.c'; then $(CYGPATH_W) 'h_bash.c'; else $(CYGPATH_W) '$(srcdir)/h_bash.c'; fi`
434
508
 
435
509
haserl-h_lua_common.o: h_lua_common.c
436
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua_common.o -MD -MP -MF $(DEPDIR)/haserl-h_lua_common.Tpo -c -o haserl-h_lua_common.o `test -f 'h_lua_common.c' || echo '$(srcdir)/'`h_lua_common.c
437
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_lua_common.Tpo $(DEPDIR)/haserl-h_lua_common.Po
438
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_lua_common.c' object='haserl-h_lua_common.o' libtool=no @AMDEPBACKSLASH@
 
510
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua_common.o -MD -MP -MF $(DEPDIR)/haserl-h_lua_common.Tpo -c -o haserl-h_lua_common.o `test -f 'h_lua_common.c' || echo '$(srcdir)/'`h_lua_common.c
 
511
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_lua_common.Tpo $(DEPDIR)/haserl-h_lua_common.Po
 
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_lua_common.c' object='haserl-h_lua_common.o' libtool=no @AMDEPBACKSLASH@
439
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua_common.o `test -f 'h_lua_common.c' || echo '$(srcdir)/'`h_lua_common.c
 
514
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua_common.o `test -f 'h_lua_common.c' || echo '$(srcdir)/'`h_lua_common.c
441
515
 
442
516
haserl-h_lua_common.obj: h_lua_common.c
443
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua_common.obj -MD -MP -MF $(DEPDIR)/haserl-h_lua_common.Tpo -c -o haserl-h_lua_common.obj `if test -f 'h_lua_common.c'; then $(CYGPATH_W) 'h_lua_common.c'; else $(CYGPATH_W) '$(srcdir)/h_lua_common.c'; fi`
444
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_lua_common.Tpo $(DEPDIR)/haserl-h_lua_common.Po
445
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_lua_common.c' object='haserl-h_lua_common.obj' libtool=no @AMDEPBACKSLASH@
 
517
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua_common.obj -MD -MP -MF $(DEPDIR)/haserl-h_lua_common.Tpo -c -o haserl-h_lua_common.obj `if test -f 'h_lua_common.c'; then $(CYGPATH_W) 'h_lua_common.c'; else $(CYGPATH_W) '$(srcdir)/h_lua_common.c'; fi`
 
518
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_lua_common.Tpo $(DEPDIR)/haserl-h_lua_common.Po
 
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_lua_common.c' object='haserl-h_lua_common.obj' libtool=no @AMDEPBACKSLASH@
446
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua_common.obj `if test -f 'h_lua_common.c'; then $(CYGPATH_W) 'h_lua_common.c'; else $(CYGPATH_W) '$(srcdir)/h_lua_common.c'; fi`
 
521
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua_common.obj `if test -f 'h_lua_common.c'; then $(CYGPATH_W) 'h_lua_common.c'; else $(CYGPATH_W) '$(srcdir)/h_lua_common.c'; fi`
448
522
 
449
523
haserl-h_lua.o: h_lua.c
450
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua.o -MD -MP -MF $(DEPDIR)/haserl-h_lua.Tpo -c -o haserl-h_lua.o `test -f 'h_lua.c' || echo '$(srcdir)/'`h_lua.c
451
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_lua.Tpo $(DEPDIR)/haserl-h_lua.Po
452
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_lua.c' object='haserl-h_lua.o' libtool=no @AMDEPBACKSLASH@
 
524
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua.o -MD -MP -MF $(DEPDIR)/haserl-h_lua.Tpo -c -o haserl-h_lua.o `test -f 'h_lua.c' || echo '$(srcdir)/'`h_lua.c
 
525
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_lua.Tpo $(DEPDIR)/haserl-h_lua.Po
 
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_lua.c' object='haserl-h_lua.o' libtool=no @AMDEPBACKSLASH@
453
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua.o `test -f 'h_lua.c' || echo '$(srcdir)/'`h_lua.c
 
528
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua.o `test -f 'h_lua.c' || echo '$(srcdir)/'`h_lua.c
455
529
 
456
530
haserl-h_lua.obj: h_lua.c
457
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua.obj -MD -MP -MF $(DEPDIR)/haserl-h_lua.Tpo -c -o haserl-h_lua.obj `if test -f 'h_lua.c'; then $(CYGPATH_W) 'h_lua.c'; else $(CYGPATH_W) '$(srcdir)/h_lua.c'; fi`
458
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_lua.Tpo $(DEPDIR)/haserl-h_lua.Po
459
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_lua.c' object='haserl-h_lua.obj' libtool=no @AMDEPBACKSLASH@
 
531
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_lua.obj -MD -MP -MF $(DEPDIR)/haserl-h_lua.Tpo -c -o haserl-h_lua.obj `if test -f 'h_lua.c'; then $(CYGPATH_W) 'h_lua.c'; else $(CYGPATH_W) '$(srcdir)/h_lua.c'; fi`
 
532
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_lua.Tpo $(DEPDIR)/haserl-h_lua.Po
 
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_lua.c' object='haserl-h_lua.obj' libtool=no @AMDEPBACKSLASH@
460
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua.obj `if test -f 'h_lua.c'; then $(CYGPATH_W) 'h_lua.c'; else $(CYGPATH_W) '$(srcdir)/h_lua.c'; fi`
 
535
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_lua.obj `if test -f 'h_lua.c'; then $(CYGPATH_W) 'h_lua.c'; else $(CYGPATH_W) '$(srcdir)/h_lua.c'; fi`
462
536
 
463
537
haserl-h_luac.o: h_luac.c
464
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_luac.o -MD -MP -MF $(DEPDIR)/haserl-h_luac.Tpo -c -o haserl-h_luac.o `test -f 'h_luac.c' || echo '$(srcdir)/'`h_luac.c
465
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_luac.Tpo $(DEPDIR)/haserl-h_luac.Po
466
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_luac.c' object='haserl-h_luac.o' libtool=no @AMDEPBACKSLASH@
 
538
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_luac.o -MD -MP -MF $(DEPDIR)/haserl-h_luac.Tpo -c -o haserl-h_luac.o `test -f 'h_luac.c' || echo '$(srcdir)/'`h_luac.c
 
539
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_luac.Tpo $(DEPDIR)/haserl-h_luac.Po
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_luac.c' object='haserl-h_luac.o' libtool=no @AMDEPBACKSLASH@
467
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_luac.o `test -f 'h_luac.c' || echo '$(srcdir)/'`h_luac.c
 
542
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_luac.o `test -f 'h_luac.c' || echo '$(srcdir)/'`h_luac.c
469
543
 
470
544
haserl-h_luac.obj: h_luac.c
471
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_luac.obj -MD -MP -MF $(DEPDIR)/haserl-h_luac.Tpo -c -o haserl-h_luac.obj `if test -f 'h_luac.c'; then $(CYGPATH_W) 'h_luac.c'; else $(CYGPATH_W) '$(srcdir)/h_luac.c'; fi`
472
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-h_luac.Tpo $(DEPDIR)/haserl-h_luac.Po
473
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='h_luac.c' object='haserl-h_luac.obj' libtool=no @AMDEPBACKSLASH@
 
545
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-h_luac.obj -MD -MP -MF $(DEPDIR)/haserl-h_luac.Tpo -c -o haserl-h_luac.obj `if test -f 'h_luac.c'; then $(CYGPATH_W) 'h_luac.c'; else $(CYGPATH_W) '$(srcdir)/h_luac.c'; fi`
 
546
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-h_luac.Tpo $(DEPDIR)/haserl-h_luac.Po
 
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='h_luac.c' object='haserl-h_luac.obj' libtool=no @AMDEPBACKSLASH@
474
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_luac.obj `if test -f 'h_luac.c'; then $(CYGPATH_W) 'h_luac.c'; else $(CYGPATH_W) '$(srcdir)/h_luac.c'; fi`
 
549
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-h_luac.obj `if test -f 'h_luac.c'; then $(CYGPATH_W) 'h_luac.c'; else $(CYGPATH_W) '$(srcdir)/h_luac.c'; fi`
476
550
 
477
551
haserl-haserl.o: haserl.c
478
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-haserl.o -MD -MP -MF $(DEPDIR)/haserl-haserl.Tpo -c -o haserl-haserl.o `test -f 'haserl.c' || echo '$(srcdir)/'`haserl.c
479
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-haserl.Tpo $(DEPDIR)/haserl-haserl.Po
480
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='haserl.c' object='haserl-haserl.o' libtool=no @AMDEPBACKSLASH@
 
552
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-haserl.o -MD -MP -MF $(DEPDIR)/haserl-haserl.Tpo -c -o haserl-haserl.o `test -f 'haserl.c' || echo '$(srcdir)/'`haserl.c
 
553
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-haserl.Tpo $(DEPDIR)/haserl-haserl.Po
 
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='haserl.c' object='haserl-haserl.o' libtool=no @AMDEPBACKSLASH@
481
555
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-haserl.o `test -f 'haserl.c' || echo '$(srcdir)/'`haserl.c
 
556
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-haserl.o `test -f 'haserl.c' || echo '$(srcdir)/'`haserl.c
483
557
 
484
558
haserl-haserl.obj: haserl.c
485
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-haserl.obj -MD -MP -MF $(DEPDIR)/haserl-haserl.Tpo -c -o haserl-haserl.obj `if test -f 'haserl.c'; then $(CYGPATH_W) 'haserl.c'; else $(CYGPATH_W) '$(srcdir)/haserl.c'; fi`
486
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/haserl-haserl.Tpo $(DEPDIR)/haserl-haserl.Po
487
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='haserl.c' object='haserl-haserl.obj' libtool=no @AMDEPBACKSLASH@
 
559
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -MT haserl-haserl.obj -MD -MP -MF $(DEPDIR)/haserl-haserl.Tpo -c -o haserl-haserl.obj `if test -f 'haserl.c'; then $(CYGPATH_W) 'haserl.c'; else $(CYGPATH_W) '$(srcdir)/haserl.c'; fi`
 
560
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/haserl-haserl.Tpo $(DEPDIR)/haserl-haserl.Po
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='haserl.c' object='haserl-haserl.obj' libtool=no @AMDEPBACKSLASH@
488
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-haserl.obj `if test -f 'haserl.c'; then $(CYGPATH_W) 'haserl.c'; else $(CYGPATH_W) '$(srcdir)/haserl.c'; fi`
490
 
 
491
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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
 
        mkid -fID $$unique
499
 
tags: TAGS
500
 
 
501
 
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
502
 
                $(TAGS_FILES) $(LISP)
 
563
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(haserl_CFLAGS) $(CFLAGS) -c -o haserl-haserl.obj `if test -f 'haserl.c'; then $(CYGPATH_W) 'haserl.c'; else $(CYGPATH_W) '$(srcdir)/haserl.c'; fi`
 
564
 
 
565
ID: $(am__tagged_files)
 
566
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
567
tags: tags-am
 
568
TAGS: tags
 
569
 
 
570
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503
571
        set x; \
504
572
        here=`pwd`; \
505
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
506
 
        unique=`for i in $$list; do \
507
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
 
          done | \
509
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
573
        $(am__define_uniq_tagged_files); \
511
574
        shift; \
512
575
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
513
576
          test -n "$$unique" || unique=$$empty_fix; \
519
582
              $$unique; \
520
583
          fi; \
521
584
        fi
522
 
ctags: CTAGS
523
 
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
524
 
                $(TAGS_FILES) $(LISP)
525
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
526
 
        unique=`for i in $$list; do \
527
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
 
          done | \
529
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
585
ctags: ctags-am
 
586
 
 
587
CTAGS: ctags
 
588
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
589
        $(am__define_uniq_tagged_files); \
531
590
        test -z "$(CTAGS_ARGS)$$unique" \
532
591
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
533
592
             $$unique
536
595
        here=`$(am__cd) $(top_builddir) && pwd` \
537
596
          && $(am__cd) $(top_srcdir) \
538
597
          && gtags -i $(GTAGS_ARGS) "$$here"
 
598
cscopelist: cscopelist-am
 
599
 
 
600
cscopelist-am: $(am__tagged_files)
 
601
        list='$(am__tagged_files)'; \
 
602
        case "$(srcdir)" in \
 
603
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
604
          *) sdir=$(subdir)/$(srcdir) ;; \
 
605
        esac; \
 
606
        for i in $$list; do \
 
607
          if test -f "$$i"; then \
 
608
            echo "$(subdir)/$$i"; \
 
609
          else \
 
610
            echo "$$sdir/$$i"; \
 
611
          fi; \
 
612
        done >> $(top_builddir)/cscope.files
539
613
 
540
614
distclean-tags:
541
615
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
669
743
 
670
744
.MAKE: all install-am install-strip
671
745
 
672
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
673
 
        clean-generic clean-noinstPROGRAMS ctags distclean \
674
 
        distclean-compile distclean-generic distclean-hdr \
675
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
676
 
        install install-am install-binPROGRAMS install-data \
677
 
        install-data-am install-dvi install-dvi-am install-exec \
678
 
        install-exec-am install-html install-html-am install-info \
679
 
        install-info-am install-man install-pdf install-pdf-am \
680
 
        install-ps install-ps-am install-strip installcheck \
681
 
        installcheck-am installdirs maintainer-clean \
682
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
683
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
684
 
        uninstall-am uninstall-binPROGRAMS
 
746
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
747
        clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
 
748
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
749
        distclean-generic distclean-hdr distclean-tags distdir dvi \
 
750
        dvi-am html html-am info info-am install install-am \
 
751
        install-binPROGRAMS install-data install-data-am install-dvi \
 
752
        install-dvi-am install-exec install-exec-am install-html \
 
753
        install-html-am install-info install-info-am install-man \
 
754
        install-pdf install-pdf-am install-ps install-ps-am \
 
755
        install-strip installcheck installcheck-am installdirs \
 
756
        maintainer-clean maintainer-clean-generic mostlyclean \
 
757
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
758
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
685
759
 
686
760
 
687
761
# lua2c_LIBS ?= -llua -ldl -lm