OSDN Git Service

Initial revision
[hengband/hengband.git] / lib / script / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 MAKEINFO = @MAKEINFO@
62 PACKAGE = @PACKAGE@
63 VERSION = @VERSION@
64
65 EXTRA_DIST =    delete.me
66
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68 CONFIG_HEADER = ../../src/autoconf.h
69 CONFIG_CLEAN_FILES = 
70 DIST_COMMON =  Makefile.am Makefile.in
71
72
73 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
74
75 TAR = gtar
76 GZIP_ENV = --best
77 all: all-redirect
78 .SUFFIXES:
79 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
80         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/script/Makefile
81
82 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
83         cd $(top_builddir) \
84           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
85
86 tags: TAGS
87 TAGS:
88
89
90 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
91
92 subdir = lib/script
93
94 distdir: $(DISTFILES)
95         @for file in $(DISTFILES); do \
96           d=$(srcdir); \
97           if test -d $$d/$$file; then \
98             cp -pr $$d/$$file $(distdir)/$$file; \
99           else \
100             test -f $(distdir)/$$file \
101             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
102             || cp -p $$d/$$file $(distdir)/$$file || :; \
103           fi; \
104         done
105 info-am:
106 info: info-am
107 dvi-am:
108 dvi: dvi-am
109 check-am: all-am
110 check: check-am
111 installcheck-am:
112 installcheck: installcheck-am
113 install-exec-am:
114 install-exec: install-exec-am
115
116 install-data-am:
117 install-data: install-data-am
118
119 install-am: all-am
120         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
121 install: install-am
122 uninstall-am:
123 uninstall: uninstall-am
124 all-am: Makefile
125 all-redirect: all-am
126 install-strip:
127         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
128 installdirs:
129
130
131 mostlyclean-generic:
132
133 clean-generic:
134
135 distclean-generic:
136         -rm -f Makefile $(CONFIG_CLEAN_FILES)
137         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
138
139 maintainer-clean-generic:
140 mostlyclean-am:  mostlyclean-generic
141
142 mostlyclean: mostlyclean-am
143
144 clean-am:  clean-generic mostlyclean-am
145
146 clean: clean-am
147
148 distclean-am:  distclean-generic clean-am
149
150 distclean: distclean-am
151
152 maintainer-clean-am:  maintainer-clean-generic distclean-am
153         @echo "This command is intended for maintainers to use;"
154         @echo "it deletes files that may require special tools to rebuild."
155
156 maintainer-clean: maintainer-clean-am
157
158 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
159 installcheck-am installcheck install-exec-am install-exec \
160 install-data-am install-data install-am install uninstall-am uninstall \
161 all-redirect all-am all installdirs mostlyclean-generic \
162 distclean-generic clean-generic maintainer-clean-generic clean \
163 mostlyclean distclean maintainer-clean
164
165
166 # Tell versions [3.59,3.63) of GNU make to not export all variables.
167 # Otherwise a system limit (for SysV at least) may be exceeded.
168 .NOEXPORT: