OSDN Git Service

日本語版
[nazghul-jp/nazghul-jp.git] / src / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # src/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16
17
18
19 pkgdatadir = $(datadir)/nazghul
20 pkgincludedir = $(includedir)/nazghul
21 pkglibdir = $(libdir)/nazghul
22 pkglibexecdir = $(libexecdir)/nazghul
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = i686-pc-linux-gnu
36 host_triplet = i686-pc-linux-gnu
37 target_triplet = i686-pc-linux-gnu
38 bin_PROGRAMS = nazghul$(EXEEXT)
39 subdir = src
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
43         $(top_srcdir)/m4/sdl.m4 $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am__installdirs = "$(DESTDIR)$(bindir)"
51 PROGRAMS = $(bin_PROGRAMS)
52 am_nazghul_OBJECTS = angband.$(OBJEXT) Arms.$(OBJEXT) ascii.$(OBJEXT) \
53         astar.$(OBJEXT) character.$(OBJEXT) cmdwin.$(OBJEXT) \
54         combat.$(OBJEXT) common.$(OBJEXT) console.$(OBJEXT) \
55         Container.$(OBJEXT) cursor.$(OBJEXT) debug.$(OBJEXT) \
56         event.$(OBJEXT) Field.$(OBJEXT) floodfill.$(OBJEXT) \
57         foogod.$(OBJEXT) formation.$(OBJEXT) hash.$(OBJEXT) \
58         heap.$(OBJEXT) images.$(OBJEXT) knapsack.$(OBJEXT) \
59         los.$(OBJEXT) map.$(OBJEXT) nazghul.$(OBJEXT) Party.$(OBJEXT) \
60         object.$(OBJEXT) occ.$(OBJEXT) olist.$(OBJEXT) place.$(OBJEXT) \
61         play.$(OBJEXT) player.$(OBJEXT) Reagent.$(OBJEXT) \
62         sched.$(OBJEXT) screen.$(OBJEXT) sky.$(OBJEXT) sound.$(OBJEXT) \
63         species.$(OBJEXT) sprite.$(OBJEXT) status.$(OBJEXT) \
64         terrain.$(OBJEXT) terrain_map.$(OBJEXT) tree.$(OBJEXT) \
65         vehicle.$(OBJEXT) wind.$(OBJEXT) wq.$(OBJEXT) \
66         Missile.$(OBJEXT) cmd.$(OBJEXT) clock.$(OBJEXT) \
67         vmask.$(OBJEXT) ctrl.$(OBJEXT) scheme.$(OBJEXT) \
68         session.$(OBJEXT) closure.$(OBJEXT) kern.$(OBJEXT) \
69         dice.$(OBJEXT) gob.$(OBJEXT) magic.$(OBJEXT) effect.$(OBJEXT) \
70         conv.$(OBJEXT) ptable.$(OBJEXT) mmode.$(OBJEXT) log.$(OBJEXT) \
71         dtable.$(OBJEXT) Being.$(OBJEXT) node.$(OBJEXT) tick.$(OBJEXT) \
72         dimensions.$(OBJEXT) cfg.$(OBJEXT) menus.$(OBJEXT) \
73         file.$(OBJEXT) skill.$(OBJEXT) skill_set.$(OBJEXT) \
74         skill_set_entry.$(OBJEXT) repstr.$(OBJEXT) templ.$(OBJEXT) \
75         objectfreezer.$(OBJEXT) kern_intvar.$(OBJEXT) ztats.$(OBJEXT) \
76         ztats_pane.$(OBJEXT) ztats_pm.$(OBJEXT) \
77         ztats_container_pane.$(OBJEXT) ztats_arms.$(OBJEXT) \
78         ztats_reagents.$(OBJEXT) ztats_spells.$(OBJEXT) \
79         ztats_items.$(OBJEXT) ztats_misc.$(OBJEXT) escape.$(OBJEXT) \
80         terrain_editor.$(OBJEXT)
81 nazghul_OBJECTS = $(am_nazghul_OBJECTS)
82 nazghul_LDADD = $(LDADD)
83 DEFAULT_INCLUDES = -I. -I$(top_builddir)
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 am__mv = mv -f
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
91 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
93 CXXLD = $(CXX)
94 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
95         -o $@
96 SOURCES = $(nazghul_SOURCES)
97 DIST_SOURCES = $(nazghul_SOURCES)
98 ETAGS = etags
99 CTAGS = ctags
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 ACLOCAL = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run aclocal-1.11
102 AMTAR = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run tar
103 AUTOCONF = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run autoconf
104 AUTOHEADER = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run autoheader
105 AUTOMAKE = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run automake-1.11
106 AWK = gawk
107 CC = g++
108 CCDEPMODE = depmode=gcc3
109 CFLAGS = -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
110 CPP = gcc -E
111 CPPFLAGS = 
112 CXX = g++
113 CXXCPP = g++ -E -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
114 CXXDEPMODE = depmode=gcc3
115 CXXFLAGS = -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
116 CYGPATH_W = echo
117 DEFS = -DHAVE_CONFIG_H
118 DEPDIR = .deps
119 ECHO_C = 
120 ECHO_N = -n
121 ECHO_T = 
122 EGREP = /bin/grep -E
123 EXEEXT = 
124 GREP = /bin/grep
125 INSTALL = /usr/bin/install -c
126 INSTALL_DATA = ${INSTALL} -m 644
127 INSTALL_PROGRAM = ${INSTALL}
128 INSTALL_SCRIPT = ${INSTALL}
129 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
130 LDFLAGS = 
131 LIBOBJS = 
132 LIBS = -lSDL_mixer -lSDL_image -lpng  -lSDL -lpthread
133 LTLIBOBJS = 
134 MAINT = 
135 MAKEINFO = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/missing --run makeinfo
136 MKDIR_P = /bin/mkdir -p
137 OBJEXT = o
138 PACKAGE = nazghul
139 PACKAGE_BUGREPORT = nazghul-devel@lists.sourceforge.net
140 PACKAGE_NAME = nazghul
141 PACKAGE_STRING = nazghul 0.7.1
142 PACKAGE_TARNAME = nazghul
143 PACKAGE_VERSION = 0.7.1
144 PATH_SEPARATOR = :
145 SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
146 SDL_CONFIG = /usr/bin/sdl-config
147 SDL_LIBS = -lSDL -lpthread
148 SET_MAKE = 
149 SHELL = /bin/sh
150 STRIP = 
151 VERSION = 0.7.1
152 abs_builddir = /home/gmcnutt/projects/haxima/nazghul/src
153 abs_srcdir = /home/gmcnutt/projects/haxima/nazghul/src
154 abs_top_builddir = /home/gmcnutt/projects/haxima/nazghul
155 abs_top_srcdir = /home/gmcnutt/projects/haxima/nazghul
156 ac_ct_CC = gcc
157 ac_ct_CXX = g++
158 am__include = include
159 am__leading_dot = .
160 am__quote = 
161 am__tar = ${AMTAR} chof - "$$tardir"
162 am__untar = ${AMTAR} xf -
163 bindir = ${exec_prefix}/bin
164 build = i686-pc-linux-gnu
165 build_alias = 
166 build_cpu = i686
167 build_os = linux-gnu
168 build_vendor = pc
169 builddir = .
170 datadir = ${datarootdir}
171 datarootdir = ${prefix}/share
172 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
173 dvidir = ${docdir}
174 exec_prefix = ${prefix}
175 host = i686-pc-linux-gnu
176 host_alias = 
177 host_cpu = i686
178 host_os = linux-gnu
179 host_vendor = pc
180 htmldir = ${docdir}
181 includedir = ${prefix}/include
182 infodir = ${datarootdir}/info
183 install_sh = ${SHELL} /home/gmcnutt/projects/haxima/nazghul/install-sh
184 libdir = ${exec_prefix}/lib
185 libexecdir = ${exec_prefix}/libexec
186 localedir = ${datarootdir}/locale
187 localstatedir = ${prefix}/var
188 mandir = ${datarootdir}/man
189 mkdir_p = /bin/mkdir -p
190 oldincludedir = /usr/include
191 pdfdir = ${docdir}
192 prefix = /usr/local
193 program_transform_name = s,x,x,
194 psdir = ${docdir}
195 sbindir = ${exec_prefix}/sbin
196 sharedstatedir = ${prefix}/com
197 srcdir = .
198 sysconfdir = ${prefix}/etc
199 target = i686-pc-linux-gnu
200 target_alias = 
201 target_cpu = i686
202 target_os = linux-gnu
203 target_vendor = pc
204 top_build_prefix = ../
205 top_builddir = ..
206 top_srcdir = ..
207 AM_CXXFLAGS = -Wall -DDATADIR=\"${datarootdir}\" -DPREFIX=\"/usr/local\"
208 AM_CFLAGS = ${AM_CXXFLAGS}
209
210 #nazghul_SOURCES = $(wildcard *.c) $(wildcard *.cpp) $(wildcard *.h)
211 nazghul_SOURCES = \
212         angband.c \
213         Arms.cpp \
214         Arms.h \
215         ascii.c \
216         ascii.h \
217         astar.c \
218         astar.h \
219         character.cpp \
220         character.h \
221         cmdwin.c \
222         cmdwin.h \
223         combat.c \
224         combat.h \
225         common.c \
226         common.h \
227         console.c \
228         console.h \
229         constants.h \
230         Container.cpp \
231         Container.h \
232         cursor.cpp \
233         cursor.h \
234         debug.h \
235         debug.c \
236         dup_constants.h \
237         event.c \
238         event.h \
239         Field.h \
240         Field.cpp \
241         floodfill.c \
242         foogod.c \
243         foogod.h \
244         formation.h \
245         formation.c \
246         hash.c \
247         hash.h \
248         heap.c \
249         heap.h \
250         images.c \
251         images.h \
252         knapsack.c \
253         knapsack.h \
254         list.h \
255         los.c \
256         los.h \
257         Makefile \
258         map.c \
259         map.h \
260         nazghul.h \
261         nazghul.c \
262         Party.cpp \
263         Party.h \
264         object.c \
265         object.h \
266         occ.c \
267         occ.h \
268         olist.c \
269         olist.h \
270         pinfo.h \
271         place.c \
272         place.h \
273         play.c \
274         player.cpp \
275         player.h \
276         play.h \
277         Reagent.cpp \
278         Reagent.h \
279         sched.c \
280         sched.h \
281         screen.c \
282         screen.h \
283         sky.c \
284         sky.h \
285         sound.c \
286         sound.h \
287         species.c \
288         species.h \
289         sprite.c \
290         sprite.h \
291         status.c \
292         status.h \
293         terrain.c \
294         terrain.h \
295         terrain_map.c \
296         terrain_map.h \
297         tree.c \
298         tree.h \
299         vehicle.cpp \
300         vehicle.h \
301         wind.c \
302         wind.h \
303         wq.c \
304         wq.h \
305         Missile.cpp \
306         Missile.h \
307         cmd.c \
308         cmd.h \
309         clock.c \
310         clock.h \
311         vmask.h \
312         vmask.c \
313         ctrl.h \
314         ctrl.c \
315         scheme.c \
316         scheme.h \
317         scheme-private.h \
318         opdefines.h \
319         macros.h \
320         session.c \
321         session.h \
322         closure.h \
323         closure.c \
324         kern.h \
325         kern.c \
326         dice.h \
327         dice.c \
328         gob.c \
329         gob.h \
330         magic.h \
331         magic.c \
332         effect.h \
333         effect.c \
334         conv.h \
335         conv.c \
336         ptable.c \
337         ptable.h \
338         mmode.c \
339         mmode.h \
340         log.h \
341         log.c \
342         dtable.h \
343         dtable.c \
344         Being.h \
345         Being.cpp \
346         factions.h \
347         result.h \
348         node.h \
349         node.c \
350         tick.h \
351         tick.c \
352         blender.h \
353         dimensions.h dimensions.c \
354         cfg.h cfg.c \
355         menus.h menus.c \
356         file.h file.c \
357         screen_dims.h \
358         skill.h skill.c \
359         skill_set.h skill_set.c \
360         skill_set_entry.h skill_set_entry.c \
361         repstr.h repstr.c \
362         templ.h templ.c \
363         objectfreezer.h objectfreezer.c \
364         kern_intvar.c kern_intvar.h \
365         ztats.h ztats.c \
366         ztats_pane.h ztats_pane.c \
367         ztats_pm.h ztats_pm.c \
368         ztats_container_pane.h ztats_container_pane.c \
369         ztats_arms.h ztats_arms.c \
370         ztats_reagents.h ztats_reagents.c \
371         ztats_spells.h ztats_spells.c \
372         ztats_items.h ztats_items.c \
373         ztats_misc.h ztats_misc.c \
374         applet.h \
375         session_hooks.h \
376         session_queries.h \
377         bitset.h \
378         escape.c escape.h \
379         terrain_editor.c terrain_editor.h
380
381 INCLUDES = -I$(includedir)                                      \
382         -I$(srcdir) -I$(top_srcdir)/include -I$(top_srcdir)     \
383         -I$(top_builddir) -I$(top_builddir)/include -I.
384
385 MAINTAINERCLEANFILES = Makefile.in
386 all: all-am
387
388 .SUFFIXES:
389 .SUFFIXES: .c .cpp .o .obj
390 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
391         @for dep in $?; do \
392           case '$(am__configure_deps)' in \
393             *$$dep*) \
394               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
395                 && { if test -f $@; then exit 0; else break; fi; }; \
396               exit 1;; \
397           esac; \
398         done; \
399         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
400         $(am__cd) $(top_srcdir) && \
401           $(AUTOMAKE) --gnu src/Makefile
402 .PRECIOUS: Makefile
403 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
404         @case '$?' in \
405           *config.status*) \
406             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
407           *) \
408             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
409             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
410         esac;
411
412 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
413         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414
415 $(top_srcdir)/configure:  $(am__configure_deps)
416         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
418         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419 $(am__aclocal_m4_deps):
420 install-binPROGRAMS: $(bin_PROGRAMS)
421         @$(NORMAL_INSTALL)
422         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
423         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
424         for p in $$list; do echo "$$p $$p"; done | \
425         sed 's/$(EXEEXT)$$//' | \
426         while read p p1; do if test -f $$p; \
427           then echo "$$p"; echo "$$p"; else :; fi; \
428         done | \
429         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
430             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
431         sed 'N;N;N;s,\n, ,g' | \
432         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
433           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
434             if ($$2 == $$4) files[d] = files[d] " " $$1; \
435             else { print "f", $$3 "/" $$4, $$1; } } \
436           END { for (d in files) print "f", d, files[d] }' | \
437         while read type dir files; do \
438             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
439             test -z "$$files" || { \
440               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
441               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
442             } \
443         ; done
444
445 uninstall-binPROGRAMS:
446         @$(NORMAL_UNINSTALL)
447         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
448         files=`for p in $$list; do echo "$$p"; done | \
449           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
450               -e 's/$$/$(EXEEXT)/' `; \
451         test -n "$$list" || exit 0; \
452         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
453         cd "$(DESTDIR)$(bindir)" && rm -f $$files
454
455 clean-binPROGRAMS:
456         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
457 nazghul$(EXEEXT): $(nazghul_OBJECTS) $(nazghul_DEPENDENCIES) 
458         @rm -f nazghul$(EXEEXT)
459         $(CXXLINK) $(nazghul_OBJECTS) $(nazghul_LDADD) $(LIBS)
460
461 mostlyclean-compile:
462         -rm -f *.$(OBJEXT)
463
464 distclean-compile:
465         -rm -f *.tab.c
466
467 include ./$(DEPDIR)/Arms.Po
468 include ./$(DEPDIR)/Being.Po
469 include ./$(DEPDIR)/Container.Po
470 include ./$(DEPDIR)/Field.Po
471 include ./$(DEPDIR)/Missile.Po
472 include ./$(DEPDIR)/Party.Po
473 include ./$(DEPDIR)/Reagent.Po
474 include ./$(DEPDIR)/angband.Po
475 include ./$(DEPDIR)/ascii.Po
476 include ./$(DEPDIR)/astar.Po
477 include ./$(DEPDIR)/cfg.Po
478 include ./$(DEPDIR)/character.Po
479 include ./$(DEPDIR)/clock.Po
480 include ./$(DEPDIR)/closure.Po
481 include ./$(DEPDIR)/cmd.Po
482 include ./$(DEPDIR)/cmdwin.Po
483 include ./$(DEPDIR)/combat.Po
484 include ./$(DEPDIR)/common.Po
485 include ./$(DEPDIR)/console.Po
486 include ./$(DEPDIR)/conv.Po
487 include ./$(DEPDIR)/ctrl.Po
488 include ./$(DEPDIR)/cursor.Po
489 include ./$(DEPDIR)/debug.Po
490 include ./$(DEPDIR)/dice.Po
491 include ./$(DEPDIR)/dimensions.Po
492 include ./$(DEPDIR)/dtable.Po
493 include ./$(DEPDIR)/effect.Po
494 include ./$(DEPDIR)/escape.Po
495 include ./$(DEPDIR)/event.Po
496 include ./$(DEPDIR)/file.Po
497 include ./$(DEPDIR)/floodfill.Po
498 include ./$(DEPDIR)/foogod.Po
499 include ./$(DEPDIR)/formation.Po
500 include ./$(DEPDIR)/gob.Po
501 include ./$(DEPDIR)/hash.Po
502 include ./$(DEPDIR)/heap.Po
503 include ./$(DEPDIR)/images.Po
504 include ./$(DEPDIR)/kern.Po
505 include ./$(DEPDIR)/kern_intvar.Po
506 include ./$(DEPDIR)/knapsack.Po
507 include ./$(DEPDIR)/log.Po
508 include ./$(DEPDIR)/los.Po
509 include ./$(DEPDIR)/magic.Po
510 include ./$(DEPDIR)/map.Po
511 include ./$(DEPDIR)/menus.Po
512 include ./$(DEPDIR)/mmode.Po
513 include ./$(DEPDIR)/nazghul.Po
514 include ./$(DEPDIR)/node.Po
515 include ./$(DEPDIR)/object.Po
516 include ./$(DEPDIR)/objectfreezer.Po
517 include ./$(DEPDIR)/occ.Po
518 include ./$(DEPDIR)/olist.Po
519 include ./$(DEPDIR)/place.Po
520 include ./$(DEPDIR)/play.Po
521 include ./$(DEPDIR)/player.Po
522 include ./$(DEPDIR)/ptable.Po
523 include ./$(DEPDIR)/repstr.Po
524 include ./$(DEPDIR)/sched.Po
525 include ./$(DEPDIR)/scheme.Po
526 include ./$(DEPDIR)/screen.Po
527 include ./$(DEPDIR)/session.Po
528 include ./$(DEPDIR)/skill.Po
529 include ./$(DEPDIR)/skill_set.Po
530 include ./$(DEPDIR)/skill_set_entry.Po
531 include ./$(DEPDIR)/sky.Po
532 include ./$(DEPDIR)/sound.Po
533 include ./$(DEPDIR)/species.Po
534 include ./$(DEPDIR)/sprite.Po
535 include ./$(DEPDIR)/status.Po
536 include ./$(DEPDIR)/templ.Po
537 include ./$(DEPDIR)/terrain.Po
538 include ./$(DEPDIR)/terrain_editor.Po
539 include ./$(DEPDIR)/terrain_map.Po
540 include ./$(DEPDIR)/tick.Po
541 include ./$(DEPDIR)/tree.Po
542 include ./$(DEPDIR)/vehicle.Po
543 include ./$(DEPDIR)/vmask.Po
544 include ./$(DEPDIR)/wind.Po
545 include ./$(DEPDIR)/wq.Po
546 include ./$(DEPDIR)/ztats.Po
547 include ./$(DEPDIR)/ztats_arms.Po
548 include ./$(DEPDIR)/ztats_container_pane.Po
549 include ./$(DEPDIR)/ztats_items.Po
550 include ./$(DEPDIR)/ztats_misc.Po
551 include ./$(DEPDIR)/ztats_pane.Po
552 include ./$(DEPDIR)/ztats_pm.Po
553 include ./$(DEPDIR)/ztats_reagents.Po
554 include ./$(DEPDIR)/ztats_spells.Po
555
556 .c.o:
557         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559 #       source='$<' object='$@' libtool=no \
560 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
561 #       $(COMPILE) -c $<
562
563 .c.obj:
564         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
565         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566 #       source='$<' object='$@' libtool=no \
567 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
568 #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
569
570 .cpp.o:
571         $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
572         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
573 #       source='$<' object='$@' libtool=no \
574 #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
575 #       $(CXXCOMPILE) -c -o $@ $<
576
577 .cpp.obj:
578         $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
579         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
580 #       source='$<' object='$@' libtool=no \
581 #       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
582 #       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
583
584 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
585         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
586         unique=`for i in $$list; do \
587             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588           done | \
589           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
590               END { if (nonempty) { for (i in files) print i; }; }'`; \
591         mkid -fID $$unique
592 tags: TAGS
593
594 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
595                 $(TAGS_FILES) $(LISP)
596         set x; \
597         here=`pwd`; \
598         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
599         unique=`for i in $$list; do \
600             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601           done | \
602           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603               END { if (nonempty) { for (i in files) print i; }; }'`; \
604         shift; \
605         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
606           test -n "$$unique" || unique=$$empty_fix; \
607           if test $$# -gt 0; then \
608             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609               "$$@" $$unique; \
610           else \
611             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612               $$unique; \
613           fi; \
614         fi
615 ctags: CTAGS
616 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
617                 $(TAGS_FILES) $(LISP)
618         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
619         unique=`for i in $$list; do \
620             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621           done | \
622           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623               END { if (nonempty) { for (i in files) print i; }; }'`; \
624         test -z "$(CTAGS_ARGS)$$unique" \
625           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
626              $$unique
627
628 GTAGS:
629         here=`$(am__cd) $(top_builddir) && pwd` \
630           && $(am__cd) $(top_srcdir) \
631           && gtags -i $(GTAGS_ARGS) "$$here"
632
633 distclean-tags:
634         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635
636 distdir: $(DISTFILES)
637         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639         list='$(DISTFILES)'; \
640           dist_files=`for file in $$list; do echo $$file; done | \
641           sed -e "s|^$$srcdirstrip/||;t" \
642               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643         case $$dist_files in \
644           */*) $(MKDIR_P) `echo "$$dist_files" | \
645                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646                            sort -u` ;; \
647         esac; \
648         for file in $$dist_files; do \
649           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650           if test -d $$d/$$file; then \
651             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652             if test -d "$(distdir)/$$file"; then \
653               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654             fi; \
655             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658             fi; \
659             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660           else \
661             test -f "$(distdir)/$$file" \
662             || cp -p $$d/$$file "$(distdir)/$$file" \
663             || exit 1; \
664           fi; \
665         done
666 check-am: all-am
667 check: check-am
668 all-am: Makefile $(PROGRAMS)
669 installdirs:
670         for dir in "$(DESTDIR)$(bindir)"; do \
671           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
672         done
673 install: install-am
674 install-exec: install-exec-am
675 install-data: install-data-am
676 uninstall: uninstall-am
677
678 install-am: all-am
679         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
680
681 installcheck: installcheck-am
682 install-strip:
683         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685           `test -z '$(STRIP)' || \
686             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
687 mostlyclean-generic:
688
689 clean-generic:
690
691 distclean-generic:
692         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694
695 maintainer-clean-generic:
696         @echo "This command is intended for maintainers to use"
697         @echo "it deletes files that may require special tools to rebuild."
698         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
699 clean: clean-am
700
701 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
702
703 distclean: distclean-am
704         -rm -rf ./$(DEPDIR)
705         -rm -f Makefile
706 distclean-am: clean-am distclean-compile distclean-generic \
707         distclean-tags
708
709 dvi: dvi-am
710
711 dvi-am:
712
713 html: html-am
714
715 html-am:
716
717 info: info-am
718
719 info-am:
720
721 install-data-am:
722
723 install-dvi: install-dvi-am
724
725 install-dvi-am:
726
727 install-exec-am: install-binPROGRAMS
728
729 install-html: install-html-am
730
731 install-html-am:
732
733 install-info: install-info-am
734
735 install-info-am:
736
737 install-man:
738
739 install-pdf: install-pdf-am
740
741 install-pdf-am:
742
743 install-ps: install-ps-am
744
745 install-ps-am:
746
747 installcheck-am:
748
749 maintainer-clean: maintainer-clean-am
750         -rm -rf ./$(DEPDIR)
751         -rm -f Makefile
752 maintainer-clean-am: distclean-am maintainer-clean-generic
753
754 mostlyclean: mostlyclean-am
755
756 mostlyclean-am: mostlyclean-compile mostlyclean-generic
757
758 pdf: pdf-am
759
760 pdf-am:
761
762 ps: ps-am
763
764 ps-am:
765
766 uninstall-am: uninstall-binPROGRAMS
767
768 .MAKE: install-am install-strip
769
770 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
771         clean-generic ctags distclean distclean-compile \
772         distclean-generic distclean-tags distdir dvi dvi-am html \
773         html-am info info-am install install-am install-binPROGRAMS \
774         install-data install-data-am install-dvi install-dvi-am \
775         install-exec install-exec-am install-html install-html-am \
776         install-info install-info-am install-man install-pdf \
777         install-pdf-am install-ps install-ps-am install-strip \
778         installcheck installcheck-am installdirs maintainer-clean \
779         maintainer-clean-generic mostlyclean mostlyclean-compile \
780         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
781         uninstall-am uninstall-binPROGRAMS
782
783
784 # Tell versions [3.59,3.63) of GNU make to not export all variables.
785 # Otherwise a system limit (for SysV at least) may be exceeded.
786 .NOEXPORT: