1 |
# Generated automatically from Makefile.in by configure. |
2 |
# Makefile.in generated automatically by automake 1.4 from Makefile.am |
3 |
|
4 |
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
5 |
# This Makefile.in is free software; the Free Software Foundation |
6 |
# gives unlimited permission to copy and/or distribute it, |
7 |
# with or without modifications, as long as this notice is preserved. |
8 |
|
9 |
# This program is distributed in the hope that it will be useful, |
10 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
11 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
12 |
# PARTICULAR PURPOSE. |
13 |
|
14 |
|
15 |
SHELL = /bin/sh |
16 |
|
17 |
srcdir = . |
18 |
top_srcdir = .. |
19 |
prefix = /usr |
20 |
exec_prefix = ${prefix} |
21 |
|
22 |
bindir = ${exec_prefix}/bin |
23 |
sbindir = ${exec_prefix}/sbin |
24 |
libexecdir = ${exec_prefix}/libexec |
25 |
datadir = ${prefix}/share |
26 |
sysconfdir = /etc |
27 |
sharedstatedir = ${prefix}/com |
28 |
localstatedir = /var |
29 |
libdir = ${exec_prefix}/lib |
30 |
infodir = ${prefix}/share/info |
31 |
mandir = ${prefix}/share/man |
32 |
includedir = ${prefix}/include |
33 |
oldincludedir = /usr/include |
34 |
|
35 |
DESTDIR = |
36 |
|
37 |
pkgdatadir = $(datadir)/vpe |
38 |
pkglibdir = $(libdir)/vpe |
39 |
pkgincludedir = $(includedir)/vpe |
40 |
|
41 |
top_builddir = .. |
42 |
|
43 |
ACLOCAL = aclocal -I m4 |
44 |
AUTOCONF = autoconf |
45 |
AUTOMAKE = automake |
46 |
AUTOHEADER = autoheader |
47 |
|
48 |
INSTALL = /usr/bin/install -c |
49 |
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) |
50 |
INSTALL_DATA = ${INSTALL} -m 644 |
51 |
INSTALL_SCRIPT = ${INSTALL_PROGRAM} |
52 |
transform = s,x,x, |
53 |
|
54 |
NORMAL_INSTALL = : |
55 |
PRE_INSTALL = : |
56 |
POST_INSTALL = : |
57 |
NORMAL_UNINSTALL = : |
58 |
PRE_UNINSTALL = : |
59 |
POST_UNINSTALL = : |
60 |
host_alias = i586-pc-linux-gnu |
61 |
host_triplet = i586-pc-linux-gnu |
62 |
AS = @AS@ |
63 |
AWK = mawk |
64 |
CATALOGS = es.gmo nl.gmo |
65 |
CATOBJEXT = .gmo |
66 |
CC = gcc |
67 |
CPP = gcc -E |
68 |
DATADIRNAME = share |
69 |
DLLTOOL = @DLLTOOL@ |
70 |
GENCAT = |
71 |
GMOFILES = es.gmo nl.gmo |
72 |
GMSGFMT = /usr/bin/msgfmt |
73 |
GT_NO = |
74 |
GT_YES = #YES# |
75 |
HAVE_TUNTAP = |
76 |
INCLUDE_LOCALE_H = #include <locale.h> |
77 |
INSTOBJEXT = .mo |
78 |
INTLDEPS = |
79 |
INTLLIBS = |
80 |
INTLOBJS = |
81 |
LIBTOOL = @LIBTOOL@ |
82 |
LINUX_IF_TUN_H = |
83 |
LN_S = ln -s |
84 |
MAKEINFO = makeinfo |
85 |
MKINSTALLDIRS = ./mkinstalldirs |
86 |
MSGFMT = /usr/bin/msgfmt |
87 |
OBJDUMP = @OBJDUMP@ |
88 |
PACKAGE = vpe |
89 |
PERL = perl |
90 |
POFILES = es.po nl.po |
91 |
POSUB = po |
92 |
RANLIB = ranlib |
93 |
USE_INCLUDED_LIBINTL = no |
94 |
USE_NLS = yes |
95 |
VERSION = 1.0-cvs |
96 |
l = |
97 |
|
98 |
EXTRA_DIST = README.Debian changelog conffiles control copyright dirs docs info init.d rules |
99 |
|
100 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
101 |
CONFIG_HEADER = ../config.h |
102 |
CONFIG_CLEAN_FILES = |
103 |
DIST_COMMON = Makefile.am Makefile.in |
104 |
|
105 |
|
106 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
107 |
|
108 |
TAR = tar |
109 |
GZIP_ENV = --best |
110 |
all: all-redirect |
111 |
.SUFFIXES: |
112 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
113 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps debian/Makefile |
114 |
|
115 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
116 |
cd $(top_builddir) \ |
117 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
118 |
|
119 |
tags: TAGS |
120 |
TAGS: |
121 |
|
122 |
|
123 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
124 |
|
125 |
subdir = debian |
126 |
|
127 |
distdir: $(DISTFILES) |
128 |
@for file in $(DISTFILES); do \ |
129 |
d=$(srcdir); \ |
130 |
if test -d $$d/$$file; then \ |
131 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
132 |
else \ |
133 |
test -f $(distdir)/$$file \ |
134 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
135 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
136 |
fi; \ |
137 |
done |
138 |
info-am: |
139 |
info: info-am |
140 |
dvi-am: |
141 |
dvi: dvi-am |
142 |
check-am: all-am |
143 |
check: check-am |
144 |
installcheck-am: |
145 |
installcheck: installcheck-am |
146 |
install-exec-am: |
147 |
install-exec: install-exec-am |
148 |
|
149 |
install-data-am: |
150 |
install-data: install-data-am |
151 |
|
152 |
install-am: all-am |
153 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
154 |
install: install-am |
155 |
uninstall-am: |
156 |
uninstall: uninstall-am |
157 |
all-am: Makefile |
158 |
all-redirect: all-am |
159 |
install-strip: |
160 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
161 |
installdirs: |
162 |
|
163 |
|
164 |
mostlyclean-generic: |
165 |
|
166 |
clean-generic: |
167 |
|
168 |
distclean-generic: |
169 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
170 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
171 |
|
172 |
maintainer-clean-generic: |
173 |
mostlyclean-am: mostlyclean-generic |
174 |
|
175 |
mostlyclean: mostlyclean-am |
176 |
|
177 |
clean-am: clean-generic mostlyclean-am |
178 |
|
179 |
clean: clean-am |
180 |
|
181 |
distclean-am: distclean-generic clean-am |
182 |
-rm -f libtool |
183 |
|
184 |
distclean: distclean-am |
185 |
|
186 |
maintainer-clean-am: maintainer-clean-generic distclean-am |
187 |
@echo "This command is intended for maintainers to use;" |
188 |
@echo "it deletes files that may require special tools to rebuild." |
189 |
|
190 |
maintainer-clean: maintainer-clean-am |
191 |
|
192 |
.PHONY: tags distdir info-am info dvi-am dvi check check-am \ |
193 |
installcheck-am installcheck install-exec-am install-exec \ |
194 |
install-data-am install-data install-am install uninstall-am uninstall \ |
195 |
all-redirect all-am all installdirs mostlyclean-generic \ |
196 |
distclean-generic clean-generic maintainer-clean-generic clean \ |
197 |
mostlyclean distclean maintainer-clean |
198 |
|
199 |
|
200 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
201 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
202 |
.NOEXPORT: |