2004-09-19 14:24:53 -06:00
|
|
|
INCLUDES =\
|
2004-09-20 09:46:21 -06:00
|
|
|
$(GTKMM_CFLAGS) \
|
2004-09-22 04:00:56 -06:00
|
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
|
2004-09-19 14:24:53 -06:00
|
|
|
|
|
|
|
AM_CFLAGS =\
|
|
|
|
-Wall\
|
|
|
|
-g
|
|
|
|
|
|
|
|
AM_CXXFLAGS =\
|
|
|
|
-Wall\
|
|
|
|
-g
|
|
|
|
|
|
|
|
sbin_PROGRAMS = gparted
|
|
|
|
|
|
|
|
gparted_SOURCES = \
|
|
|
|
main.cc\
|
|
|
|
Win_GParted.cc\
|
|
|
|
TreeView_Detail.cc\
|
|
|
|
Dialog_Partition_Copy.cc\
|
|
|
|
Dialog_Partition_Info.cc\
|
|
|
|
Dialog_Partition_New.cc\
|
|
|
|
Operation.cc\
|
|
|
|
Partition.cc\
|
|
|
|
Dialog_Progress.cc\
|
|
|
|
Device.cc\
|
|
|
|
VBox_VisualDisk.cc\
|
|
|
|
Dialog_Partition_Resize_Move.cc\
|
|
|
|
Dialog_About.cc\
|
|
|
|
Frame_Resizer_Base.cc\
|
|
|
|
Frame_Resizer_Extended.cc\
|
2004-11-17 06:00:25 -07:00
|
|
|
Dialog_Base_Partition.cc\
|
|
|
|
GParted_Core.cc\
|
|
|
|
FileSystem.cc\
|
|
|
|
ext2.cc\
|
|
|
|
ext3.cc\
|
|
|
|
fat16.cc\
|
|
|
|
fat32.cc\
|
|
|
|
linux_swap.cc\
|
2004-11-23 09:20:59 -07:00
|
|
|
reiserfs.cc\
|
2004-11-27 16:31:19 -07:00
|
|
|
ntfs.cc\
|
|
|
|
Dialog_Disklabel.cc
|
2004-11-17 06:00:25 -07:00
|
|
|
|
2004-09-19 14:24:53 -06:00
|
|
|
gparted_LDFLAGS = -lparted -lgthread-2.0
|
|
|
|
|
|
|
|
gparted_LDADD = \
|
|
|
|
$(GTKMM_LIBS)
|
|
|
|
|