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