2005-11-25 07:53:23 -07:00
|
|
|
INCLUDES = \
|
2012-01-06 07:23:43 -07:00
|
|
|
$(GTHREAD_CFLAGS) \
|
2005-11-25 07:53:23 -07:00
|
|
|
$(GTKMM_CFLAGS) \
|
2008-08-05 09:34:10 -06:00
|
|
|
-DGPARTED_DATADIR=\""$(datadir)"\" \
|
2008-09-22 16:41:49 -06:00
|
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
|
2004-09-19 14:24:53 -06:00
|
|
|
|
2005-12-29 09:06:59 -07:00
|
|
|
AM_CFLAGS = -Wall
|
2004-09-19 14:24:53 -06:00
|
|
|
|
2005-12-29 09:06:59 -07:00
|
|
|
AM_CXXFLAGS = -Wall
|
2004-09-19 14:24:53 -06:00
|
|
|
|
2008-04-21 09:22:00 -06:00
|
|
|
sbin_PROGRAMS = gpartedbin
|
2004-09-19 14:24:53 -06:00
|
|
|
|
2008-04-21 09:22:00 -06:00
|
|
|
gpartedbin_SOURCES = \
|
2006-03-09 13:25:57 -07:00
|
|
|
Device.cc \
|
|
|
|
Dialog_Base_Partition.cc \
|
|
|
|
Dialog_Disklabel.cc \
|
2011-01-28 11:09:21 -07:00
|
|
|
Dialog_Rescue_Data.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
Dialog_Partition_Copy.cc \
|
|
|
|
Dialog_Partition_Info.cc \
|
2008-04-07 13:41:18 -06:00
|
|
|
Dialog_Partition_Label.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
Dialog_Partition_New.cc \
|
|
|
|
Dialog_Partition_Resize_Move.cc \
|
|
|
|
Dialog_Progress.cc \
|
2006-04-05 03:33:04 -06:00
|
|
|
DialogFeatures.cc \
|
2006-03-31 03:49:27 -07:00
|
|
|
DialogManageFlags.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
DrawingAreaVisualDisk.cc \
|
2009-03-14 14:02:41 -06:00
|
|
|
DMRaid.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
FileSystem.cc \
|
|
|
|
Frame_Resizer_Base.cc \
|
|
|
|
Frame_Resizer_Extended.cc \
|
2008-11-11 10:19:46 -07:00
|
|
|
FS_Info.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
GParted_Core.cc \
|
2006-09-17 07:23:47 -06:00
|
|
|
HBoxOperations.cc \
|
2012-01-28 07:25:31 -07:00
|
|
|
LVM2_PV_Info.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
Operation.cc \
|
2012-01-22 13:49:52 -07:00
|
|
|
OperationChangeUUID.cc \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationCopy.cc \
|
2006-11-26 07:27:16 -07:00
|
|
|
OperationCheck.cc \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationCreate.cc \
|
|
|
|
OperationDelete.cc \
|
2006-07-29 02:27:28 -06:00
|
|
|
OperationDetail.cc \
|
2006-03-24 12:08:41 -07:00
|
|
|
OperationFormat.cc \
|
|
|
|
OperationResizeMove.cc \
|
2008-04-07 13:41:18 -06:00
|
|
|
OperationLabelPartition.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
Partition.cc \
|
2010-12-07 11:49:50 -07:00
|
|
|
Proc_Partitions_Info.cc \
|
2009-11-03 13:25:40 -07:00
|
|
|
SWRaid.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
TreeView_Detail.cc \
|
|
|
|
Utils.cc \
|
|
|
|
Win_GParted.cc \
|
2010-10-18 15:26:07 -06:00
|
|
|
btrfs.cc \
|
2011-10-22 10:50:34 -06:00
|
|
|
exfat.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
ext2.cc \
|
|
|
|
ext3.cc \
|
2008-12-18 15:07:06 -07:00
|
|
|
ext4.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
fat16.cc \
|
|
|
|
fat32.cc \
|
|
|
|
hfs.cc \
|
|
|
|
hfsplus.cc \
|
|
|
|
jfs.cc \
|
|
|
|
linux_swap.cc \
|
2011-11-28 05:33:51 -07:00
|
|
|
lvm2_pv.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
main.cc \
|
2011-12-08 05:45:12 -07:00
|
|
|
nilfs2.cc \
|
2006-03-09 13:25:57 -07:00
|
|
|
ntfs.cc \
|
|
|
|
reiser4.cc \
|
|
|
|
reiserfs.cc \
|
2006-04-05 03:33:04 -06:00
|
|
|
ufs.cc \
|
2010-10-18 15:26:07 -06:00
|
|
|
xfs.cc
|
|
|
|
|
2012-01-06 07:23:43 -07:00
|
|
|
gpartedbin_LDFLAGS = -lparted
|
2004-09-19 14:24:53 -06:00
|
|
|
|
2012-03-03 11:47:39 -07:00
|
|
|
if USE_LIBPARTED_FS_RESIZE_LIBRARY
|
|
|
|
gpartedbin_LDFLAGS += -lparted-fs-resize
|
|
|
|
endif
|
|
|
|
|
2012-01-06 07:23:43 -07:00
|
|
|
gpartedbin_LDADD = $(GTHREAD_LIBS) $(GTKMM_LIBS)
|
2004-09-19 14:24:53 -06:00
|
|
|
|