~ubuntu-branches/ubuntu/lucid/cryptsetup/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-11-19 20:04:19 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061119200419-x5926mwvvrjbfqr0
Tags: 2:1.0.4-8ubuntu1
* merge debian changes, remaining patches:
  - Always output and read from the console.  Ubuntu: #58794.
* other changes have been merged or do noy apply anymore
* read password via usplash if available in initramfs for rootfs. based on a patch from  
  Swen Thümmler (Thanks for that!)  Ubuntu #62751
* read password from initscript via usplash if running. should fix the
  rest of Ubuntu #62751. Only problem with that patch: It asks only once
  for the password! improvements welcome!

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        depcomp install-sh ltmain.sh missing mkinstalldirs
42
42
subdir = .
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
45
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
46
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
47
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
48
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
45
49
        $(top_srcdir)/configure.in
46
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
51
        $(ACLOCAL_M4)
208
212
        man \
209
213
        po
210
214
 
 
215
ACLOCAL_AMFLAGS = -I m4
211
216
all: config.h
212
217
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
213
218
 
396
401
distdir: $(DISTFILES)
397
402
        $(am__remove_distdir)
398
403
        mkdir $(distdir)
399
 
        $(mkdir_p) $(distdir)/po
 
404
        $(mkdir_p) $(distdir)/m4 $(distdir)/po
400
405
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
401
406
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
402
407
        list='$(DISTFILES)'; for file in $$list; do \