Very old versions for history.
[opsoft_archive.git] / silentbob / silentbob-1.1 / data / Makefile.in
blobde7222d1197e60d02b232e185d075dc6ed103bb2
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
13 # not a GNU package. You can remove this line, if
14 # have all needed files, that a GNU package needs
17 SHELL = @SHELL@
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
38 DESTDIR =
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
44 top_builddir = ..
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AR = @AR@
66 AS = @AS@
67 CC = @CC@
68 CXX = @CXX@
69 CXXCPP = @CXXCPP@
70 DLLTOOL = @DLLTOOL@
71 ECHO = @ECHO@
72 EGREP = @EGREP@
73 EXEEXT = @EXEEXT@
74 F77 = @F77@
75 GCJ = @GCJ@
76 GCJFLAGS = @GCJFLAGS@
77 HAVE_LIB = @HAVE_LIB@
78 LIB = @LIB@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIB = @LTLIB@
82 MAKEINFO = @MAKEINFO@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 RC = @RC@
88 STRIP = @STRIP@
89 VERSION = @VERSION@
91 AUTOMAKE_OPTIONS = foreign 1.4
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_HEADER = ../config.h
94 CONFIG_CLEAN_FILES =
95 DIST_COMMON = Makefile.am Makefile.in
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100 TAR = tar
101 GZIP_ENV = --best
102 all: all-redirect
103 .SUFFIXES:
104 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105 cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile
107 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
108 cd $(top_builddir) \
109 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111 tags: TAGS
112 TAGS:
115 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
117 subdir = data
119 distdir: $(DISTFILES)
120 here=`cd $(top_builddir) && pwd`; \
121 top_distdir=`cd $(top_distdir) && pwd`; \
122 distdir=`cd $(distdir) && pwd`; \
123 cd $(top_srcdir) \
124 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign data/Makefile
125 @for file in $(DISTFILES); do \
126 d=$(srcdir); \
127 if test -d $$d/$$file; then \
128 cp -pr $$d/$$file $(distdir)/$$file; \
129 else \
130 test -f $(distdir)/$$file \
131 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
132 || cp -p $$d/$$file $(distdir)/$$file || :; \
133 fi; \
134 done
135 info-am:
136 info: info-am
137 dvi-am:
138 dvi: dvi-am
139 check-am: all-am
140 check: check-am
141 installcheck-am:
142 installcheck: installcheck-am
143 install-exec-am:
144 @$(NORMAL_INSTALL)
145 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
146 install-exec: install-exec-am
148 install-data-am:
149 install-data: install-data-am
151 install-am: all-am
152 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
153 install: install-am
154 uninstall-am:
155 uninstall: uninstall-am
156 all-am: Makefile
157 all-redirect: all-am
158 install-strip:
159 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
160 installdirs:
163 mostlyclean-generic:
165 clean-generic:
167 distclean-generic:
168 -rm -f Makefile $(CONFIG_CLEAN_FILES)
169 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
171 maintainer-clean-generic:
172 mostlyclean-am: mostlyclean-generic
174 mostlyclean: mostlyclean-am
176 clean-am: clean-generic mostlyclean-am
178 clean: clean-am
180 distclean-am: distclean-generic clean-am
181 -rm -f libtool
183 distclean: distclean-am
185 maintainer-clean-am: maintainer-clean-generic distclean-am
186 @echo "This command is intended for maintainers to use;"
187 @echo "it deletes files that may require special tools to rebuild."
189 maintainer-clean: maintainer-clean-am
191 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
192 installcheck-am installcheck install-exec-am install-exec \
193 install-data-am install-data install-am install uninstall-am uninstall \
194 all-redirect all-am all installdirs mostlyclean-generic \
195 distclean-generic clean-generic maintainer-clean-generic clean \
196 mostlyclean distclean maintainer-clean
199 # the library search path.
200 #dist_pkgdata_DATA = silent_bob_immune
201 install-exec-hook:
202 mkdir -p ~/.silent_bob
203 cp $(srcdir)/silent_bob_immune ~/.silent_bob/
205 # Tell versions [3.59,3.63) of GNU make to not export all variables.
206 # Otherwise a system limit (for SysV at least) may be exceeded.
207 .NOEXPORT: