~ubuntu-branches/ubuntu/breezy/libaal/breezy

« back to all changes in this revision

Viewing changes to include/aal/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-02-28 16:53:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040228165328-so8szfq83icw2b37
Tags: 0.5.0-1
* New upstream version.
* No shared libraries are provided at the moment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
SHELL = @SHELL@
17
 
 
18
17
srcdir = @srcdir@
19
18
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
20
pkgdatadir = $(datadir)/@PACKAGE@
37
21
pkglibdir = $(libdir)/@PACKAGE@
38
22
pkgincludedir = $(includedir)/@PACKAGE@
39
23
top_builddir = ../..
40
24
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
26
INSTALL = @INSTALL@
47
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
 
INSTALL_DATA = @INSTALL_DATA@
49
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
50
30
INSTALL_HEADER = $(INSTALL_DATA)
51
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
52
32
NORMAL_INSTALL = :
53
33
PRE_INSTALL = :
54
34
POST_INSTALL = :
55
35
NORMAL_UNINSTALL = :
56
36
PRE_UNINSTALL = :
57
37
POST_UNINSTALL = :
58
 
host_alias = @host_alias@
59
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
60
40
ALONE_CFLAGS = @ALONE_CFLAGS@
 
41
AMDEP_FALSE = @AMDEP_FALSE@
 
42
AMDEP_TRUE = @AMDEP_TRUE@
61
43
AMTAR = @AMTAR@
62
 
AS = @AS@
 
44
AR = @AR@
 
45
AUTOCONF = @AUTOCONF@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
AUTOMAKE = @AUTOMAKE@
63
48
AWK = @AWK@
64
49
CC = @CC@
 
50
CCDEPMODE = @CCDEPMODE@
 
51
CFLAGS = @CFLAGS@
 
52
CPP = @CPP@
 
53
CPPFLAGS = @CPPFLAGS@
 
54
CXX = @CXX@
 
55
CXXCPP = @CXXCPP@
 
56
CXXDEPMODE = @CXXDEPMODE@
 
57
CXXFLAGS = @CXXFLAGS@
 
58
CYGPATH_W = @CYGPATH_W@
 
59
DEFS = @DEFS@
65
60
DEPDIR = @DEPDIR@
66
 
DLLTOOL = @DLLTOOL@
67
61
ECHO = @ECHO@
 
62
ECHO_C = @ECHO_C@
 
63
ECHO_N = @ECHO_N@
 
64
ECHO_T = @ECHO_T@
 
65
EGREP = @EGREP@
 
66
ENABLE_DEBUG_FALSE = @ENABLE_DEBUG_FALSE@
 
67
ENABLE_DEBUG_TRUE = @ENABLE_DEBUG_TRUE@
 
68
ENABLE_STAND_ALONE_FALSE = @ENABLE_STAND_ALONE_FALSE@
 
69
ENABLE_STAND_ALONE_TRUE = @ENABLE_STAND_ALONE_TRUE@
68
70
EXEEXT = @EXEEXT@
 
71
F77 = @F77@
 
72
FFLAGS = @FFLAGS@
69
73
GENERIC_CFLAGS = @GENERIC_CFLAGS@
 
74
INSTALL_DATA = @INSTALL_DATA@
 
75
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
76
INSTALL_SCRIPT = @INSTALL_SCRIPT@
70
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
78
LDFLAGS = @LDFLAGS@
 
79
LIBOBJS = @LIBOBJS@
 
80
LIBS = @LIBS@
71
81
LIBTOOL = @LIBTOOL@
72
82
LN_S = @LN_S@
 
83
LTLIBOBJS = @LTLIBOBJS@
73
84
LT_AGE = @LT_AGE@
74
85
LT_CURRENT = @LT_CURRENT@
75
86
LT_RELEASE = @LT_RELEASE@
76
87
LT_REVISION = @LT_REVISION@
77
 
OBJDUMP = @OBJDUMP@
 
88
MAINT = @MAINT@
 
89
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
90
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
91
MAKEINFO = @MAKEINFO@
78
92
OBJEXT = @OBJEXT@
79
93
PACKAGE = @PACKAGE@
 
94
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
95
PACKAGE_NAME = @PACKAGE_NAME@
 
96
PACKAGE_STRING = @PACKAGE_STRING@
 
97
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
98
PACKAGE_VERSION = @PACKAGE_VERSION@
 
99
PATH_SEPARATOR = @PATH_SEPARATOR@
80
100
RANLIB = @RANLIB@
 
101
SET_MAKE = @SET_MAKE@
 
102
SHELL = @SHELL@
81
103
STRIP = @STRIP@
82
104
VERSION = @VERSION@
 
105
ac_ct_AR = @ac_ct_AR@
 
106
ac_ct_CC = @ac_ct_CC@
 
107
ac_ct_CXX = @ac_ct_CXX@
 
108
ac_ct_F77 = @ac_ct_F77@
 
109
ac_ct_RANLIB = @ac_ct_RANLIB@
 
110
ac_ct_STRIP = @ac_ct_STRIP@
 
111
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
112
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
113
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
114
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
83
115
am__include = @am__include@
 
116
am__leading_dot = @am__leading_dot@
84
117
am__quote = @am__quote@
 
118
bindir = @bindir@
 
119
build = @build@
 
120
build_alias = @build_alias@
 
121
build_cpu = @build_cpu@
 
122
build_os = @build_os@
 
123
build_vendor = @build_vendor@
 
124
datadir = @datadir@
 
125
exec_prefix = @exec_prefix@
 
126
host = @host@
 
127
host_alias = @host_alias@
 
128
host_cpu = @host_cpu@
 
129
host_os = @host_os@
 
130
host_vendor = @host_vendor@
 
131
includedir = @includedir@
 
132
infodir = @infodir@
85
133
install_sh = @install_sh@
86
 
 
 
134
libdir = @libdir@
 
135
libexecdir = @libexecdir@
 
136
localstatedir = @localstatedir@
 
137
mandir = @mandir@
 
138
oldincludedir = @oldincludedir@
 
139
prefix = @prefix@
 
140
program_transform_name = @program_transform_name@
 
141
sbindir = @sbindir@
 
142
sharedstatedir = @sharedstatedir@
 
143
sysconfdir = @sysconfdir@
 
144
target_alias = @target_alias@
87
145
aalincludedir = $(includedir)/aal
88
146
 
89
147
aalinclude_HEADERS = libaal.h device.h file.h exception.h list.h malloc.h \
91
149
                          gauge.h block.h ui.h stream.h hash.h types.h
92
150
 
93
151
subdir = include/aal
 
152
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94
153
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95
154
CONFIG_HEADER = $(top_builddir)/config.h
96
155
CONFIG_CLEAN_FILES =
97
156
DIST_SOURCES =
98
157
HEADERS = $(aalinclude_HEADERS)
99
158
 
100
 
DIST_COMMON = $(aalinclude_HEADERS) Makefile.am Makefile.in
 
159
DIST_COMMON = $(aalinclude_HEADERS) $(srcdir)/Makefile.in Makefile.am
101
160
all: all-am
102
161
 
103
162
.SUFFIXES:
 
163
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
164
        cd $(top_srcdir) && \
 
165
          $(AUTOMAKE) --gnu  include/aal/Makefile
 
166
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
167
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
104
168
 
105
169
mostlyclean-libtool:
106
170
        -rm -f *.lo
110
174
 
111
175
distclean-libtool:
112
176
        -rm -f libtool
113
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
114
 
        cd $(top_srcdir) && \
115
 
          $(AUTOMAKE) --gnu  include/aal/Makefile
116
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
117
 
        cd $(top_builddir) && \
118
 
          CONFIG_HEADERS= CONFIG_LINKS= \
119
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
120
177
uninstall-info-am:
 
178
aalincludeHEADERS_INSTALL = $(INSTALL_HEADER)
121
179
install-aalincludeHEADERS: $(aalinclude_HEADERS)
122
180
        @$(NORMAL_INSTALL)
123
181
        $(mkinstalldirs) $(DESTDIR)$(aalincludedir)
124
182
        @list='$(aalinclude_HEADERS)'; for p in $$list; do \
125
183
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
126
184
          f="`echo $$p | sed -e 's|^.*/||'`"; \
127
 
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(aalincludedir)/$$f"; \
128
 
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(aalincludedir)/$$f; \
 
185
          echo " $(aalincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(aalincludedir)/$$f"; \
 
186
          $(aalincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(aalincludedir)/$$f; \
129
187
        done
130
188
 
131
189
uninstall-aalincludeHEADERS:
136
194
          rm -f $(DESTDIR)$(aalincludedir)/$$f; \
137
195
        done
138
196
 
 
197
ETAGS = etags
 
198
ETAGSFLAGS =
 
199
 
 
200
CTAGS = ctags
 
201
CTAGSFLAGS =
 
202
 
139
203
tags: TAGS
140
204
 
141
205
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
142
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
206
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
143
207
        unique=`for i in $$list; do \
144
208
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145
209
          done | \
146
210
          $(AWK) '    { files[$$0] = 1; } \
147
211
               END { for (i in files) print i; }'`; \
148
 
        mkid -fID $$unique $(LISP)
 
212
        mkid -fID $$unique
149
213
 
150
214
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
151
215
                $(TAGS_FILES) $(LISP)
152
216
        tags=; \
153
217
        here=`pwd`; \
154
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
155
 
        unique=`for i in $$list; do \
156
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157
 
          done | \
158
 
          $(AWK) '    { files[$$0] = 1; } \
159
 
               END { for (i in files) print i; }'`; \
160
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
161
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
218
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
219
        unique=`for i in $$list; do \
 
220
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
221
          done | \
 
222
          $(AWK) '    { files[$$0] = 1; } \
 
223
               END { for (i in files) print i; }'`; \
 
224
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
225
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
226
             $$tags $$unique
 
227
 
 
228
ctags: CTAGS
 
229
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
230
                $(TAGS_FILES) $(LISP)
 
231
        tags=; \
 
232
        here=`pwd`; \
 
233
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
234
        unique=`for i in $$list; do \
 
235
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
236
          done | \
 
237
          $(AWK) '    { files[$$0] = 1; } \
 
238
               END { for (i in files) print i; }'`; \
 
239
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
240
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
241
             $$tags $$unique
162
242
 
163
243
GTAGS:
164
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
244
        here=`$(am__cd) $(top_builddir) && pwd` \
165
245
          && cd $(top_srcdir) \
166
246
          && gtags -i $(GTAGS_ARGS) $$here
167
247
 
168
248
distclean-tags:
169
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
170
 
 
 
249
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
171
250
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172
251
 
173
252
top_distdir = ../..
174
253
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
175
254
 
176
255
distdir: $(DISTFILES)
177
 
        @for file in $(DISTFILES); do \
178
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
256
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
257
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
258
        list='$(DISTFILES)'; for file in $$list; do \
 
259
          case $$file in \
 
260
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
261
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
262
          esac; \
 
263
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
179
264
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
180
265
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
181
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
266
            dir="/$$dir"; \
 
267
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
268
          else \
 
269
            dir=''; \
182
270
          fi; \
183
271
          if test -d $$d/$$file; then \
184
 
            cp -pR $$d/$$file $(distdir) \
185
 
            || exit 1; \
 
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
273
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
274
            fi; \
 
275
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
186
276
          else \
187
277
            test -f $(distdir)/$$file \
188
278
            || cp -p $$d/$$file $(distdir)/$$file \
195
285
 
196
286
installdirs:
197
287
        $(mkinstalldirs) $(DESTDIR)$(aalincludedir)
198
 
 
199
288
install: install-am
200
289
install-exec: install-exec-am
201
290
install-data: install-data-am
207
296
installcheck: installcheck-am
208
297
install-strip:
209
298
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
299
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
210
300
          `test -z '$(STRIP)' || \
211
301
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
212
302
mostlyclean-generic:
214
304
clean-generic:
215
305
 
216
306
distclean-generic:
217
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
307
        -rm -f $(CONFIG_CLEAN_FILES)
218
308
 
219
309
maintainer-clean-generic:
220
310
        @echo "This command is intended for maintainers to use"
224
314
clean-am: clean-generic clean-libtool mostlyclean-am
225
315
 
226
316
distclean: distclean-am
227
 
 
 
317
        -rm -f Makefile
228
318
distclean-am: clean-am distclean-generic distclean-libtool \
229
319
        distclean-tags
230
320
 
247
337
installcheck-am:
248
338
 
249
339
maintainer-clean: maintainer-clean-am
250
 
 
 
340
        -rm -f Makefile
251
341
maintainer-clean-am: distclean-am maintainer-clean-generic
252
342
 
253
343
mostlyclean: mostlyclean-am
254
344
 
255
345
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
256
346
 
 
347
pdf: pdf-am
 
348
 
 
349
pdf-am:
 
350
 
 
351
ps: ps-am
 
352
 
 
353
ps-am:
 
354
 
257
355
uninstall-am: uninstall-aalincludeHEADERS uninstall-info-am
258
356
 
259
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
260
 
        clean-libtool distclean distclean-generic distclean-libtool \
261
 
        distclean-tags distdir dvi dvi-am info info-am install \
262
 
        install-aalincludeHEADERS install-am install-data \
263
 
        install-data-am install-exec install-exec-am install-info \
264
 
        install-info-am install-man install-strip installcheck \
265
 
        installcheck-am installdirs maintainer-clean \
 
357
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
358
        clean-libtool ctags distclean distclean-generic \
 
359
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
360
        info-am install install-aalincludeHEADERS install-am \
 
361
        install-data install-data-am install-exec install-exec-am \
 
362
        install-info install-info-am install-man install-strip \
 
363
        installcheck installcheck-am installdirs maintainer-clean \
266
364
        maintainer-clean-generic mostlyclean mostlyclean-generic \
267
 
        mostlyclean-libtool tags uninstall uninstall-aalincludeHEADERS \
268
 
        uninstall-am uninstall-info-am
 
365
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
366
        uninstall-aalincludeHEADERS uninstall-am uninstall-info-am
269
367
 
270
368
# Tell versions [3.59,3.63) of GNU make to not export all variables.
271
369
# Otherwise a system limit (for SysV at least) may be exceeded.