~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to tests/helpers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-07-16 15:48:23 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716154823-i26fshvs4v8h90qh
Tags: 2.16-1ubuntu1
* Merge from Debian, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
48
48
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
49
 
        $(top_srcdir)/configure.ac
 
49
        $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
52
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
123
123
LD = @LD@
124
124
LDFLAGS = @LDFLAGS@
125
125
LIBBLKID_VERSION = @LIBBLKID_VERSION@
 
126
LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
126
127
LIBICONV = @LIBICONV@
127
128
LIBINTL = @LIBINTL@
128
129
LIBOBJS = @LIBOBJS@
129
130
LIBS = @LIBS@
130
131
LIBTOOL = @LIBTOOL@
 
132
LIBUUID_VERSION = @LIBUUID_VERSION@
 
133
LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
131
134
LIPO = @LIPO@
132
135
LN_S = @LN_S@
133
136
LTLIBICONV = @LTLIBICONV@
165
168
SUID_CFLAGS = @SUID_CFLAGS@
166
169
SUID_LDFLAGS = @SUID_LDFLAGS@
167
170
USE_NLS = @USE_NLS@
 
171
UUID_CFLAGS = @UUID_CFLAGS@
 
172
UUID_LIBS = @UUID_LIBS@
168
173
VERSION = @VERSION@
169
174
VOLID = @VOLID@
170
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
171
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
172
 
VOLUME_ID_LIBS_STATIC = @VOLUME_ID_LIBS_STATIC@
173
175
XGETTEXT = @XGETTEXT@
174
176
abs_builddir = @abs_builddir@
175
177
abs_srcdir = @abs_srcdir@
224
226
top_build_prefix = @top_build_prefix@
225
227
top_builddir = @top_builddir@
226
228
top_srcdir = @top_srcdir@
227
 
 
228
 
# The original default vaues of bindir and sbindir:
229
 
usrbinexecdir = ${exec_prefix}/bin
230
 
usrsbinexecdir = ${exec_prefix}/sbin
231
 
usrlibexecdir = ${exec_prefix}/$(libdirname)
 
229
usrbin_execdir = @usrbin_execdir@
 
230
usrlib_execdir = @usrlib_execdir@
 
231
usrsbin_execdir = @usrsbin_execdir@
232
232
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
233
233
        -DLOCALEDIR=\"$(localedir)\"
234
234
 
243
243
 
244
244
# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
245
245
#
246
 
ul_libblkid_srcdir = $(top_srcdir)/libs/blkid/src
247
 
ul_libblkid_builddir = $(top_builddir)/libs/blkid/src
248
 
ul_libblkid_la = $(top_builddir)/libs/blkid/src/libblkid.la
 
246
# blkid
 
247
ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
 
248
ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
 
249
ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
 
250
 
 
251
# uuid
 
252
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
 
253
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
 
254
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
249
255
test_md5_SOURCES = test_md5.c $(top_srcdir)/lib/md5.c
250
256
all: all-am
251
257
 
531
537
 
532
538
$(ul_libblkid_la):
533
539
        $(MAKE) -C $(ul_libblkid_builddir)
 
540
 
 
541
$(ul_libuuid_la):
 
542
        $(MAKE) -C $(ul_libuuid_builddir)
534
543
# Tell versions [3.59,3.63) of GNU make to not export all variables.
535
544
# Otherwise a system limit (for SysV at least) may be exceeded.
536
545
.NOEXPORT: