OSDN Git Service

maint: avoid long-standing warnings from make:
[android-x86/external-parted.git] / libparted / Makefile.am
index e5f8542..828a288 100644 (file)
@@ -1,5 +1,5 @@
 # This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation, Inc.
 #
 # This file may be modified and/or distributed without restriction.
 
@@ -18,10 +18,19 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 SUBDIRS       = labels fs . $(SUBDIRS_CHECK)
 
 
-partedincludedir      = -I$(top_srcdir)/lib -I$(top_srcdir)/include
-lib_LTLIBRARIES              = libparted.la
-libparted_la_LDFLAGS  = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-                                               -release $(LT_RELEASE)
+partedincludedir = \
+  -I$(top_srcdir)/lib -I$(top_builddir)/include -I$(top_srcdir)/include
+lib_LTLIBRARIES        = libparted.la
+
+# Set the shared library version, per Libtool's guidelines.
+# For details, see the "Updating library version information" section of
+# "info libtool".
+CURRENT = 1
+REVISION = 0
+AGE = 0
+
+libparted_la_LDFLAGS  = -version-info $(CURRENT):$(REVISION):$(AGE)
+
 libparted_la_SOURCES  = debug.c                        \
                        architecture.c          \
                        architecture.h          \
@@ -35,14 +44,14 @@ libparted_la_SOURCES  = debug.c                     \
                        cs/geom.c               \
                        cs/constraint.c         \
                        cs/natmath.c            \
-                       arch/blkpg.h            \
                        $(ARCH_SOURCE)
 
 
-EXTRA_libparted_la_SOURCES    = arch/linux.c   \
-                               arch/linux.h    \
-                               arch/gnu.c      \
-                               arch/beos.c
+EXTRA_DIST = \
+  arch/linux.c \
+  arch/linux.h \
+  arch/gnu.c   \
+  arch/beos.c
 
 libparted_la_LIBADD =  \
   fs/libfs.la          \
@@ -52,10 +61,9 @@ libparted_la_LIBADD =        \
   $(DL_LIBS)           \
   $(DM_LIBS)           \
   $(SELINUX_LIBS)      \
+  $(LIB_BLKID)         \
   $(INTLLIBS)
 
-EXTRA_DIST           = mbr.s
+EXTRA_DIST += mbr.s
 
 INCLUDES = $(partedincludedir) $(INTLINCS)
-
-MAINTAINERCLEANFILES = Makefile.in