ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/debian/Makefile
(Generate patch)

Comparing gvpe/debian/Makefile (file contents):
Revision 1.1 by Arvoreen, Mon Mar 10 13:29:07 2003 UTC vs.
Revision 1.2 by Arvoreen, Mon Mar 10 13:44:45 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines