~ubuntu-branches/ubuntu/karmic/pdnsd/karmic

« back to all changes in this revision

Viewing changes to src/rc/RedHat/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-04-07 02:30:11 UTC
  • Revision ID: james.westby@ubuntu.com-20020407023011-6zzd1y8a8tk5fz97
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

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
# $Id: Makefile.am,v 1.8 2001/05/21 12:06:12 tmm Exp $
 
14
#EXTRA_DIST = pdnsd
 
15
 
 
16
 
 
17
SHELL = @SHELL@
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
prefix = @prefix@
 
23
exec_prefix = @exec_prefix@
 
24
 
 
25
bindir = @bindir@
 
26
sbindir = @sbindir@
 
27
libexecdir = @libexecdir@
 
28
datadir = @datadir@
 
29
sysconfdir = @sysconfdir@
 
30
sharedstatedir = @sharedstatedir@
 
31
localstatedir = @localstatedir@
 
32
libdir = @libdir@
 
33
infodir = @infodir@
 
34
mandir = @mandir@
 
35
includedir = @includedir@
 
36
oldincludedir = /usr/include
 
37
 
 
38
DESTDIR =
 
39
 
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkglibdir = $(libdir)/@PACKAGE@
 
42
pkgincludedir = $(includedir)/@PACKAGE@
 
43
 
 
44
top_builddir = ../../..
 
45
 
 
46
ACLOCAL = @ACLOCAL@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOMAKE = @AUTOMAKE@
 
49
AUTOHEADER = @AUTOHEADER@
 
50
 
 
51
INSTALL = @INSTALL@
 
52
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
53
INSTALL_DATA = @INSTALL_DATA@
 
54
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
55
transform = @program_transform_name@
 
56
 
 
57
NORMAL_INSTALL = :
 
58
PRE_INSTALL = :
 
59
POST_INSTALL = :
 
60
NORMAL_UNINSTALL = :
 
61
PRE_UNINSTALL = :
 
62
POST_UNINSTALL = :
 
63
CC = @CC@
 
64
CFLAGS = @CFLAGS@
 
65
LEX = @LEX@
 
66
MAKEINFO = @MAKEINFO@
 
67
PACKAGE = @PACKAGE@
 
68
RANLIB = @RANLIB@
 
69
VERSION = @VERSION@
 
70
YACC = @YACC@
 
71
cachedir = @cachedir@
 
72
def_id = @def_id@
 
73
distribution = @distribution@
 
74
specbuild = @specbuild@
 
75
yflags = @yflags@
 
76
yylineno_option = @yylineno_option@
 
77
 
 
78
DISTRO = @distribution@
 
79
 
 
80
SPECBUILD = @specbuild@
 
81
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
82
CONFIG_HEADER = ../../../config.h
 
83
CONFIG_CLEAN_FILES =  pdnsd
 
84
DIST_COMMON =  Makefile.am Makefile.in pdnsd.in
 
85
 
 
86
 
 
87
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
88
 
 
89
TAR = tar
 
90
GZIP_ENV = --best
 
91
all: all-redirect
 
92
.SUFFIXES:
 
93
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
94
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/rc/RedHat/Makefile
 
95
 
 
96
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
97
        cd $(top_builddir) \
 
98
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
99
 
 
100
pdnsd: $(top_builddir)/config.status pdnsd.in
 
101
        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
102
tags: TAGS
 
103
TAGS:
 
104
 
 
105
 
 
106
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
107
 
 
108
subdir = src/rc/RedHat
 
109
 
 
110
distdir: $(DISTFILES)
 
111
        @for file in $(DISTFILES); do \
 
112
          d=$(srcdir); \
 
113
          if test -d $$d/$$file; then \
 
114
            cp -pr $$d/$$file $(distdir)/$$file; \
 
115
          else \
 
116
            test -f $(distdir)/$$file \
 
117
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
118
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
119
          fi; \
 
120
        done
 
121
info-am:
 
122
info: info-am
 
123
dvi-am:
 
124
dvi: dvi-am
 
125
check-am: all-am
 
126
check: check-am
 
127
installcheck-am:
 
128
installcheck: installcheck-am
 
129
install-exec-am: install-exec-local
 
130
install-exec: install-exec-am
 
131
 
 
132
install-data-am:
 
133
install-data: install-data-am
 
134
 
 
135
install-am: all-am
 
136
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
137
install: install-am
 
138
uninstall-am:
 
139
uninstall: uninstall-am
 
140
all-am: Makefile
 
141
all-redirect: all-am
 
142
install-strip:
 
143
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
144
installdirs:
 
145
 
 
146
 
 
147
mostlyclean-generic:
 
148
 
 
149
clean-generic:
 
150
 
 
151
distclean-generic:
 
152
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
153
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
154
 
 
155
maintainer-clean-generic:
 
156
mostlyclean-am:  mostlyclean-generic
 
157
 
 
158
mostlyclean: mostlyclean-am
 
159
 
 
160
clean-am:  clean-generic mostlyclean-am
 
161
 
 
162
clean: clean-am
 
163
 
 
164
distclean-am:  distclean-generic clean-am
 
165
 
 
166
distclean: distclean-am
 
167
 
 
168
maintainer-clean-am:  maintainer-clean-generic distclean-am
 
169
        @echo "This command is intended for maintainers to use;"
 
170
        @echo "it deletes files that may require special tools to rebuild."
 
171
 
 
172
maintainer-clean: maintainer-clean-am
 
173
 
 
174
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
 
175
installcheck-am installcheck install-exec-local install-exec-am \
 
176
install-exec install-data-am install-data install-am install \
 
177
uninstall-am uninstall all-redirect all-am all installdirs \
 
178
mostlyclean-generic distclean-generic clean-generic \
 
179
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
180
 
 
181
 
 
182
# no need to create links. 'chkconfig' will take care of this.
 
183
# In the spec case, chkconfig is called during rpm install
 
184
install-exec-local:
 
185
        if [ "$(DISTRO)" = "RedHat" ] ; then \
 
186
          $(mkinstalldirs) $(DESTDIR)/etc/rc.d/init.d; \
 
187
          $(INSTALL_SCRIPT) $(srcdir)/pdnsd $(DESTDIR)/etc/rc.d/init.d/pdnsd; \
 
188
            if [ "$(SPECBUILD)" = "yes" ] ; then \
 
189
              /sbin/chkconfig --add pdnsd; \
 
190
            fi \
 
191
        fi
 
192
 
 
193
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc2.d; \
 
194
#         cd $(DESTDIR)/etc/rc.d/rc2.d; \
 
195
#         ln -fs ../init.d/pdnsd K45pdnsd; ln -s ../init.d/pdnsd S12pdnsd; \
 
196
#         cd $$CURDIR ; \
 
197
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc3.d; \
 
198
#         cd $(DESTDIR)/etc/rc.d/rc3.d; \
 
199
#         ln -fs ../init.d/pdnsd K45pdnsd; ln -s ../init.d/pdnsd S12pdnsd; \
 
200
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc0.d; \
 
201
#         cd $(DESTDIR)/etc/rc.d/rc3.d; \
 
202
#         ln -fs ../init.d/pdnsd K45pdnsd; \
 
203
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc6.d; \
 
204
#         cd $(DESTDIR)/etc/rc.d/rc6.d; \
 
205
#         ln -fs ../init.d/pdnsd K45pdnsd; \
 
206
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc4.d; \
 
207
#         cd $(DESTDIR)/etc/rc.d/rc4.d; \
 
208
#         ln -fs ../init.d/pdnsd K45pdnsd; ln -s ../init.d/pdnsd S12pdnsd; \
 
209
#         cd $$CURDIR ; \
 
210
#         $(mkinstalldirs) $(DESTDIR)/etc/rc.d/rc5.d; \
 
211
#         cd $(DESTDIR)/etc/rc.d/rc5.d; \
 
212
#         ln -fs ../init.d/pdnsd K45pdnsd; ln -s ../init.d/pdnsd S12pdnsd; \
 
213
#         cd $$CURDIR ; \
 
214
 
 
215
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
216
# Otherwise a system limit (for SysV at least) may be exceeded.
 
217
.NOEXPORT: