ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/debian/Makefile.in
Revision: 1.2
Committed: Mon Mar 10 13:44:45 2003 UTC (21 years, 2 months ago) by Arvoreen
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-2_01, poll-based-iom, rel-3_0, VPE_0_9, VPE_1_2, rel-2_2, rel-2_0, VPE_1_4, VPE_1_6, rel-1_7, VPE-1_6_1, rel-2_21, rel-2_22, rel-2_25, VPE_1_0, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 Arvoreen 1.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     host_alias = @host_alias@
61     host_triplet = @host@
62     AS = @AS@
63     AWK = @AWK@
64     CATALOGS = @CATALOGS@
65     CATOBJEXT = @CATOBJEXT@
66     CC = @CC@
67     CPP = @CPP@
68     DATADIRNAME = @DATADIRNAME@
69     DLLTOOL = @DLLTOOL@
70     GENCAT = @GENCAT@
71     GMOFILES = @GMOFILES@
72     GMSGFMT = @GMSGFMT@
73     GT_NO = @GT_NO@
74     GT_YES = @GT_YES@
75     HAVE_TUNTAP = @HAVE_TUNTAP@
76     INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
77     INSTOBJEXT = @INSTOBJEXT@
78     INTLDEPS = @INTLDEPS@
79     INTLLIBS = @INTLLIBS@
80     INTLOBJS = @INTLOBJS@
81     LIBTOOL = @LIBTOOL@
82     LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
83     LN_S = @LN_S@
84     MAKEINFO = @MAKEINFO@
85     MKINSTALLDIRS = @MKINSTALLDIRS@
86     MSGFMT = @MSGFMT@
87     OBJDUMP = @OBJDUMP@
88     PACKAGE = @PACKAGE@
89     PERL = @PERL@
90     POFILES = @POFILES@
91     POSUB = @POSUB@
92     RANLIB = @RANLIB@
93     USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94     USE_NLS = @USE_NLS@
95     VERSION = @VERSION@
96     l = @l@
97    
98 Arvoreen 1.2 EXTRA_DIST = README.Debian changelog conffiles control copyright dirs docs info init.d rules
99 Arvoreen 1.1
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: