gparted/src/Makefile.am

49 lines
747 B
Makefile
Raw Normal View History

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