Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/osX/src/Makefile.in @ 2994

Last change on this file since 2994 was 2994, checked in by bensch, 20 years ago

orxonox/branches/osX: switched back to automake-1.7

File size: 15.8 KB
Line 
1# Makefile.in generated by automake 1.7.9 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CXX = @CXX@
53CXXDEPMODE = @CXXDEPMODE@
54CXXFLAGS = @CXXFLAGS@
55CYGPATH_W = @CYGPATH_W@
56DEFS = @DEFS@
57DEPDIR = @DEPDIR@
58ECHO_C = @ECHO_C@
59ECHO_N = @ECHO_N@
60ECHO_T = @ECHO_T@
61EGREP = @EGREP@
62EXEEXT = @EXEEXT@
63GTK2_CFLAGS = @GTK2_CFLAGS@
64GTK2_LIBS = @GTK2_LIBS@
65HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
66HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
67INSTALL_DATA = @INSTALL_DATA@
68INSTALL_PROGRAM = @INSTALL_PROGRAM@
69INSTALL_SCRIPT = @INSTALL_SCRIPT@
70INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71LDFLAGS = @LDFLAGS@
72LIBOBJS = @LIBOBJS@
73LIBS = @LIBS@
74LTLIBOBJS = @LTLIBOBJS@
75MAKEINFO = @MAKEINFO@
76MSBITFIELDS = @MSBITFIELDS@
77OBJEXT = @OBJEXT@
78PACKAGE = @PACKAGE@
79PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
80PACKAGE_NAME = @PACKAGE_NAME@
81PACKAGE_STRING = @PACKAGE_STRING@
82PACKAGE_TARNAME = @PACKAGE_TARNAME@
83PACKAGE_VERSION = @PACKAGE_VERSION@
84PATH_SEPARATOR = @PATH_SEPARATOR@
85PKG_CONFIG = @PKG_CONFIG@
86SDL_CFLAGS = @SDL_CFLAGS@
87SDL_CONFIG = @SDL_CONFIG@
88SDL_LIBS = @SDL_LIBS@
89SET_MAKE = @SET_MAKE@
90SHELL = @SHELL@
91STRIP = @STRIP@
92VERSION = @VERSION@
93ac_ct_CC = @ac_ct_CC@
94ac_ct_CXX = @ac_ct_CXX@
95ac_ct_STRIP = @ac_ct_STRIP@
96am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
97am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
98am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
99am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
100am__include = @am__include@
101am__leading_dot = @am__leading_dot@
102am__quote = @am__quote@
103bindir = @bindir@
104build = @build@
105build_alias = @build_alias@
106build_cpu = @build_cpu@
107build_os = @build_os@
108build_vendor = @build_vendor@
109datadir = @datadir@
110exec_prefix = @exec_prefix@
111host = @host@
112host_alias = @host_alias@
113host_cpu = @host_cpu@
114host_os = @host_os@
115host_vendor = @host_vendor@
116includedir = @includedir@
117infodir = @infodir@
118install_sh = @install_sh@
119libdir = @libdir@
120libexecdir = @libexecdir@
121localstatedir = @localstatedir@
122mandir = @mandir@
123oldincludedir = @oldincludedir@
124prefix = @prefix@
125program_transform_name = @program_transform_name@
126sbindir = @sbindir@
127sharedstatedir = @sharedstatedir@
128sysconfdir = @sysconfdir@
129target = @target@
130target_alias = @target_alias@
131target_cpu = @target_cpu@
132target_os = @target_os@
133target_vendor = @target_vendor@
134AM_CXXFLAGS = "-I/usr/X11R6/include"
135AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
136
137
138#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
139bin_PROGRAMS = orxonox
140
141orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc object.cc environment.cc array.cc material.cc list.cc
142noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h object.h array.h material.h list_template.h
143subdir = src
144ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146CONFIG_HEADER = $(top_builddir)/config.h
147CONFIG_CLEAN_FILES =
148bin_PROGRAMS = orxonox$(EXEEXT)
149PROGRAMS = $(bin_PROGRAMS)
150
151am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
152        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
153        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
154        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) \
155        base_entity.$(OBJEXT) game_loader.$(OBJEXT) campaign.$(OBJEXT) \
156        story_entity.$(OBJEXT) object.$(OBJEXT) environment.$(OBJEXT) \
157        array.$(OBJEXT) material.$(OBJEXT) list.$(OBJEXT)
158orxonox_OBJECTS = $(am_orxonox_OBJECTS)
159orxonox_LDADD = $(LDADD)
160orxonox_DEPENDENCIES =
161orxonox_LDFLAGS =
162
163DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
164depcomp = $(SHELL) $(top_srcdir)/depcomp
165am__depfiles_maybe = depfiles
166@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po ./$(DEPDIR)/base_entity.Po \
167@AMDEP_TRUE@    ./$(DEPDIR)/camera.Po ./$(DEPDIR)/campaign.Po \
168@AMDEP_TRUE@    ./$(DEPDIR)/collision.Po \
169@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
170@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/environment.Po \
171@AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Po \
172@AMDEP_TRUE@    ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
173@AMDEP_TRUE@    ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \
174@AMDEP_TRUE@    ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \
175@AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/story_entity.Po \
176@AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/vector.Po \
177@AMDEP_TRUE@    ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po
178CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
179        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
180CXXLD = $(CXX)
181CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
182        -o $@
183DIST_SOURCES = $(orxonox_SOURCES)
184HEADERS = $(noinst_HEADERS)
185
186DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \
187        Makefile.am
188SOURCES = $(orxonox_SOURCES)
189
190all: all-am
191
192.SUFFIXES:
193.SUFFIXES: .cc .o .obj
194$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
195        cd $(top_srcdir) && \
196          $(AUTOMAKE) --gnu  src/Makefile
197Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
198        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
199binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
200install-binPROGRAMS: $(bin_PROGRAMS)
201        @$(NORMAL_INSTALL)
202        $(mkinstalldirs) $(DESTDIR)$(bindir)
203        @list='$(bin_PROGRAMS)'; for p in $$list; do \
204          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
205          if test -f $$p \
206          ; then \
207            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
208           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
209           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
210          else :; fi; \
211        done
212
213uninstall-binPROGRAMS:
214        @$(NORMAL_UNINSTALL)
215        @list='$(bin_PROGRAMS)'; for p in $$list; do \
216          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
217          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
218          rm -f $(DESTDIR)$(bindir)/$$f; \
219        done
220
221clean-binPROGRAMS:
222        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
223orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES)
224        @rm -f orxonox$(EXEEXT)
225        $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
226
227mostlyclean-compile:
228        -rm -f *.$(OBJEXT) core *.core
229
230distclean-compile:
231        -rm -f *.tab.c
232
233@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
234@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@
235@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@
236@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/campaign.Po@am__quote@
237@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collision.Po@am__quote@
238@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_node.Po@am__quote@
239@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_tank.Po@am__quote@
240@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@
241@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@
242@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
243@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@
248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
249@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@
251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@
254
255.cc.o:
256@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
257@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
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 $@ `test -f '$<' || echo '$(srcdir)/'`$<
265
266.cc.obj:
267@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
268@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
269@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
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=no @AMDEPBACKSLASH@
273@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
274@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
276uninstall-info-am:
277
278ETAGS = etags
279ETAGSFLAGS =
280
281CTAGS = ctags
282CTAGSFLAGS =
283
284tags: TAGS
285
286ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
287        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
288        unique=`for i in $$list; do \
289            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290          done | \
291          $(AWK) '    { files[$$0] = 1; } \
292               END { for (i in files) print i; }'`; \
293        mkid -fID $$unique
294
295TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
296                $(TAGS_FILES) $(LISP)
297        tags=; \
298        here=`pwd`; \
299        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
300        unique=`for i in $$list; do \
301            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302          done | \
303          $(AWK) '    { files[$$0] = 1; } \
304               END { for (i in files) print i; }'`; \
305        test -z "$(ETAGS_ARGS)$$tags$$unique" \
306          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307             $$tags $$unique
308
309ctags: CTAGS
310CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311                $(TAGS_FILES) $(LISP)
312        tags=; \
313        here=`pwd`; \
314        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315        unique=`for i in $$list; do \
316            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317          done | \
318          $(AWK) '    { files[$$0] = 1; } \
319               END { for (i in files) print i; }'`; \
320        test -z "$(CTAGS_ARGS)$$tags$$unique" \
321          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
322             $$tags $$unique
323
324GTAGS:
325        here=`$(am__cd) $(top_builddir) && pwd` \
326          && cd $(top_srcdir) \
327          && gtags -i $(GTAGS_ARGS) $$here
328
329distclean-tags:
330        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
331DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
332
333top_distdir = ..
334distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
335
336distdir: $(DISTFILES)
337        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
338        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
339        list='$(DISTFILES)'; for file in $$list; do \
340          case $$file in \
341            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
342            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
343          esac; \
344          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
345          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
346          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
347            dir="/$$dir"; \
348            $(mkinstalldirs) "$(distdir)$$dir"; \
349          else \
350            dir=''; \
351          fi; \
352          if test -d $$d/$$file; then \
353            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
355            fi; \
356            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
357          else \
358            test -f $(distdir)/$$file \
359            || cp -p $$d/$$file $(distdir)/$$file \
360            || exit 1; \
361          fi; \
362        done
363check-am: all-am
364check: check-am
365all-am: Makefile $(PROGRAMS) $(HEADERS)
366
367installdirs:
368        $(mkinstalldirs) $(DESTDIR)$(bindir)
369install: install-am
370install-exec: install-exec-am
371install-data: install-data-am
372uninstall: uninstall-am
373
374install-am: all-am
375        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
377installcheck: installcheck-am
378install-strip:
379        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381          `test -z '$(STRIP)' || \
382            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383mostlyclean-generic:
384
385clean-generic:
386
387distclean-generic:
388        -rm -f $(CONFIG_CLEAN_FILES)
389
390maintainer-clean-generic:
391        @echo "This command is intended for maintainers to use"
392        @echo "it deletes files that may require special tools to rebuild."
393clean: clean-am
394
395clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
396
397distclean: distclean-am
398        -rm -rf ./$(DEPDIR)
399        -rm -f Makefile
400distclean-am: clean-am distclean-compile distclean-generic \
401        distclean-tags
402
403dvi: dvi-am
404
405dvi-am:
406
407info: info-am
408
409info-am:
410
411install-data-am:
412
413install-exec-am: install-binPROGRAMS
414
415install-info: install-info-am
416
417install-man:
418
419installcheck-am:
420
421maintainer-clean: maintainer-clean-am
422        -rm -rf ./$(DEPDIR)
423        -rm -f Makefile
424maintainer-clean-am: distclean-am maintainer-clean-generic
425
426mostlyclean: mostlyclean-am
427
428mostlyclean-am: mostlyclean-compile mostlyclean-generic
429
430pdf: pdf-am
431
432pdf-am:
433
434ps: ps-am
435
436ps-am:
437
438uninstall-am: uninstall-binPROGRAMS uninstall-info-am
439
440.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
441        clean-generic ctags distclean distclean-compile \
442        distclean-generic distclean-tags distdir dvi dvi-am info \
443        info-am install install-am install-binPROGRAMS install-data \
444        install-data-am install-exec install-exec-am install-info \
445        install-info-am install-man install-strip installcheck \
446        installcheck-am installdirs maintainer-clean \
447        maintainer-clean-generic mostlyclean mostlyclean-compile \
448        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
449        uninstall-am uninstall-binPROGRAMS uninstall-info-am
450
451
452#  uncomment the following if bencoder requires the math library
453#orxonox_LDADD=-lm
454
455#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
456
457#  if you write a self-test script named `chk', uncomment the
458#  following and add `chk' to the EXTRA_DIST list
459#TESTS=chk
460
461#  build and install the .info pages
462#info_TEXINFOS = orxonox.texinfo
463#orxonox_TEXINFOS = gpl.texinfo
464
465#  install the man pages
466#man_MANS=orxonox.1
467# Tell versions [3.59,3.63) of GNU make to not export all variables.
468# Otherwise a system limit (for SysV at least) may be exceeded.
469.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.