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 (21 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
partedincludedir      =	-I$(top_srcdir)/include

noinst_LTLIBRARIES    =	libext2.la
libext2_la_SOURCES    =	ext2.c \
			ext2.h \
			ext2_fs.h \
			ext2_block_relocator.c \
			ext2_buffer.c \
			ext2_inode_relocator.c \
			ext2_meta.c \
			ext2_mkfs.c \
			ext2_resize.c \
			interface.c \
			parted_io.c \
			parted_io.h \
			tune.c \
			tune.h

INCLUDES = $(partedincludedir) $(INTLINCS)

MAINTAINERCLEANFILES = Makefile.in