… | |
… | |
32 | includedir = ${prefix}/include |
32 | includedir = ${prefix}/include |
33 | oldincludedir = /usr/include |
33 | oldincludedir = /usr/include |
34 | |
34 | |
35 | DESTDIR = |
35 | DESTDIR = |
36 | |
36 | |
37 | pkgdatadir = $(datadir)/tinc |
37 | pkgdatadir = $(datadir)/vpe |
38 | pkglibdir = $(libdir)/tinc |
38 | pkglibdir = $(libdir)/vpe |
39 | pkgincludedir = $(includedir)/tinc |
39 | pkgincludedir = $(includedir)/vpe |
40 | |
40 | |
41 | top_builddir = .. |
41 | top_builddir = .. |
42 | |
42 | |
43 | ACLOCAL = aclocal -I m4 |
43 | ACLOCAL = aclocal -I m4 |
44 | AUTOCONF = autoconf |
44 | AUTOCONF = autoconf |
… | |
… | |
83 | LN_S = ln -s |
83 | LN_S = ln -s |
84 | MAKEINFO = makeinfo |
84 | MAKEINFO = makeinfo |
85 | MKINSTALLDIRS = ./mkinstalldirs |
85 | MKINSTALLDIRS = ./mkinstalldirs |
86 | MSGFMT = /usr/bin/msgfmt |
86 | MSGFMT = /usr/bin/msgfmt |
87 | OBJDUMP = @OBJDUMP@ |
87 | OBJDUMP = @OBJDUMP@ |
88 | PACKAGE = tinc |
88 | PACKAGE = vpe |
89 | PERL = perl |
89 | PERL = perl |
90 | POFILES = es.po nl.po |
90 | POFILES = es.po nl.po |
91 | POSUB = po |
91 | POSUB = po |
92 | RANLIB = ranlib |
92 | RANLIB = ranlib |
93 | USE_INCLUDED_LIBINTL = no |
93 | USE_INCLUDED_LIBINTL = no |
94 | USE_NLS = yes |
94 | USE_NLS = yes |
95 | VERSION = 1.0-cvs |
95 | VERSION = 1.0-cvs |
96 | l = |
96 | l = |
97 | |
97 | |
98 | EXTRA_DIST = README.Debian changelog conffiles control copyright dirs docs info init.d postinst rules doc-base.tinc |
98 | EXTRA_DIST = README.Debian changelog conffiles control copyright dirs docs info init.d rules |
99 | |
99 | |
100 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
100 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
101 | CONFIG_HEADER = ../config.h |
101 | CONFIG_HEADER = ../config.h |
102 | CONFIG_CLEAN_FILES = |
102 | CONFIG_CLEAN_FILES = |
103 | DIST_COMMON = Makefile.am Makefile.in |
103 | DIST_COMMON = Makefile.am Makefile.in |