~ubuntu-branches/ubuntu/hoary/plib-doc/hoary

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Frauenfelder
  • Date: 2004-07-13 20:56:29 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040713205629-gw7kmoiiwaqi6rol
Tags: 1.8.1-4
Changed build depends: added xlibs-dev, removed g++. Additionally, added
-lpthread to LDFLAGS for configure call. Closes: #259131

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
57
57
NORMAL_UNINSTALL = :
58
58
PRE_UNINSTALL = :
59
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
60
62
CC = @CC@
61
63
CPP = @CPP@
62
64
CXX = @CXX@
63
65
CXXCPP = @CXXCPP@
 
66
GLUT_LIBS = @GLUT_LIBS@
 
67
HAVE_LIB = @HAVE_LIB@
 
68
LIB = @LIB@
 
69
LTLIB = @LTLIB@
64
70
MAKEINFO = @MAKEINFO@
 
71
OGL_LIBS = @OGL_LIBS@
65
72
PACKAGE = @PACKAGE@
66
 
RANLIB = @RANLIB@
 
73
SND_LIBS = @SND_LIBS@
67
74
VERSION = @VERSION@
68
75
 
69
 
SUBDIRS = src data
 
76
SUBDIRS = src
70
77
 
71
 
EXTRA_DIST = README CHANGES LICENSE NOTICE acsite.m4
 
78
EXTRA_DIST = README COPYING.DATA plib_examples.dsp plib_examples.dsw install-sh missing autogen.sh
72
79
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73
80
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74
81
CONFIG_CLEAN_FILES = 
75
82
DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
76
 
Makefile.in NEWS aclocal.m4 configure configure.in install-sh missing \
77
 
mkinstalldirs
 
83
Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
 
84
configure.in install-sh missing mkinstalldirs
78
85
 
79
86
 
80
87
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
91
all: all-redirect
85
92
.SUFFIXES:
86
93
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
87
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
94
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
88
95
 
89
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
96
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
90
97
        cd $(top_builddir) \
91
98
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
92
99
 
134
141
        dot_seen=no; \
135
142
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
136
143
          rev="$$subdir $$rev"; \
137
 
          test "$$subdir" = "." && dot_seen=yes; \
 
144
          test "$$subdir" != "." || dot_seen=yes; \
138
145
        done; \
139
146
        test "$$dot_seen" = "no" && rev=". $$rev"; \
140
147
        target=`echo $@ | sed s/-recursive//`; \
176
183
          awk '    { files[$$0] = 1; } \
177
184
               END { for (i in files) print i; }'`; \
178
185
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
179
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
186
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
180
187
 
181
188
mostlyclean-tags:
182
189
 
225
232
        -rm -rf $(distdir)
226
233
        mkdir $(distdir)
227
234
        -chmod 777 $(distdir)
 
235
        here=`cd $(top_builddir) && pwd`; \
 
236
        top_distdir=`cd $(distdir) && pwd`; \
 
237
        distdir=`cd $(distdir) && pwd`; \
 
238
        cd $(top_srcdir) \
 
239
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
228
240
        @for file in $(DISTFILES); do \
229
241
          d=$(srcdir); \
230
242
          if test -d $$d/$$file; then \
231
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
243
            cp -pr $$d/$$file $(distdir)/$$file; \
232
244
          else \
233
245
            test -f $(distdir)/$$file \
234
246
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
320
332
dist-hook:
321
333
        tar cf - doc \
322
334
             src/ssg/tux/data \
 
335
             src/ssg/water/data \
 
336
             src/ssg/sky/data \
323
337
             src/ssg/majik/data \
 
338
             src/ssg/shrubs/data \
 
339
             src/psl/data \
324
340
             src/fnt/data     \
325
341
             data     \
326
342
           | ( cd $(distdir) ; tar xf - )