~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/freealut/examples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
SOURCES = hello_world.c playfile.c
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
noinst_PROGRAMS = hello_world$(EXEEXT) playfile$(EXEEXT)
 
42
subdir = examples
 
43
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps =  \
 
46
        $(top_srcdir)/admin/autotools/m4/alut_c__attribute.m4 \
 
47
        $(top_srcdir)/admin/autotools/m4/alut_check_cflags_wall.m4 \
 
48
        $(top_srcdir)/admin/autotools/m4/alut_check_flag.m4 \
 
49
        $(top_srcdir)/admin/autotools/m4/alut_check_func.m4 \
 
50
        $(top_srcdir)/admin/autotools/m4/alut_eval_stderr.m4 \
 
51
        $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(install_sh) -d
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES =
 
57
PROGRAMS = $(noinst_PROGRAMS)
 
58
hello_world_SOURCES = hello_world.c
 
59
hello_world_OBJECTS = hello_world.$(OBJEXT)
 
60
hello_world_LDADD = $(LDADD)
 
61
hello_world_DEPENDENCIES = ../src/libalut.la
 
62
playfile_SOURCES = playfile.c
 
63
playfile_OBJECTS = playfile.$(OBJEXT)
 
64
playfile_LDADD = $(LDADD)
 
65
playfile_DEPENDENCIES = ../src/libalut.la
 
66
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
67
depcomp = $(SHELL) $(top_srcdir)/admin/autotools/depcomp
 
68
am__depfiles_maybe = depfiles
 
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
72
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
73
        $(AM_CFLAGS) $(CFLAGS)
 
74
CCLD = $(CC)
 
75
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
SOURCES = hello_world.c playfile.c
 
78
DIST_SOURCES = hello_world.c playfile.c
 
79
ETAGS = etags
 
80
CTAGS = ctags
 
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
82
ACLOCAL = @ACLOCAL@
 
83
AMDEP_FALSE = @AMDEP_FALSE@
 
84
AMDEP_TRUE = @AMDEP_TRUE@
 
85
AMTAR = @AMTAR@
 
86
AM_CFLAGS = @AM_CFLAGS@
 
87
AR = @AR@
 
88
AS = @AS@
 
89
AUTOCONF = @AUTOCONF@
 
90
AUTOHEADER = @AUTOHEADER@
 
91
AUTOMAKE = @AUTOMAKE@
 
92
AWK = @AWK@
 
93
CC = @CC@
 
94
CCDEPMODE = @CCDEPMODE@
 
95
CFLAGS = @CFLAGS@
 
96
CPP = @CPP@
 
97
CPPFLAGS = @CPPFLAGS@
 
98
CXX = @CXX@
 
99
CXXCPP = @CXXCPP@
 
100
CXXDEPMODE = @CXXDEPMODE@
 
101
CXXFLAGS = @CXXFLAGS@
 
102
CYGPATH_W = @CYGPATH_W@
 
103
DEFS = @DEFS@
 
104
DEPDIR = @DEPDIR@
 
105
DLLTOOL = @DLLTOOL@
 
106
ECHO = @ECHO@
 
107
ECHO_C = @ECHO_C@
 
108
ECHO_N = @ECHO_N@
 
109
ECHO_T = @ECHO_T@
 
110
EGREP = @EGREP@
 
111
EXEEXT = @EXEEXT@
 
112
F77 = @F77@
 
113
FFLAGS = @FFLAGS@
 
114
INSTALL_DATA = @INSTALL_DATA@
 
115
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
116
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
117
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBM = @LIBM@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LIBTOOL = @LIBTOOL@
 
123
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
124
LN_S = @LN_S@
 
125
LTLIBOBJS = @LTLIBOBJS@
 
126
MAKEINFO = @MAKEINFO@
 
127
OBJDUMP = @OBJDUMP@
 
128
OBJEXT = @OBJEXT@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
RANLIB = @RANLIB@
 
137
SET_MAKE = @SET_MAKE@
 
138
SHELL = @SHELL@
 
139
STRIP = @STRIP@
 
140
VERSION = @VERSION@
 
141
VERSIONINFO = @VERSIONINFO@
 
142
WNO_DEPRECATED_DECLARATIONS_FALSE = @WNO_DEPRECATED_DECLARATIONS_FALSE@
 
143
WNO_DEPRECATED_DECLARATIONS_TRUE = @WNO_DEPRECATED_DECLARATIONS_TRUE@
 
144
ac_ct_AR = @ac_ct_AR@
 
145
ac_ct_AS = @ac_ct_AS@
 
146
ac_ct_CC = @ac_ct_CC@
 
147
ac_ct_CXX = @ac_ct_CXX@
 
148
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
149
ac_ct_F77 = @ac_ct_F77@
 
150
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
151
ac_ct_RANLIB = @ac_ct_RANLIB@
 
152
ac_ct_STRIP = @ac_ct_STRIP@
 
153
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
154
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
155
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
156
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
157
am__include = @am__include@
 
158
am__leading_dot = @am__leading_dot@
 
159
am__quote = @am__quote@
 
160
am__tar = @am__tar@
 
161
am__untar = @am__untar@
 
162
bindir = @bindir@
 
163
build = @build@
 
164
build_alias = @build_alias@
 
165
build_cpu = @build_cpu@
 
166
build_os = @build_os@
 
167
build_vendor = @build_vendor@
 
168
datadir = @datadir@
 
169
exec_prefix = @exec_prefix@
 
170
host = @host@
 
171
host_alias = @host_alias@
 
172
host_cpu = @host_cpu@
 
173
host_os = @host_os@
 
174
host_vendor = @host_vendor@
 
175
includedir = @includedir@
 
176
infodir = @infodir@
 
177
install_sh = @install_sh@
 
178
libdir = @libdir@
 
179
libexecdir = @libexecdir@
 
180
localstatedir = @localstatedir@
 
181
mandir = @mandir@
 
182
mkdir_p = @mkdir_p@
 
183
oldincludedir = @oldincludedir@
 
184
prefix = @prefix@
 
185
program_transform_name = @program_transform_name@
 
186
sbindir = @sbindir@
 
187
sharedstatedir = @sharedstatedir@
 
188
sysconfdir = @sysconfdir@
 
189
target_alias = @target_alias@
 
190
 
 
191
# We need to link against our *own* libalut.
 
192
LDADD = ../src/libalut.la
 
193
 
 
194
# Specifying the following path is needed to find <AL/alut.h>.
 
195
AM_CPPFLAGS = -I$(top_srcdir)/include
 
196
all: all-am
 
197
 
 
198
.SUFFIXES:
 
199
.SUFFIXES: .c .lo .o .obj
 
200
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
201
        @for dep in $?; do \
 
202
          case '$(am__configure_deps)' in \
 
203
            *$$dep*) \
 
204
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
205
                && exit 0; \
 
206
              exit 1;; \
 
207
          esac; \
 
208
        done; \
 
209
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
 
210
        cd $(top_srcdir) && \
 
211
          $(AUTOMAKE) --gnu  examples/Makefile
 
212
.PRECIOUS: Makefile
 
213
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
214
        @case '$?' in \
 
215
          *config.status*) \
 
216
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
217
          *) \
 
218
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
219
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
220
        esac;
 
221
 
 
222
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
224
 
 
225
$(top_srcdir)/configure:  $(am__configure_deps)
 
226
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
227
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
229
 
 
230
clean-noinstPROGRAMS:
 
231
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
232
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
233
          echo " rm -f $$p $$f"; \
 
234
          rm -f $$p $$f ; \
 
235
        done
 
236
hello_world$(EXEEXT): $(hello_world_OBJECTS) $(hello_world_DEPENDENCIES) 
 
237
        @rm -f hello_world$(EXEEXT)
 
238
        $(LINK) $(hello_world_LDFLAGS) $(hello_world_OBJECTS) $(hello_world_LDADD) $(LIBS)
 
239
playfile$(EXEEXT): $(playfile_OBJECTS) $(playfile_DEPENDENCIES) 
 
240
        @rm -f playfile$(EXEEXT)
 
241
        $(LINK) $(playfile_LDFLAGS) $(playfile_OBJECTS) $(playfile_LDADD) $(LIBS)
 
242
 
 
243
mostlyclean-compile:
 
244
        -rm -f *.$(OBJEXT)
 
245
 
 
246
distclean-compile:
 
247
        -rm -f *.tab.c
 
248
 
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hello_world.Po@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playfile.Po@am__quote@
 
251
 
 
252
.c.o:
 
253
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
254
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
255
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
256
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
257
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
258
 
 
259
.c.obj:
 
260
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
261
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
262
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
263
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
264
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
265
 
 
266
.c.lo:
 
267
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
268
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
269
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
270
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
271
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
272
 
 
273
mostlyclean-libtool:
 
274
        -rm -f *.lo
 
275
 
 
276
clean-libtool:
 
277
        -rm -rf .libs _libs
 
278
 
 
279
distclean-libtool:
 
280
        -rm -f libtool
 
281
uninstall-info-am:
 
282
 
 
283
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
284
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
285
        unique=`for i in $$list; do \
 
286
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
287
          done | \
 
288
          $(AWK) '    { files[$$0] = 1; } \
 
289
               END { for (i in files) print i; }'`; \
 
290
        mkid -fID $$unique
 
291
tags: TAGS
 
292
 
 
293
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
294
                $(TAGS_FILES) $(LISP)
 
295
        tags=; \
 
296
        here=`pwd`; \
 
297
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
298
        unique=`for i in $$list; do \
 
299
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
300
          done | \
 
301
          $(AWK) '    { files[$$0] = 1; } \
 
302
               END { for (i in files) print i; }'`; \
 
303
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
304
          test -n "$$unique" || unique=$$empty_fix; \
 
305
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
306
            $$tags $$unique; \
 
307
        fi
 
308
ctags: CTAGS
 
309
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
310
                $(TAGS_FILES) $(LISP)
 
311
        tags=; \
 
312
        here=`pwd`; \
 
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; } \
 
318
               END { for (i in files) print i; }'`; \
 
319
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
320
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
321
             $$tags $$unique
 
322
 
 
323
GTAGS:
 
324
        here=`$(am__cd) $(top_builddir) && pwd` \
 
325
          && cd $(top_srcdir) \
 
326
          && gtags -i $(GTAGS_ARGS) $$here
 
327
 
 
328
distclean-tags:
 
329
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
330
 
 
331
distdir: $(DISTFILES)
 
332
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
333
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
334
        list='$(DISTFILES)'; for file in $$list; do \
 
335
          case $$file in \
 
336
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
337
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
338
          esac; \
 
339
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
340
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
341
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
342
            dir="/$$dir"; \
 
343
            $(mkdir_p) "$(distdir)$$dir"; \
 
344
          else \
 
345
            dir=''; \
 
346
          fi; \
 
347
          if test -d $$d/$$file; then \
 
348
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
349
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
350
            fi; \
 
351
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
352
          else \
 
353
            test -f $(distdir)/$$file \
 
354
            || cp -p $$d/$$file $(distdir)/$$file \
 
355
            || exit 1; \
 
356
          fi; \
 
357
        done
 
358
check-am: all-am
 
359
check: check-am
 
360
all-am: Makefile $(PROGRAMS)
 
361
installdirs:
 
362
install: install-am
 
363
install-exec: install-exec-am
 
364
install-data: install-data-am
 
365
uninstall: uninstall-am
 
366
 
 
367
install-am: all-am
 
368
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
369
 
 
370
installcheck: installcheck-am
 
371
install-strip:
 
372
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
373
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
374
          `test -z '$(STRIP)' || \
 
375
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
376
mostlyclean-generic:
 
377
 
 
378
clean-generic:
 
379
 
 
380
distclean-generic:
 
381
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
382
 
 
383
maintainer-clean-generic:
 
384
        @echo "This command is intended for maintainers to use"
 
385
        @echo "it deletes files that may require special tools to rebuild."
 
386
clean: clean-am
 
387
 
 
388
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
389
        mostlyclean-am
 
390
 
 
391
distclean: distclean-am
 
392
        -rm -rf ./$(DEPDIR)
 
393
        -rm -f Makefile
 
394
distclean-am: clean-am distclean-compile distclean-generic \
 
395
        distclean-libtool distclean-tags
 
396
 
 
397
dvi: dvi-am
 
398
 
 
399
dvi-am:
 
400
 
 
401
html: html-am
 
402
 
 
403
info: info-am
 
404
 
 
405
info-am:
 
406
 
 
407
install-data-am:
 
408
 
 
409
install-exec-am:
 
410
 
 
411
install-info: install-info-am
 
412
 
 
413
install-man:
 
414
 
 
415
installcheck-am:
 
416
 
 
417
maintainer-clean: maintainer-clean-am
 
418
        -rm -rf ./$(DEPDIR)
 
419
        -rm -f Makefile
 
420
maintainer-clean-am: distclean-am maintainer-clean-generic
 
421
 
 
422
mostlyclean: mostlyclean-am
 
423
 
 
424
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
425
        mostlyclean-libtool
 
426
 
 
427
pdf: pdf-am
 
428
 
 
429
pdf-am:
 
430
 
 
431
ps: ps-am
 
432
 
 
433
ps-am:
 
434
 
 
435
uninstall-am: uninstall-info-am
 
436
 
 
437
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
438
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
439
        distclean-compile distclean-generic distclean-libtool \
 
440
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
441
        install install-am install-data install-data-am install-exec \
 
442
        install-exec-am install-info install-info-am install-man \
 
443
        install-strip installcheck installcheck-am installdirs \
 
444
        maintainer-clean maintainer-clean-generic mostlyclean \
 
445
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
446
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
447
        uninstall-info-am
 
448
 
 
449
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
450
# Otherwise a system limit (for SysV at least) may be exceeded.
 
451
.NOEXPORT: