~ubuntu-branches/ubuntu/feisty/syslog-ng/feisty-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): SZALAY Attila
  • Date: 2006-11-17 09:37:45 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061117093745-5no9gnsa443j48v2
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
sharedstatedir = @sharedstatedir@
123
123
sysconfdir = @sysconfdir@
124
124
target_alias = @target_alias@
125
 
SUBDIRS = src tests doc contrib
 
125
SUBDIRS = src tests doc contrib solbuild
126
126
 
127
127
EXTRA_DIST = debian/README.Debian debian/copyright debian/syslog-ng.conf.example debian/syslog-ng.files debian/syslog-ng.logrotate debian/syslog-ng.postrm \
128
128
        debian/changelog debian/changelog.in debian/rules debian/syslog-ng.default debian/syslog-ng.init debian/syslog-ng.logrotate.example debian/syslog-ng.preinst \
129
 
        debian/control debian/syslog-ng.conf debian/syslog-ng.docs debian/syslog-ng.logcheck.ignore debian/syslog-ng.postinst VERSION
 
129
        debian/control debian/syslog-ng.conf debian/syslog-ng.docs debian/syslog-ng.logcheck.ignore debian/syslog-ng.postinst VERSION \
 
130
        syslog-ng.spec.bb syslog-ng.spec.bb.in
130
131
 
131
132
subdir = .
132
133
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
133
134
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
134
135
CONFIG_HEADER = config.h
135
 
CONFIG_CLEAN_FILES = dist.conf
 
136
CONFIG_CLEAN_FILES = dist.conf syslog-ng.spec.bb
136
137
DIST_SOURCES =
137
138
 
138
139
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
142
143
        check-recursive installcheck-recursive
143
144
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
144
145
        COPYING ChangeLog Makefile.am NEWS aclocal.m4 config.h.in \
145
 
        configure configure.in depcomp dist.conf.in install-sh missing \
146
 
        mkinstalldirs
 
146
        configure.in depcomp dist.conf.in install-sh missing \
 
147
        mkinstalldirs syslog-ng.spec.bb.in
147
148
DIST_SUBDIRS = $(SUBDIRS)
148
149
all: config.h
149
150
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
184
185
        -rm -f config.h stamp-h1
185
186
dist.conf: $(top_builddir)/config.status dist.conf.in
186
187
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
188
syslog-ng.spec.bb: $(top_builddir)/config.status syslog-ng.spec.bb.in
 
189
        cd $(top_builddir) && $(SHELL) ./config.status $@
187
190
uninstall-info-am:
188
191
 
189
192
# This directory's subdirectories are mostly independent; you can cd
372
375
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
373
376
        || chmod -R a+r $(distdir)
374
377
dist-gzip: distdir
375
 
        $(AMTAR) chf - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
378
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
376
379
        $(am__remove_distdir)
377
380
 
378
381
dist dist-all: distdir
379
 
        $(AMTAR) chf - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
382
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
380
383
        $(am__remove_distdir)
381
384
 
382
385
# This target untars the dist file and tries a VPATH configuration.  Then