~ubuntu-branches/ubuntu/dapper/vanessa-logger/dapper

« back to all changes in this revision

Viewing changes to debian/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2001-06-28 18:14:14 UTC
  • Revision ID: james.westby@ubuntu.com-20010628181414-wm88moh520kfsqfc
Tags: 0.0.2-1
See ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# Makefile.am                                                 May 2000
 
15
# Horms                                             horms@vergenet.net
 
16
#
 
17
# vanessa_logger
 
18
# Generic logging layer
 
19
# Copyright (C) 2000  Horms
 
20
 
21
# This library is free software; you can redistribute it and/or
 
22
# modify it under the terms of the GNU Lesser General Public License
 
23
# as published by the Free Software Foundation; either version 2 of
 
24
# the License, or (at your option) any later version.
 
25
 
26
# This library is distributed in the hope that it will be useful, but
 
27
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
29
# Lesser General Public License for more details.
 
30
 
31
# You should have received a copy of the GNU Lesser General Public
 
32
# License along with this library; if not, write to the Free Software
 
33
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
34
# 02111-1307 USA
 
35
#
 
36
######################################################################
 
37
 
 
38
 
 
39
SHELL = @SHELL@
 
40
 
 
41
srcdir = @srcdir@
 
42
top_srcdir = @top_srcdir@
 
43
VPATH = @srcdir@
 
44
prefix = @prefix@
 
45
exec_prefix = @exec_prefix@
 
46
 
 
47
bindir = @bindir@
 
48
sbindir = @sbindir@
 
49
libexecdir = @libexecdir@
 
50
datadir = @datadir@
 
51
sysconfdir = @sysconfdir@
 
52
sharedstatedir = @sharedstatedir@
 
53
localstatedir = @localstatedir@
 
54
libdir = @libdir@
 
55
infodir = @infodir@
 
56
mandir = @mandir@
 
57
includedir = @includedir@
 
58
oldincludedir = /usr/include
 
59
 
 
60
DESTDIR =
 
61
 
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkglibdir = $(libdir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
 
 
66
top_builddir = ..
 
67
 
 
68
ACLOCAL = @ACLOCAL@
 
69
AUTOCONF = @AUTOCONF@
 
70
AUTOMAKE = @AUTOMAKE@
 
71
AUTOHEADER = @AUTOHEADER@
 
72
 
 
73
INSTALL = @INSTALL@
 
74
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
75
INSTALL_DATA = @INSTALL_DATA@
 
76
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
77
transform = @program_transform_name@
 
78
 
 
79
NORMAL_INSTALL = :
 
80
PRE_INSTALL = :
 
81
POST_INSTALL = :
 
82
NORMAL_UNINSTALL = :
 
83
PRE_UNINSTALL = :
 
84
POST_UNINSTALL = :
 
85
host_alias = @host_alias@
 
86
host_triplet = @host@
 
87
AS = @AS@
 
88
CC = @CC@
 
89
DLLTOOL = @DLLTOOL@
 
90
LIBTOOL = @LIBTOOL@
 
91
LN_S = @LN_S@
 
92
MAKEINFO = @MAKEINFO@
 
93
OBJDUMP = @OBJDUMP@
 
94
PACKAGE = @PACKAGE@
 
95
RANLIB = @RANLIB@
 
96
VERSION = @VERSION@
 
97
 
 
98
EXTRA_DIST =  changelog control copyright rules libvanessa-logger-dev.dirs libvanessa-logger-dev.files libvanessa-logger-sample.dirs libvanessa-logger-sample.files libvanessa-logger0.dirs libvanessa-logger0.files libvanessa-logger0.postinst shlibs.local dpkg-checkbuild
 
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: