2005-11-25 07:53:23 -07:00
|
|
|
INCLUDES = \
|
|
|
|
$(GTKMM_CFLAGS) \
|
2006-02-17 16:20:28 -07:00
|
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
2005-11-25 07:53:23 -07:00
|
|
|
-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\"
|
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
|
|
|
|
2005-01-18 14:27:59 -07:00
|
|
|
bin_PROGRAMS = gparted
|
2004-09-19 14:24:53 -06:00
|
|
|
|
|
|
|
gparted_SOURCES = \
|
2006-03-09 13:25:57 -07:00
|
|
|
Device.cc \
|
|
|
|
Dialog_Base_Partition.cc \
|
|
|
|
Dialog_Disklabel.cc \
|
|
|
|
Dialog_Filesystems.cc \
|
|
|
|
Dialog_Partition_Copy.cc \
|
|
|
|
Dialog_Partition_Info.cc \
|
|
|
|
Dialog_Partition_New.cc \
|
|
|
|
Dialog_Partition_Resize_Move.cc \
|
|
|
|
Dialog_Progress.cc \
|
|
|
|
DrawingAreaVisualDisk.cc \
|
|
|
|
FileSystem.cc \
|
|
|
|
Frame_Resizer_Base.cc \
|
|
|
|
Frame_Resizer_Extended.cc \
|
|
|
|
GParted_Core.cc \
|
|
|
|
Operation.cc \
|
|
|
|
Partition.cc \
|
|
|
|
TreeView_Detail.cc \
|
|
|
|
Utils.cc \
|
|
|
|
Win_GParted.cc \
|
|
|
|
ext2.cc \
|
|
|
|
ext3.cc \
|
|
|
|
fat16.cc \
|
|
|
|
fat32.cc \
|
|
|
|
hfs.cc \
|
|
|
|
hfsplus.cc \
|
|
|
|
jfs.cc \
|
|
|
|
linux_swap.cc \
|
|
|
|
main.cc \
|
|
|
|
ntfs.cc \
|
|
|
|
reiser4.cc \
|
|
|
|
reiserfs.cc \
|
2004-12-13 14:24:12 -07:00
|
|
|
xfs.cc
|
2004-11-17 06:00:25 -07:00
|
|
|
|
2004-09-19 14:24:53 -06:00
|
|
|
gparted_LDFLAGS = -lparted -lgthread-2.0
|
|
|
|
|
2005-11-25 07:53:23 -07:00
|
|
|
gparted_LDADD = $(GTKMM_LIBS)
|
2004-09-19 14:24:53 -06:00
|
|
|
|