forked from Yamakuzure/xfs_undelete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxfs_undelete.cbp
144 lines (144 loc) · 4.39 KB
/
xfs_undelete.cbp
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="xfs_undelete" />
<Option makefile_is_custom="1" />
<Option execution_dir="./" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="all">
<Option output="./xfs_undelete" prefix_auto="1" extension_auto="1" />
<Option object_output="./" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="debug">
<Option output="./xfs_undelete_d" prefix_auto="1" extension_auto="1" />
<Option object_output="./" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="/dev/sda9 foo" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command='$make -f $makefile DEBUG="YES"' />
<CompileFile command='$make -f $makefile $file DEBUG="YES"' />
<Clean command='$make -f $makefile clean DEBUG="YES"' />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command='$make -q -f $makefile DEBUG="YES"' />
<SilentBuild command='$make -f $makefile DEBUG="YES" > $(CMD_NULL)' />
</MakeCommands>
</Target>
<Target title="clean">
<Option output="./xfs_undelete" prefix_auto="1" extension_auto="1" />
<Option object_output="./" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="clean debug">
<Option output="./xfs_undelete" prefix_auto="1" extension_auto="1" />
<Option object_output="./" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<MakeCommands>
<Build command="$make -f $makefile clean DEBUG=YES" />
<CompileFile command="$make -f $makefile $file DEBUG=YES" />
<Clean command="$make -f $makefile clean DEBUG=YES" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile clean DEBUG=YES" />
<SilentBuild command="$make -f $makefile clean DEBUG=YES > $(CMD_NULL)" />
</MakeCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="Makefile" />
<Unit filename="src/analyzer.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/analyzer.h" />
<Unit filename="src/btree.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/btree.h" />
<Unit filename="src/common.h" />
<Unit filename="src/device.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/device.h" />
<Unit filename="src/directory.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/directory.h" />
<Unit filename="src/extent.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/extent.h" />
<Unit filename="src/file_type.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/file_type.h" />
<Unit filename="src/forensics.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/forensics.h" />
<Unit filename="src/globals.h" />
<Unit filename="src/inode.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/inode.h" />
<Unit filename="src/inode_queue.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/inode_queue.h" />
<Unit filename="src/log.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/log.h" />
<Unit filename="src/main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/scanner.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/scanner.h" />
<Unit filename="src/superblock.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/superblock.h" />
<Unit filename="src/thrd_ctrl.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/thrd_ctrl.h" />
<Unit filename="src/utils.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/utils.h" />
<Unit filename="src/writer.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/writer.h" />
<Extensions>
<editor_config active="1" use_tabs="1" tab_indents="1" tab_width="8" indent="8" eol_mode="2" />
</Extensions>
</Project>
</CodeBlocks_project_file>