]> jfr.im git - irc/thales.git/blob - data/Makefile.in
ignore EOS messages
[irc/thales.git] / data / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 libexecdir = @libexecdir@
22 sysconfdir = @sysconfdir@
23 sharedstatedir = @sharedstatedir@
24 localstatedir = @localstatedir@
25 libdir = @libdir@
26 infodir = @infodir@
27 mandir = @mandir@
28 includedir = @includedir@
29 oldincludedir = /usr/include
30
31 DESTDIR =
32
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36
37 top_builddir = ..
38
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
43
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 transform = @program_transform_name@
49
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 AWK = @AWK@
57 CC = @CC@
58 LN_S = @LN_S@
59 MAKEINFO = @MAKEINFO@
60 PACKAGE = @PACKAGE@
61 VERSION = @VERSION@
62
63 bindir = $(exec_prefix)
64 sbindir = $(exec_prefix)
65 datadir = $(exec_prefix)
66
67 data_DATA = mysql-bahamut.sql mysql-sequana.sql mysql-unreal.sql mysql-ultimate28.sql mysql-ultimate30.sql mysql-hybrid.sql mysql-ircdru.sql thales.conf.default
68
69 EXTRA_DIST = mysql-bahamut.sql mysql-sequana.sql mysql-unreal.sql mysql-ultimate28.sql mysql-ultimate30.sql mysql-hybrid.sql mysql-ircdru.sql thales.conf.default
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = ../src/config.h
72 CONFIG_CLEAN_FILES =
73 DATA = $(data_DATA)
74
75 DIST_COMMON = Makefile.am Makefile.in
76
77
78 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
79
80 TAR = tar
81 GZIP_ENV = --best
82 all: all-redirect
83 .SUFFIXES:
84 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85 cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile
86
87 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
88 cd $(top_builddir) \
89 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
90
91
92 install-dataDATA: $(data_DATA)
93 @$(NORMAL_INSTALL)
94 $(mkinstalldirs) $(DESTDIR)$(datadir)
95 @list='$(data_DATA)'; for p in $$list; do \
96 if test -f $(srcdir)/$$p; then \
97 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(datadir)/$$p"; \
98 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(datadir)/$$p; \
99 else if test -f $$p; then \
100 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(datadir)/$$p"; \
101 $(INSTALL_DATA) $$p $(DESTDIR)$(datadir)/$$p; \
102 fi; fi; \
103 done
104
105 uninstall-dataDATA:
106 @$(NORMAL_UNINSTALL)
107 list='$(data_DATA)'; for p in $$list; do \
108 rm -f $(DESTDIR)$(datadir)/$$p; \
109 done
110 tags: TAGS
111 TAGS:
112
113
114 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
115
116 subdir = data
117
118 distdir: $(DISTFILES)
119 here=`cd $(top_builddir) && pwd`; \
120 top_distdir=`cd $(top_distdir) && pwd`; \
121 distdir=`cd $(distdir) && pwd`; \
122 cd $(top_srcdir) \
123 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile
124 @for file in $(DISTFILES); do \
125 d=$(srcdir); \
126 if test -d $$d/$$file; then \
127 cp -pr $$d/$$file $(distdir)/$$file; \
128 else \
129 test -f $(distdir)/$$file \
130 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131 || cp -p $$d/$$file $(distdir)/$$file || :; \
132 fi; \
133 done
134 info-am:
135 info: info-am
136 dvi-am:
137 dvi: dvi-am
138 check-am: all-am
139 check: check-am
140 installcheck-am:
141 installcheck: installcheck-am
142 install-exec-am:
143 install-exec: install-exec-am
144
145 install-data-am: install-dataDATA install-data-local
146 install-data: install-data-am
147
148 install-am: all-am
149 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
150 install: install-am
151 uninstall-am: uninstall-dataDATA uninstall-local
152 uninstall: uninstall-am
153 all-am: Makefile $(DATA)
154 all-redirect: all-am
155 install-strip:
156 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
157 installdirs:
158 $(mkinstalldirs) $(DESTDIR)$(datadir)
159
160
161 mostlyclean-generic:
162
163 clean-generic:
164
165 distclean-generic:
166 -rm -f Makefile $(CONFIG_CLEAN_FILES)
167 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
168
169 maintainer-clean-generic:
170 mostlyclean-am: mostlyclean-generic
171
172 mostlyclean: mostlyclean-am
173
174 clean-am: clean-generic mostlyclean-am
175
176 clean: clean-am
177
178 distclean-am: distclean-generic clean-am
179
180 distclean: distclean-am
181
182 maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186 maintainer-clean: maintainer-clean-am
187
188 .PHONY: uninstall-dataDATA install-dataDATA tags distdir info-am info \
189 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
190 install-exec install-data-local install-data-am install-data install-am \
191 install uninstall-local uninstall-am uninstall all-redirect all-am all \
192 installdirs mostlyclean-generic distclean-generic clean-generic \
193 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196 install-data-local:
197 @if test -f $(datadir)/thales.conf ; then \
198 echo "$@ will not overwrite existing $(datadir)/thales.conf" ; \
199 else \
200 echo "$(INSTALL_DATA) thales.conf.default $(datadir)/thales.conf"; \
201 $(INSTALL_DATA) thales.conf.default $(datadir)/thales.conf; \
202 fi
203
204 uninstall-local:
205 @if test -f $(datadir)/thales.conf ; then \
206 echo "rm -f $(datadir)/thales.conf"; \
207 $(RM) -f $(datadir)/thales.conf; \
208 fi
209
210 # Tell versions [3.59,3.63) of GNU make to not export all variables.
211 # Otherwise a system limit (for SysV at least) may be exceeded.
212 .NOEXPORT: