File: Makefile.am

package info (click to toggle)
parted 2.3-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 13,408 kB
  • sloc: ansic: 48,758; sh: 16,593; makefile: 835; asm: 36; sed: 16
file content (34 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file is part of GNU Parted
# Copyright (C) 1999-2001, 2007, 2009-2010 Free Software Foundation,
# Inc.
#
# This file may be modified and/or distributed without restriction.

SUBDIRS       = amiga ext2 ufs fat ntfs hfs linux_swap xfs jfs reiserfs # bfs

partedincludedir      =	-I$(top_srcdir)/include
noinst_LTLIBRARIES    =	libfs.la
libfs_la_LDFLAGS  = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
			-release $(LT_RELEASE)

libfs_la_LIBADD   = $(UUID_LIBS)		\
		    $(INTLLIBS)			\
		    $(OS_LIBS)			\
		    $(REISER_LIBS)		\
		    amiga/libamigafs.la		\
		    ext2/libext2.la		\
		    ufs/libufs.la		\
		    fat/libfat.la		\
		    ntfs/libntfs.la		\
		    hfs/libhfs.la		\
		    linux_swap/liblinuxswap.la	\
		    xfs/libxfs.la		\
		    jfs/libjfs.la		\
		    reiserfs/libreiserfs.la
#		    bfs/libbfs.la

libfs_la_SOURCES   =

INCLUDES = $(partedincludedir) $(INTLINCS)

MAINTAINERCLEANFILES = Makefile.in