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

« back to all changes in this revision

Viewing changes to partx/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:
36
36
DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(dist_man_MANS) \
37
37
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
38
        $(top_srcdir)/config/include-Makefile.am
39
 
@BUILD_PARTX_TRUE@usrsbinexec_PROGRAMS = addpart$(EXEEXT) \
 
39
@BUILD_PARTX_TRUE@usrsbin_exec_PROGRAMS = addpart$(EXEEXT) \
40
40
@BUILD_PARTX_TRUE@      delpart$(EXEEXT) partx$(EXEEXT)
41
41
@BUILD_PARTX_TRUE@@LINUX_TRUE@am__append_1 = ../lib/linux_version.c
42
42
subdir = partx
48
48
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49
49
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
50
50
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
51
 
        $(top_srcdir)/configure.ac
 
51
        $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
52
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
53
        $(ACLOCAL_M4)
54
54
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
55
55
CONFIG_HEADER = $(top_builddir)/config.h
56
56
CONFIG_CLEAN_FILES =
57
 
am__installdirs = "$(DESTDIR)$(usrsbinexecdir)" "$(DESTDIR)$(man8dir)"
58
 
usrsbinexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
59
 
PROGRAMS = $(usrsbinexec_PROGRAMS)
 
57
am__installdirs = "$(DESTDIR)$(usrsbin_execdir)" \
 
58
        "$(DESTDIR)$(man8dir)"
 
59
usrsbin_execPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
60
PROGRAMS = $(usrsbin_exec_PROGRAMS)
60
61
addpart_SOURCES = addpart.c
61
62
addpart_OBJECTS = addpart.$(OBJEXT)
62
63
addpart_LDADD = $(LDADD)
134
135
LD = @LD@
135
136
LDFLAGS = @LDFLAGS@
136
137
LIBBLKID_VERSION = @LIBBLKID_VERSION@
 
138
LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
137
139
LIBICONV = @LIBICONV@
138
140
LIBINTL = @LIBINTL@
139
141
LIBOBJS = @LIBOBJS@
140
142
LIBS = @LIBS@
141
143
LIBTOOL = @LIBTOOL@
 
144
LIBUUID_VERSION = @LIBUUID_VERSION@
 
145
LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
142
146
LIPO = @LIPO@
143
147
LN_S = @LN_S@
144
148
LTLIBICONV = @LTLIBICONV@
176
180
SUID_CFLAGS = @SUID_CFLAGS@
177
181
SUID_LDFLAGS = @SUID_LDFLAGS@
178
182
USE_NLS = @USE_NLS@
 
183
UUID_CFLAGS = @UUID_CFLAGS@
 
184
UUID_LIBS = @UUID_LIBS@
179
185
VERSION = @VERSION@
180
186
VOLID = @VOLID@
181
 
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
182
 
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
183
 
VOLUME_ID_LIBS_STATIC = @VOLUME_ID_LIBS_STATIC@
184
187
XGETTEXT = @XGETTEXT@
185
188
abs_builddir = @abs_builddir@
186
189
abs_srcdir = @abs_srcdir@
235
238
top_build_prefix = @top_build_prefix@
236
239
top_builddir = @top_builddir@
237
240
top_srcdir = @top_srcdir@
238
 
 
239
 
# The original default vaues of bindir and sbindir:
240
 
usrbinexecdir = ${exec_prefix}/bin
241
 
usrsbinexecdir = ${exec_prefix}/sbin
242
 
usrlibexecdir = ${exec_prefix}/$(libdirname)
 
241
usrbin_execdir = @usrbin_execdir@
 
242
usrlib_execdir = @usrlib_execdir@
 
243
usrsbin_execdir = @usrsbin_execdir@
243
244
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
244
245
        -DLOCALEDIR=\"$(localedir)\"
245
246
 
254
255
 
255
256
# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
256
257
#
257
 
ul_libblkid_srcdir = $(top_srcdir)/libs/blkid/src
258
 
ul_libblkid_builddir = $(top_builddir)/libs/blkid/src
259
 
ul_libblkid_la = $(top_builddir)/libs/blkid/src/libblkid.la
 
258
# blkid
 
259
ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
 
260
ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
 
261
ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
 
262
 
 
263
# uuid
 
264
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
 
265
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
 
266
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
260
267
@BUILD_PARTX_TRUE@partx_SOURCES = bsd.c dos.c partx.c solaris.c \
261
268
@BUILD_PARTX_TRUE@      unixware.c gpt.c crc32.c efi.h gpt.h crc32.h \
262
269
@BUILD_PARTX_TRUE@      partx.h dos.h ../lib/blkdev.c \
295
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
303
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
297
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
 
install-usrsbinexecPROGRAMS: $(usrsbinexec_PROGRAMS)
 
305
install-usrsbin_execPROGRAMS: $(usrsbin_exec_PROGRAMS)
299
306
        @$(NORMAL_INSTALL)
300
 
        test -z "$(usrsbinexecdir)" || $(MKDIR_P) "$(DESTDIR)$(usrsbinexecdir)"
301
 
        @list='$(usrsbinexec_PROGRAMS)'; for p in $$list; do \
 
307
        test -z "$(usrsbin_execdir)" || $(MKDIR_P) "$(DESTDIR)$(usrsbin_execdir)"
 
308
        @list='$(usrsbin_exec_PROGRAMS)'; for p in $$list; do \
302
309
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
303
310
          if test -f $$p \
304
311
             || test -f $$p1 \
305
312
          ; then \
306
313
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
307
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrsbinexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(usrsbinexecdir)/$$f'"; \
308
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrsbinexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(usrsbinexecdir)/$$f" || exit 1; \
 
314
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrsbin_execPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(usrsbin_execdir)/$$f'"; \
 
315
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(usrsbin_execPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(usrsbin_execdir)/$$f" || exit 1; \
309
316
          else :; fi; \
310
317
        done
311
318
 
312
 
uninstall-usrsbinexecPROGRAMS:
 
319
uninstall-usrsbin_execPROGRAMS:
313
320
        @$(NORMAL_UNINSTALL)
314
 
        @list='$(usrsbinexec_PROGRAMS)'; for p in $$list; do \
 
321
        @list='$(usrsbin_exec_PROGRAMS)'; for p in $$list; do \
315
322
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
316
 
          echo " rm -f '$(DESTDIR)$(usrsbinexecdir)/$$f'"; \
317
 
          rm -f "$(DESTDIR)$(usrsbinexecdir)/$$f"; \
 
323
          echo " rm -f '$(DESTDIR)$(usrsbin_execdir)/$$f'"; \
 
324
          rm -f "$(DESTDIR)$(usrsbin_execdir)/$$f"; \
318
325
        done
319
326
 
320
 
clean-usrsbinexecPROGRAMS:
321
 
        @list='$(usrsbinexec_PROGRAMS)'; for p in $$list; do \
 
327
clean-usrsbin_execPROGRAMS:
 
328
        @list='$(usrsbin_exec_PROGRAMS)'; for p in $$list; do \
322
329
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
323
330
          echo " rm -f $$p $$f"; \
324
331
          rm -f $$p $$f ; \
528
535
check: check-am
529
536
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
530
537
installdirs:
531
 
        for dir in "$(DESTDIR)$(usrsbinexecdir)" "$(DESTDIR)$(man8dir)"; do \
 
538
        for dir in "$(DESTDIR)$(usrsbin_execdir)" "$(DESTDIR)$(man8dir)"; do \
532
539
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
533
540
        done
534
541
install: install-am
557
564
        @echo "it deletes files that may require special tools to rebuild."
558
565
clean: clean-am
559
566
 
560
 
clean-am: clean-generic clean-libtool clean-usrsbinexecPROGRAMS \
 
567
clean-am: clean-generic clean-libtool clean-usrsbin_execPROGRAMS \
561
568
        mostlyclean-am
562
569
 
563
570
distclean: distclean-am
580
587
 
581
588
install-dvi: install-dvi-am
582
589
 
583
 
install-exec-am: install-usrsbinexecPROGRAMS
 
590
install-exec-am: install-usrsbin_execPROGRAMS
584
591
 
585
592
install-html: install-html-am
586
593
 
612
619
 
613
620
ps-am:
614
621
 
615
 
uninstall-am: uninstall-man uninstall-usrsbinexecPROGRAMS
 
622
uninstall-am: uninstall-man uninstall-usrsbin_execPROGRAMS
616
623
 
617
624
uninstall-man: uninstall-man8
618
625
 
619
626
.MAKE: install-am install-strip
620
627
 
621
628
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
622
 
        clean-libtool clean-usrsbinexecPROGRAMS ctags distclean \
 
629
        clean-libtool clean-usrsbin_execPROGRAMS ctags distclean \
623
630
        distclean-compile distclean-generic distclean-libtool \
624
631
        distclean-tags distdir dvi dvi-am html html-am info info-am \
625
632
        install install-am install-data install-data-am install-dvi \
626
633
        install-dvi-am install-exec install-exec-am install-html \
627
634
        install-html-am install-info install-info-am install-man \
628
635
        install-man8 install-pdf install-pdf-am install-ps \
629
 
        install-ps-am install-strip install-usrsbinexecPROGRAMS \
 
636
        install-ps-am install-strip install-usrsbin_execPROGRAMS \
630
637
        installcheck installcheck-am installdirs maintainer-clean \
631
638
        maintainer-clean-generic mostlyclean mostlyclean-compile \
632
639
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
633
640
        tags uninstall uninstall-am uninstall-man uninstall-man8 \
634
 
        uninstall-usrsbinexecPROGRAMS
 
641
        uninstall-usrsbin_execPROGRAMS
635
642
 
636
643
 
637
644
$(ul_libblkid_la):
638
645
        $(MAKE) -C $(ul_libblkid_builddir)
 
646
 
 
647
$(ul_libuuid_la):
 
648
        $(MAKE) -C $(ul_libuuid_builddir)
639
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
640
650
# Otherwise a system limit (for SysV at least) may be exceeded.
641
651
.NOEXPORT: