File: Makefile.am

package info (click to toggle)
gparted 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,552 kB
  • sloc: cpp: 37,150; sh: 5,281; makefile: 466; sed: 16; ansic: 9
file content (75 lines) | stat: -rw-r--r-- 1,490 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
gparted_includedir = $(pkgincludedir)

noinst_HEADERS = \
	BCache_Info.h			\
	BlockSpecial.h			\
	CopyBlocks.h			\
	DMRaid.h			\
	Device.h			\
	DialogFeatures.h		\
	DialogManageFlags.h		\
	DialogPasswordEntry.h		\
	Dialog_Base_Partition.h		\
	Dialog_Disklabel.h		\
	Dialog_FileSystem_Label.h	\
	Dialog_Partition_Copy.h		\
	Dialog_Partition_Info.h		\
	Dialog_Partition_Name.h		\
	Dialog_Partition_New.h		\
	Dialog_Partition_Resize_Move.h	\
	Dialog_Progress.h		\
	DrawingAreaVisualDisk.h		\
	FS_Info.h			\
	FileSystem.h			\
	Frame_Resizer_Base.h		\
	Frame_Resizer_Extended.h	\
	GParted_Core.h			\
	HBoxOperations.h		\
	LVM2_PV_Info.h			\
	LUKS_Info.h			\
	MenuHelpers.h			\
	Mount_Info.h			\
	Operation.h			\
	OperationChangeUUID.h		\
	OperationCheck.h		\
	OperationCopy.h			\
	OperationCreate.h		\
	OperationDelete.h		\
	OperationDetail.h		\
	OperationFormat.h		\
	OperationLabelFileSystem.h	\
	OperationNamePartition.h	\
	OperationResizeMove.h		\
	OptionComboBox.h		\
	Partition.h			\
	PartitionLUKS.h			\
	PartitionVector.h		\
	PasswordRAMStore.h		\
	PipeCapture.h			\
	Proc_Partitions_Info.h		\
	ProgressBar.h			\
	SupportedFileSystems.h		\
	SWRaid_Info.h			\
	TreeView_Detail.h		\
	Utils.h				\
	Win_GParted.h			\
	bcachefs.h			\
	btrfs.h				\
	exfat.h				\
	ext2.h				\
	f2fs.h				\
	fat16.h				\
	hfs.h				\
	hfsplus.h			\
	i18n.h				\
	jfs.h				\
	linux_swap.h			\
	lvm2_pv.h			\
	luks.h				\
	minix.h				\
	nilfs2.h			\
	ntfs.h				\
	reiser4.h			\
	reiserfs.h			\
	udf.h				\
	xfs.h