~ubuntu-branches/ubuntu/breezy/atlas-cpp/breezy

« back to all changes in this revision

Viewing changes to Atlas/Objects/Entity/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2005-10-02 11:41:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051002114144-8qmn4d1cdn9g27ta
Tags: 0.5.98-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# 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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../..
24
 
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
32
 
NORMAL_INSTALL = :
33
 
PRE_INSTALL = :
34
 
POST_INSTALL = :
35
 
NORMAL_UNINSTALL = :
36
 
PRE_UNINSTALL = :
37
 
POST_UNINSTALL = :
38
 
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
 
AMDEP_FALSE = @AMDEP_FALSE@
41
 
AMDEP_TRUE = @AMDEP_TRUE@
42
 
AMTAR = @AMTAR@
43
 
AR = @AR@
44
 
ATLAS_CFLAGS = @ATLAS_CFLAGS@
45
 
ATLAS_CURRENT = @ATLAS_CURRENT@
46
 
ATLAS_INTERFACE_VERSION_INFO = @ATLAS_INTERFACE_VERSION_INFO@
47
 
ATLAS_INTERFACE_VERSION_NO = @ATLAS_INTERFACE_VERSION_NO@
48
 
ATLAS_LIBS = @ATLAS_LIBS@
49
 
ATLAS_LIB_SUFFIX = @ATLAS_LIB_SUFFIX@
50
 
ATLAS_VERSION = @ATLAS_VERSION@
51
 
AUTOCONF = @AUTOCONF@
52
 
AUTOHEADER = @AUTOHEADER@
53
 
AUTOMAKE = @AUTOMAKE@
54
 
AWK = @AWK@
55
 
CC = @CC@
56
 
CCDEPMODE = @CCDEPMODE@
57
 
CFLAGS = @CFLAGS@
58
 
CPP = @CPP@
59
 
CPPFLAGS = @CPPFLAGS@
60
 
CXX = @CXX@
61
 
CXXCPP = @CXXCPP@
62
 
CXXDEPMODE = @CXXDEPMODE@
63
 
CXXFLAGS = @CXXFLAGS@
64
 
CYGPATH_W = @CYGPATH_W@
65
 
DEFS = @DEFS@
66
 
DEPDIR = @DEPDIR@
67
 
ECHO = @ECHO@
68
 
ECHO_C = @ECHO_C@
69
 
ECHO_N = @ECHO_N@
70
 
ECHO_T = @ECHO_T@
71
 
EGREP = @EGREP@
72
 
EXEEXT = @EXEEXT@
73
 
F77 = @F77@
74
 
FFLAGS = @FFLAGS@
75
 
INSTALL_DATA = @INSTALL_DATA@
76
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
77
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
78
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
 
LDFLAGS = @LDFLAGS@
80
 
LIBOBJS = @LIBOBJS@
81
 
LIBS = @LIBS@
82
 
LIBTOOL = @LIBTOOL@
83
 
LN_S = @LN_S@
84
 
LTLIBOBJS = @LTLIBOBJS@
85
 
MAKEINFO = @MAKEINFO@
86
 
OBJEXT = @OBJEXT@
87
 
PACKAGE = @PACKAGE@
88
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
89
 
PACKAGE_NAME = @PACKAGE_NAME@
90
 
PACKAGE_STRING = @PACKAGE_STRING@
91
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
92
 
PACKAGE_VERSION = @PACKAGE_VERSION@
93
 
PATH_SEPARATOR = @PATH_SEPARATOR@
94
 
RANLIB = @RANLIB@
95
 
SET_MAKE = @SET_MAKE@
96
 
SHELL = @SHELL@
97
 
STRIP = @STRIP@
98
 
SYSTEM_LIBS = @SYSTEM_LIBS@
99
 
VERSION = @VERSION@
100
 
ac_ct_AR = @ac_ct_AR@
101
 
ac_ct_CC = @ac_ct_CC@
102
 
ac_ct_CXX = @ac_ct_CXX@
103
 
ac_ct_F77 = @ac_ct_F77@
104
 
ac_ct_RANLIB = @ac_ct_RANLIB@
105
 
ac_ct_STRIP = @ac_ct_STRIP@
106
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
107
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
108
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
109
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
110
 
am__include = @am__include@
111
 
am__leading_dot = @am__leading_dot@
112
 
am__quote = @am__quote@
113
 
bindir = @bindir@
114
 
build = @build@
115
 
build_alias = @build_alias@
116
 
build_cpu = @build_cpu@
117
 
build_os = @build_os@
118
 
build_vendor = @build_vendor@
119
 
datadir = @datadir@
120
 
exec_prefix = @exec_prefix@
121
 
host = @host@
122
 
host_alias = @host_alias@
123
 
host_cpu = @host_cpu@
124
 
host_os = @host_os@
125
 
host_vendor = @host_vendor@
126
 
includedir = @includedir@
127
 
infodir = @infodir@
128
 
install_sh = @install_sh@
129
 
libdir = @libdir@
130
 
libexecdir = @libexecdir@
131
 
localstatedir = @localstatedir@
132
 
mandir = @mandir@
133
 
oldincludedir = @oldincludedir@
134
 
prefix = @prefix@
135
 
program_transform_name = @program_transform_name@
136
 
sbindir = @sbindir@
137
 
sharedstatedir = @sharedstatedir@
138
 
sysconfdir = @sysconfdir@
139
 
target_alias = @target_alias@
140
 
SUBDIRS = .
141
 
 
142
 
INCLUDES = -I$(top_srcdir)
143
 
 
144
 
lib_LTLIBRARIES = libAtlasObjectsEntity-0.5.la
145
 
 
146
 
libAtlasObjectsEntity_0_5_la_LDFLAGS = -version-info @ATLAS_INTERFACE_VERSION_INFO@
147
 
 
148
 
libAtlasObjectsEntity_0_5_la_SOURCES = \
149
 
        Entity.cc
150
 
 
151
 
 
152
 
libAtlasObjectsEntityincludedir = $(includedir)/Atlas-C++-0.5/Atlas/Objects/Entity
153
 
 
154
 
libAtlasObjectsEntityinclude_HEADERS = \
155
 
        Account.h Admin.h AdminEntity.h Game.h \
156
 
        GameEntity.h Player.h RootEntity.h
157
 
 
158
 
subdir = Atlas/Objects/Entity
159
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
160
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
161
 
CONFIG_HEADER = $(top_builddir)/config.h
162
 
CONFIG_CLEAN_FILES =
163
 
LTLIBRARIES = $(lib_LTLIBRARIES)
164
 
 
165
 
libAtlasObjectsEntity_0_5_la_LIBADD =
166
 
am_libAtlasObjectsEntity_0_5_la_OBJECTS = Entity.lo
167
 
libAtlasObjectsEntity_0_5_la_OBJECTS = \
168
 
        $(am_libAtlasObjectsEntity_0_5_la_OBJECTS)
169
 
 
170
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
171
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
172
 
am__depfiles_maybe = depfiles
173
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Entity.Plo
174
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
175
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
176
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
177
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
179
 
CXXLD = $(CXX)
180
 
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
181
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
182
 
DIST_SOURCES = $(libAtlasObjectsEntity_0_5_la_SOURCES)
183
 
HEADERS = $(libAtlasObjectsEntityinclude_HEADERS)
184
 
 
185
 
 
186
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
187
 
        ps-recursive install-info-recursive uninstall-info-recursive \
188
 
        all-recursive install-data-recursive install-exec-recursive \
189
 
        installdirs-recursive install-recursive uninstall-recursive \
190
 
        check-recursive installcheck-recursive
191
 
DIST_COMMON = $(libAtlasObjectsEntityinclude_HEADERS) \
192
 
        $(srcdir)/Makefile.in Makefile.am
193
 
DIST_SUBDIRS = $(SUBDIRS)
194
 
SOURCES = $(libAtlasObjectsEntity_0_5_la_SOURCES)
195
 
 
196
 
all: all-recursive
197
 
 
198
 
.SUFFIXES:
199
 
.SUFFIXES: .cc .lo .o .obj
200
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
201
 
        cd $(top_srcdir) && \
202
 
          $(AUTOMAKE) --gnu  Atlas/Objects/Entity/Makefile
203
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
204
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
205
 
libLTLIBRARIES_INSTALL = $(INSTALL)
206
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
207
 
        @$(NORMAL_INSTALL)
208
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
209
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
210
 
          if test -f $$p; then \
211
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
212
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
213
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
214
 
          else :; fi; \
215
 
        done
216
 
 
217
 
uninstall-libLTLIBRARIES:
218
 
        @$(NORMAL_UNINSTALL)
219
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
220
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
221
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
222
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
223
 
        done
224
 
 
225
 
clean-libLTLIBRARIES:
226
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
227
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
228
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
229
 
          test "$$dir" = "$$p" && dir=.; \
230
 
          echo "rm -f \"$${dir}/so_locations\""; \
231
 
          rm -f "$${dir}/so_locations"; \
232
 
        done
233
 
libAtlasObjectsEntity-0.5.la: $(libAtlasObjectsEntity_0_5_la_OBJECTS) $(libAtlasObjectsEntity_0_5_la_DEPENDENCIES) 
234
 
        $(CXXLINK) -rpath $(libdir) $(libAtlasObjectsEntity_0_5_la_LDFLAGS) $(libAtlasObjectsEntity_0_5_la_OBJECTS) $(libAtlasObjectsEntity_0_5_la_LIBADD) $(LIBS)
235
 
 
236
 
mostlyclean-compile:
237
 
        -rm -f *.$(OBJEXT) core *.core
238
 
 
239
 
distclean-compile:
240
 
        -rm -f *.tab.c
241
 
 
242
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Entity.Plo@am__quote@
243
 
 
244
 
.cc.o:
245
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
246
 
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
247
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
248
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
249
 
@am__fastdepCXX_TRUE@   fi
250
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
251
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
252
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
254
 
 
255
 
.cc.obj:
256
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
257
 
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
258
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
259
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
260
 
@am__fastdepCXX_TRUE@   fi
261
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
263
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
265
 
 
266
 
.cc.lo:
267
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
268
 
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
269
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
270
 
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
271
 
@am__fastdepCXX_TRUE@   fi
272
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
273
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
274
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
276
 
 
277
 
mostlyclean-libtool:
278
 
        -rm -f *.lo
279
 
 
280
 
clean-libtool:
281
 
        -rm -rf .libs _libs
282
 
 
283
 
distclean-libtool:
284
 
        -rm -f libtool
285
 
uninstall-info-am:
286
 
libAtlasObjectsEntityincludeHEADERS_INSTALL = $(INSTALL_HEADER)
287
 
install-libAtlasObjectsEntityincludeHEADERS: $(libAtlasObjectsEntityinclude_HEADERS)
288
 
        @$(NORMAL_INSTALL)
289
 
        $(mkinstalldirs) $(DESTDIR)$(libAtlasObjectsEntityincludedir)
290
 
        @list='$(libAtlasObjectsEntityinclude_HEADERS)'; for p in $$list; do \
291
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
292
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
293
 
          echo " $(libAtlasObjectsEntityincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libAtlasObjectsEntityincludedir)/$$f"; \
294
 
          $(libAtlasObjectsEntityincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libAtlasObjectsEntityincludedir)/$$f; \
295
 
        done
296
 
 
297
 
uninstall-libAtlasObjectsEntityincludeHEADERS:
298
 
        @$(NORMAL_UNINSTALL)
299
 
        @list='$(libAtlasObjectsEntityinclude_HEADERS)'; for p in $$list; do \
300
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
301
 
          echo " rm -f $(DESTDIR)$(libAtlasObjectsEntityincludedir)/$$f"; \
302
 
          rm -f $(DESTDIR)$(libAtlasObjectsEntityincludedir)/$$f; \
303
 
        done
304
 
 
305
 
# This directory's subdirectories are mostly independent; you can cd
306
 
# into them and run `make' without going through this Makefile.
307
 
# To change the values of `make' variables: instead of editing Makefiles,
308
 
# (1) if the variable is set in `config.status', edit `config.status'
309
 
#     (which will cause the Makefiles to be regenerated when you run `make');
310
 
# (2) otherwise, pass the desired values on the `make' command line.
311
 
$(RECURSIVE_TARGETS):
312
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
313
 
        dot_seen=no; \
314
 
        target=`echo $@ | sed s/-recursive//`; \
315
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
316
 
          echo "Making $$target in $$subdir"; \
317
 
          if test "$$subdir" = "."; then \
318
 
            dot_seen=yes; \
319
 
            local_target="$$target-am"; \
320
 
          else \
321
 
            local_target="$$target"; \
322
 
          fi; \
323
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
325
 
        done; \
326
 
        if test "$$dot_seen" = "no"; then \
327
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
328
 
        fi; test -z "$$fail"
329
 
 
330
 
mostlyclean-recursive clean-recursive distclean-recursive \
331
 
maintainer-clean-recursive:
332
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
333
 
        dot_seen=no; \
334
 
        case "$@" in \
335
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
336
 
          *) list='$(SUBDIRS)' ;; \
337
 
        esac; \
338
 
        rev=''; for subdir in $$list; do \
339
 
          if test "$$subdir" = "."; then :; else \
340
 
            rev="$$subdir $$rev"; \
341
 
          fi; \
342
 
        done; \
343
 
        rev="$$rev ."; \
344
 
        target=`echo $@ | sed s/-recursive//`; \
345
 
        for subdir in $$rev; do \
346
 
          echo "Making $$target in $$subdir"; \
347
 
          if test "$$subdir" = "."; then \
348
 
            local_target="$$target-am"; \
349
 
          else \
350
 
            local_target="$$target"; \
351
 
          fi; \
352
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
354
 
        done && test -z "$$fail"
355
 
tags-recursive:
356
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
357
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
358
 
        done
359
 
ctags-recursive:
360
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
361
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
362
 
        done
363
 
 
364
 
ETAGS = etags
365
 
ETAGSFLAGS =
366
 
 
367
 
CTAGS = ctags
368
 
CTAGSFLAGS =
369
 
 
370
 
tags: TAGS
371
 
 
372
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
373
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374
 
        unique=`for i in $$list; do \
375
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
 
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
379
 
        mkid -fID $$unique
380
 
 
381
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382
 
                $(TAGS_FILES) $(LISP)
383
 
        tags=; \
384
 
        here=`pwd`; \
385
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
386
 
          include_option=--etags-include; \
387
 
        else \
388
 
          include_option=--include; \
389
 
        fi; \
390
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
391
 
          if test "$$subdir" = .; then :; else \
392
 
            test -f $$subdir/TAGS && \
393
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
394
 
          fi; \
395
 
        done; \
396
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397
 
        unique=`for i in $$list; do \
398
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
 
          done | \
400
 
          $(AWK) '    { files[$$0] = 1; } \
401
 
               END { for (i in files) print i; }'`; \
402
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
403
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404
 
             $$tags $$unique
405
 
 
406
 
ctags: CTAGS
407
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
 
                $(TAGS_FILES) $(LISP)
409
 
        tags=; \
410
 
        here=`pwd`; \
411
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412
 
        unique=`for i in $$list; do \
413
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
 
          done | \
415
 
          $(AWK) '    { files[$$0] = 1; } \
416
 
               END { for (i in files) print i; }'`; \
417
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
418
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419
 
             $$tags $$unique
420
 
 
421
 
GTAGS:
422
 
        here=`$(am__cd) $(top_builddir) && pwd` \
423
 
          && cd $(top_srcdir) \
424
 
          && gtags -i $(GTAGS_ARGS) $$here
425
 
 
426
 
distclean-tags:
427
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
429
 
 
430
 
top_distdir = ../../..
431
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
432
 
 
433
 
distdir: $(DISTFILES)
434
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
435
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
436
 
        list='$(DISTFILES)'; for file in $$list; do \
437
 
          case $$file in \
438
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
439
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
440
 
          esac; \
441
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
443
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
444
 
            dir="/$$dir"; \
445
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
446
 
          else \
447
 
            dir=''; \
448
 
          fi; \
449
 
          if test -d $$d/$$file; then \
450
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
451
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
452
 
            fi; \
453
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
454
 
          else \
455
 
            test -f $(distdir)/$$file \
456
 
            || cp -p $$d/$$file $(distdir)/$$file \
457
 
            || exit 1; \
458
 
          fi; \
459
 
        done
460
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
461
 
          if test "$$subdir" = .; then :; else \
462
 
            test -d $(distdir)/$$subdir \
463
 
            || mkdir $(distdir)/$$subdir \
464
 
            || exit 1; \
465
 
            (cd $$subdir && \
466
 
              $(MAKE) $(AM_MAKEFLAGS) \
467
 
                top_distdir="$(top_distdir)" \
468
 
                distdir=../$(distdir)/$$subdir \
469
 
                distdir) \
470
 
              || exit 1; \
471
 
          fi; \
472
 
        done
473
 
check-am: all-am
474
 
check: check-recursive
475
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
476
 
installdirs: installdirs-recursive
477
 
installdirs-am:
478
 
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libAtlasObjectsEntityincludedir)
479
 
 
480
 
install: install-recursive
481
 
install-exec: install-exec-recursive
482
 
install-data: install-data-recursive
483
 
uninstall: uninstall-recursive
484
 
 
485
 
install-am: all-am
486
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
 
 
488
 
installcheck: installcheck-recursive
489
 
install-strip:
490
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491
 
          INSTALL_STRIP_FLAG=-s \
492
 
          `test -z '$(STRIP)' || \
493
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494
 
mostlyclean-generic:
495
 
 
496
 
clean-generic:
497
 
 
498
 
distclean-generic:
499
 
        -rm -f $(CONFIG_CLEAN_FILES)
500
 
 
501
 
maintainer-clean-generic:
502
 
        @echo "This command is intended for maintainers to use"
503
 
        @echo "it deletes files that may require special tools to rebuild."
504
 
clean: clean-recursive
505
 
 
506
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
507
 
        mostlyclean-am
508
 
 
509
 
distclean: distclean-recursive
510
 
        -rm -rf ./$(DEPDIR)
511
 
        -rm -f Makefile
512
 
distclean-am: clean-am distclean-compile distclean-generic \
513
 
        distclean-libtool distclean-tags
514
 
 
515
 
dvi: dvi-recursive
516
 
 
517
 
dvi-am:
518
 
 
519
 
info: info-recursive
520
 
 
521
 
info-am:
522
 
 
523
 
install-data-am: install-libAtlasObjectsEntityincludeHEADERS
524
 
 
525
 
install-exec-am: install-libLTLIBRARIES
526
 
 
527
 
install-info: install-info-recursive
528
 
 
529
 
install-man:
530
 
 
531
 
installcheck-am:
532
 
 
533
 
maintainer-clean: maintainer-clean-recursive
534
 
        -rm -rf ./$(DEPDIR)
535
 
        -rm -f Makefile
536
 
maintainer-clean-am: distclean-am maintainer-clean-generic
537
 
 
538
 
mostlyclean: mostlyclean-recursive
539
 
 
540
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
541
 
        mostlyclean-libtool
542
 
 
543
 
pdf: pdf-recursive
544
 
 
545
 
pdf-am:
546
 
 
547
 
ps: ps-recursive
548
 
 
549
 
ps-am:
550
 
 
551
 
uninstall-am: uninstall-info-am \
552
 
        uninstall-libAtlasObjectsEntityincludeHEADERS \
553
 
        uninstall-libLTLIBRARIES
554
 
 
555
 
uninstall-info: uninstall-info-recursive
556
 
 
557
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
558
 
        clean-generic clean-libLTLIBRARIES clean-libtool \
559
 
        clean-recursive ctags ctags-recursive distclean \
560
 
        distclean-compile distclean-generic distclean-libtool \
561
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
562
 
        dvi-recursive info info-am info-recursive install install-am \
563
 
        install-data install-data-am install-data-recursive \
564
 
        install-exec install-exec-am install-exec-recursive \
565
 
        install-info install-info-am install-info-recursive \
566
 
        install-libAtlasObjectsEntityincludeHEADERS \
567
 
        install-libLTLIBRARIES install-man install-recursive \
568
 
        install-strip installcheck installcheck-am installdirs \
569
 
        installdirs-am installdirs-recursive maintainer-clean \
570
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
571
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
572
 
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
573
 
        ps-recursive tags tags-recursive uninstall uninstall-am \
574
 
        uninstall-info-am uninstall-info-recursive \
575
 
        uninstall-libAtlasObjectsEntityincludeHEADERS \
576
 
        uninstall-libLTLIBRARIES uninstall-recursive
577
 
 
578
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
 
# Otherwise a system limit (for SysV at least) may be exceeded.
580
 
.NOEXPORT: