~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to libbase/Makefile

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# libbase/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# 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
 
 
17
 
 
18
 
 
19
 
 
20
 
pkgdatadir = $(datadir)/styx
21
 
pkgincludedir = $(includedir)/styx
22
 
pkglibdir = $(libdir)/styx
23
 
pkglibexecdir = $(libexecdir)/styx
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = i686-pc-linux-gnu
37
 
host_triplet = i686-pc-linux-gnu
38
 
subdir = libbase
39
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
 
CONFIG_HEADER = $(top_builddir)/config.h
47
 
CONFIG_CLEAN_FILES =
48
 
CONFIG_CLEAN_VPATH_FILES =
49
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
50
 
libdstyx_la_LIBADD =
51
 
am_libdstyx_la_OBJECTS = symbols.lo gstream.lo scn_pre.lo ctx_app.lo \
52
 
        prim.lo prs_abs.lo glo_tab.lo binset.lo binimg.lo cfg_dfn.lo \
53
 
        scn_io.lo prs_io.lo cfg_abs.lo ptm_pp.lo line_scn.lo ptm.lo \
54
 
        otab.lo hset.lo literal.lo scn_abs.lo hmap.lo sysbase0.lo \
55
 
        sysbase1.lo pathes.lo ptm_gen.lo scn_base.lo prs.lo sink.lo \
56
 
        list.lo
57
 
libdstyx_la_OBJECTS = $(am_libdstyx_la_OBJECTS)
58
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)
59
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
 
am__depfiles_maybe = depfiles
61
 
am__mv = mv -f
62
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
CCLD = $(CC)
68
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70
 
        $(LDFLAGS) -o $@
71
 
SOURCES = $(libdstyx_la_SOURCES)
72
 
DIST_SOURCES = $(libdstyx_la_SOURCES)
73
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
 
am__vpath_adj = case $$p in \
75
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76
 
    *) f=$$p;; \
77
 
  esac;
78
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
79
 
am__install_max = 40
80
 
am__nobase_strip_setup = \
81
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
82
 
am__nobase_strip = \
83
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
84
 
am__nobase_list = $(am__nobase_strip_setup); \
85
 
  for p in $$list; do echo "$$p $$p"; done | \
86
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
87
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
88
 
    if (++n[$$2] == $(am__install_max)) \
89
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
90
 
    END { for (dir in files) print dir, files[dir] }'
91
 
am__base_list = \
92
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94
 
am__installdirs = "$(DESTDIR)$(includedir)"
95
 
HEADERS = $(include_HEADERS)
96
 
ETAGS = etags
97
 
CTAGS = ctags
98
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
 
ACLOCAL = aclocal-1.11
100
 
AMTAR = tar
101
 
AR = ar
102
 
AUTOCONF = autoconf
103
 
AUTOHEADER = autoheader
104
 
AUTOMAKE = automake-1.11
105
 
AWK = gawk
106
 
CC = gcc
107
 
CCDEPMODE = depmode=gcc3
108
 
CFLAGS = -funsigned-char -g -O2
109
 
CPP = gcc -E
110
 
CPPFLAGS = 
111
 
CXX = g++
112
 
CXXCPP = g++ -E
113
 
CXXDEPMODE = depmode=gcc3
114
 
CXXFLAGS = -g -O2
115
 
CYGPATH_W = echo
116
 
DEFS = -DHAVE_CONFIG_H
117
 
DEPDIR = .deps
118
 
DSYMUTIL = 
119
 
DUMPBIN = 
120
 
ECHO_C = 
121
 
ECHO_N = -n
122
 
ECHO_T = 
123
 
EGREP = /bin/grep -E
124
 
EXEEXT = 
125
 
FGREP = /bin/grep -F
126
 
GREP = /bin/grep
127
 
INSTALL = /usr/bin/install -c
128
 
INSTALL_DATA = ${INSTALL} -m 644
129
 
INSTALL_PROGRAM = ${INSTALL}
130
 
INSTALL_SCRIPT = ${INSTALL}
131
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
132
 
LD = /usr/bin/ld
133
 
LDFLAGS = 
134
 
LIBOBJS = 
135
 
LIBS = -lrt -ldl 
136
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
137
 
LIPO = 
138
 
LN_S = ln -s
139
 
LTLIBOBJS = 
140
 
MAKEINFO = makeinfo
141
 
MKDIR_P = /bin/mkdir -p
142
 
NM = /usr/bin/nm -B
143
 
NMEDIT = 
144
 
OBJDUMP = objdump
145
 
OBJEXT = o
146
 
OTOOL = 
147
 
OTOOL64 = 
148
 
PACKAGE = styx
149
 
PACKAGE_BUGREPORT = 
150
 
PACKAGE_NAME = 
151
 
PACKAGE_STRING = 
152
 
PACKAGE_TARNAME = 
153
 
PACKAGE_URL = 
154
 
PACKAGE_VERSION = 
155
 
PATH_SEPARATOR = :
156
 
RANLIB = ranlib
157
 
SED = /bin/sed
158
 
SET_MAKE = 
159
 
SHELL = /bin/sh
160
 
STRIP = strip
161
 
VERSION = 1.8.0
162
 
abs_builddir = /home/heike/styx-inst/styx-1.8.0/libbase
163
 
abs_srcdir = /home/heike/styx-inst/styx-1.8.0/libbase
164
 
abs_top_builddir = /home/heike/styx-inst/styx-1.8.0
165
 
abs_top_srcdir = /home/heike/styx-inst/styx-1.8.0
166
 
ac_ct_CC = gcc
167
 
ac_ct_CXX = g++
168
 
ac_ct_DUMPBIN = 
169
 
am__include = include
170
 
am__leading_dot = .
171
 
am__quote = 
172
 
am__tar = ${AMTAR} chof - "$$tardir"
173
 
am__untar = ${AMTAR} xf -
174
 
bindir = ${exec_prefix}/bin
175
 
build = i686-pc-linux-gnu
176
 
build_alias = 
177
 
build_cpu = i686
178
 
build_os = linux-gnu
179
 
build_vendor = pc
180
 
builddir = .
181
 
datadir = ${datarootdir}
182
 
datarootdir = ${prefix}/share
183
 
docdir = ${datarootdir}/doc/${PACKAGE}
184
 
dvidir = ${docdir}
185
 
exec_prefix = ${prefix}
186
 
host = i686-pc-linux-gnu
187
 
host_alias = 
188
 
host_cpu = i686
189
 
host_os = linux-gnu
190
 
host_vendor = pc
191
 
htmldir = $(datadir)/doc
192
 
includedir = ${prefix}/include
193
 
infodir = ${datarootdir}/info
194
 
install_sh = ${SHELL} /home/heike/styx-inst/styx-1.8.0/install-sh
195
 
libdir = ${exec_prefix}/lib
196
 
libexecdir = ${exec_prefix}/libexec
197
 
localedir = ${datarootdir}/locale
198
 
localstatedir = ${prefix}/var
199
 
lt_ECHO = echo
200
 
mandir = ${datarootdir}/man
201
 
mkdir_p = /bin/mkdir -p
202
 
oldincludedir = /usr/include
203
 
pdfdir = ${docdir}
204
 
prefix = /home/heike/styx-bin
205
 
program_transform_name = s,x,x,
206
 
psdir = ${docdir}
207
 
sampledir = $(datadir)/examples
208
 
sbindir = ${exec_prefix}/sbin
209
 
sgmldir = $(datadir)/doc
210
 
sharedstatedir = ${prefix}/com
211
 
srcdir = .
212
 
sysconfdir = ${prefix}/etc
213
 
target_alias = 
214
 
top_build_prefix = ../
215
 
top_builddir = ..
216
 
top_srcdir = ..
217
 
INCLUDES = -I$(top_srcdir)/modstd -I$(top_srcdir)/libutil -I$(top_srcdir)/libbase -I$(top_srcdir)/pgm -I$(top_srcdir)/modext -I$(top_srcdir)/inc
218
 
noinst_LTLIBRARIES = libdstyx.la
219
 
libdstyx_la_SOURCES = symbols.c gstream.c scn_pre.c ctx_app.c prim.c prs_abs.c glo_tab.c binset.c binimg.c cfg_dfn.c scn_io.c prs_io.c cfg_abs.c ptm_pp.c line_scn.c ptm.c otab.c hset.c literal.c scn_abs.c hmap.c sysbase0.c sysbase1.c pathes.c ptm_gen.c scn_base.c prs.c sink.c list.c
220
 
include_HEADERS = standard.h ctx_imp.h prs_imp.h styconf0.h syscbhdl.h ctx_dfn.h prs_dfn.h scn_imp.h
221
 
all: all-am
222
 
 
223
 
.SUFFIXES:
224
 
.SUFFIXES: .c .lo .o .obj
225
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226
 
        @for dep in $?; do \
227
 
          case '$(am__configure_deps)' in \
228
 
            *$$dep*) \
229
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
230
 
                && { if test -f $@; then exit 0; else break; fi; }; \
231
 
              exit 1;; \
232
 
          esac; \
233
 
        done; \
234
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbase/Makefile'; \
235
 
        $(am__cd) $(top_srcdir) && \
236
 
          $(AUTOMAKE) --foreign libbase/Makefile
237
 
.PRECIOUS: Makefile
238
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
 
        @case '$?' in \
240
 
          *config.status*) \
241
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242
 
          *) \
243
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245
 
        esac;
246
 
 
247
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
 
250
 
$(top_srcdir)/configure:  $(am__configure_deps)
251
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
$(am__aclocal_m4_deps):
255
 
 
256
 
clean-noinstLTLIBRARIES:
257
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
258
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
259
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
260
 
          test "$$dir" != "$$p" || dir=.; \
261
 
          echo "rm -f \"$${dir}/so_locations\""; \
262
 
          rm -f "$${dir}/so_locations"; \
263
 
        done
264
 
libdstyx.la: $(libdstyx_la_OBJECTS) $(libdstyx_la_DEPENDENCIES) 
265
 
        $(LINK)  $(libdstyx_la_OBJECTS) $(libdstyx_la_LIBADD) $(LIBS)
266
 
 
267
 
mostlyclean-compile:
268
 
        -rm -f *.$(OBJEXT)
269
 
 
270
 
distclean-compile:
271
 
        -rm -f *.tab.c
272
 
 
273
 
include ./$(DEPDIR)/binimg.Plo
274
 
include ./$(DEPDIR)/binset.Plo
275
 
include ./$(DEPDIR)/cfg_abs.Plo
276
 
include ./$(DEPDIR)/cfg_dfn.Plo
277
 
include ./$(DEPDIR)/ctx_app.Plo
278
 
include ./$(DEPDIR)/glo_tab.Plo
279
 
include ./$(DEPDIR)/gstream.Plo
280
 
include ./$(DEPDIR)/hmap.Plo
281
 
include ./$(DEPDIR)/hset.Plo
282
 
include ./$(DEPDIR)/line_scn.Plo
283
 
include ./$(DEPDIR)/list.Plo
284
 
include ./$(DEPDIR)/literal.Plo
285
 
include ./$(DEPDIR)/otab.Plo
286
 
include ./$(DEPDIR)/pathes.Plo
287
 
include ./$(DEPDIR)/prim.Plo
288
 
include ./$(DEPDIR)/prs.Plo
289
 
include ./$(DEPDIR)/prs_abs.Plo
290
 
include ./$(DEPDIR)/prs_io.Plo
291
 
include ./$(DEPDIR)/ptm.Plo
292
 
include ./$(DEPDIR)/ptm_gen.Plo
293
 
include ./$(DEPDIR)/ptm_pp.Plo
294
 
include ./$(DEPDIR)/scn_abs.Plo
295
 
include ./$(DEPDIR)/scn_base.Plo
296
 
include ./$(DEPDIR)/scn_io.Plo
297
 
include ./$(DEPDIR)/scn_pre.Plo
298
 
include ./$(DEPDIR)/sink.Plo
299
 
include ./$(DEPDIR)/symbols.Plo
300
 
include ./$(DEPDIR)/sysbase0.Plo
301
 
include ./$(DEPDIR)/sysbase1.Plo
302
 
 
303
 
.c.o:
304
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
305
 
        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
 
#       source='$<' object='$@' libtool=no \
307
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
308
 
#       $(COMPILE) -c $<
309
 
 
310
 
.c.obj:
311
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
312
 
        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
 
#       source='$<' object='$@' libtool=no \
314
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
315
 
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
316
 
 
317
 
.c.lo:
318
 
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319
 
        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
320
 
#       source='$<' object='$@' libtool=yes \
321
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
322
 
#       $(LTCOMPILE) -c -o $@ $<
323
 
 
324
 
mostlyclean-libtool:
325
 
        -rm -f *.lo
326
 
 
327
 
clean-libtool:
328
 
        -rm -rf .libs _libs
329
 
install-includeHEADERS: $(include_HEADERS)
330
 
        @$(NORMAL_INSTALL)
331
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
332
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
333
 
        for p in $$list; do \
334
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335
 
          echo "$$d$$p"; \
336
 
        done | $(am__base_list) | \
337
 
        while read files; do \
338
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
339
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
340
 
        done
341
 
 
342
 
uninstall-includeHEADERS:
343
 
        @$(NORMAL_UNINSTALL)
344
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
345
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
346
 
        test -n "$$files" || exit 0; \
347
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
348
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
349
 
 
350
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352
 
        unique=`for i in $$list; do \
353
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
 
          done | \
355
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
357
 
        mkid -fID $$unique
358
 
tags: TAGS
359
 
 
360
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361
 
                $(TAGS_FILES) $(LISP)
362
 
        set x; \
363
 
        here=`pwd`; \
364
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365
 
        unique=`for i in $$list; do \
366
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
 
          done | \
368
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
 
        shift; \
371
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
372
 
          test -n "$$unique" || unique=$$empty_fix; \
373
 
          if test $$# -gt 0; then \
374
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
 
              "$$@" $$unique; \
376
 
          else \
377
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378
 
              $$unique; \
379
 
          fi; \
380
 
        fi
381
 
ctags: CTAGS
382
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
383
 
                $(TAGS_FILES) $(LISP)
384
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
 
        unique=`for i in $$list; do \
386
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387
 
          done | \
388
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        test -z "$(CTAGS_ARGS)$$unique" \
391
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392
 
             $$unique
393
 
 
394
 
GTAGS:
395
 
        here=`$(am__cd) $(top_builddir) && pwd` \
396
 
          && $(am__cd) $(top_srcdir) \
397
 
          && gtags -i $(GTAGS_ARGS) "$$here"
398
 
 
399
 
distclean-tags:
400
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401
 
 
402
 
distdir: $(DISTFILES)
403
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405
 
        list='$(DISTFILES)'; \
406
 
          dist_files=`for file in $$list; do echo $$file; done | \
407
 
          sed -e "s|^$$srcdirstrip/||;t" \
408
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
409
 
        case $$dist_files in \
410
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
411
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
412
 
                           sort -u` ;; \
413
 
        esac; \
414
 
        for file in $$dist_files; do \
415
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416
 
          if test -d $$d/$$file; then \
417
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418
 
            if test -d "$(distdir)/$$file"; then \
419
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420
 
            fi; \
421
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424
 
            fi; \
425
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426
 
          else \
427
 
            test -f "$(distdir)/$$file" \
428
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
429
 
            || exit 1; \
430
 
          fi; \
431
 
        done
432
 
check-am: all-am
433
 
check: check-am
434
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
435
 
installdirs:
436
 
        for dir in "$(DESTDIR)$(includedir)"; do \
437
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
438
 
        done
439
 
install: install-am
440
 
install-exec: install-exec-am
441
 
install-data: install-data-am
442
 
uninstall: uninstall-am
443
 
 
444
 
install-am: all-am
445
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446
 
 
447
 
installcheck: installcheck-am
448
 
install-strip:
449
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451
 
          `test -z '$(STRIP)' || \
452
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
453
 
mostlyclean-generic:
454
 
 
455
 
clean-generic:
456
 
 
457
 
distclean-generic:
458
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
459
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
460
 
 
461
 
maintainer-clean-generic:
462
 
        @echo "This command is intended for maintainers to use"
463
 
        @echo "it deletes files that may require special tools to rebuild."
464
 
clean: clean-am
465
 
 
466
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
467
 
        mostlyclean-am
468
 
 
469
 
distclean: distclean-am
470
 
        -rm -rf ./$(DEPDIR)
471
 
        -rm -f Makefile
472
 
distclean-am: clean-am distclean-compile distclean-generic \
473
 
        distclean-tags
474
 
 
475
 
dvi: dvi-am
476
 
 
477
 
dvi-am:
478
 
 
479
 
html: html-am
480
 
 
481
 
html-am:
482
 
 
483
 
info: info-am
484
 
 
485
 
info-am:
486
 
 
487
 
install-data-am: install-includeHEADERS
488
 
 
489
 
install-dvi: install-dvi-am
490
 
 
491
 
install-dvi-am:
492
 
 
493
 
install-exec-am:
494
 
 
495
 
install-html: install-html-am
496
 
 
497
 
install-html-am:
498
 
 
499
 
install-info: install-info-am
500
 
 
501
 
install-info-am:
502
 
 
503
 
install-man:
504
 
 
505
 
install-pdf: install-pdf-am
506
 
 
507
 
install-pdf-am:
508
 
 
509
 
install-ps: install-ps-am
510
 
 
511
 
install-ps-am:
512
 
 
513
 
installcheck-am:
514
 
 
515
 
maintainer-clean: maintainer-clean-am
516
 
        -rm -rf ./$(DEPDIR)
517
 
        -rm -f Makefile
518
 
maintainer-clean-am: distclean-am maintainer-clean-generic
519
 
 
520
 
mostlyclean: mostlyclean-am
521
 
 
522
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
523
 
        mostlyclean-libtool
524
 
 
525
 
pdf: pdf-am
526
 
 
527
 
pdf-am:
528
 
 
529
 
ps: ps-am
530
 
 
531
 
ps-am:
532
 
 
533
 
uninstall-am: uninstall-includeHEADERS
534
 
 
535
 
.MAKE: install-am install-strip
536
 
 
537
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
538
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
539
 
        distclean-compile distclean-generic distclean-libtool \
540
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
541
 
        install install-am install-data install-data-am install-dvi \
542
 
        install-dvi-am install-exec install-exec-am install-html \
543
 
        install-html-am install-includeHEADERS install-info \
544
 
        install-info-am install-man install-pdf install-pdf-am \
545
 
        install-ps install-ps-am install-strip installcheck \
546
 
        installcheck-am installdirs maintainer-clean \
547
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
548
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
549
 
        tags uninstall uninstall-am uninstall-includeHEADERS
550
 
 
551
 
 
552
 
vpath %.h ../modstd ../libutil ../libbase ../pgm ../modext ../inc
553
 
 
554
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
555
 
# Otherwise a system limit (for SysV at least) may be exceeded.
556
 
.NOEXPORT: