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

« back to all changes in this revision

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