-
Notifications
You must be signed in to change notification settings - Fork 3
/
imagefs.kdevprj
221 lines (187 loc) · 3.53 KB
/
imagefs.kdevprj
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
[AUTHORS]
dist=true
install=false
install_location=
type=DATA
[COPYING]
dist=true
install=false
install_location=
type=DATA
[ChangeLog]
dist=true
install=false
install_location=
type=DATA
[Config for BinMakefileAm]
addcxxflags=
bin_program=imagefs
cxxflags=\s-O0 -g3 -Wall
ldadd=
ldflags=
[General]
AMChanged=true
author=Alex van Oostenrijk
configure_args=
email=vanoostenrijk [@] hotmail [.] com
kdevprj_version=1.3
lfv_open_groups=
make_options=\s-j1
makefiles=Makefile.am,imagefs/Makefile.am,imagefs/docs/Makefile.am,imagefs/docs/en/Makefile.am
modifyMakefiles=true
project_name=Imagefs
project_type=normal_cpp
sgml_file=/home/alex/imagefs/imagefs/docs/en/index.sgml
short_info=
sub_dir=imagefs/
version=1.03
version_control=None
[INSTALL]
dist=true
install=false
install_location=
type=DATA
[KPP]
kpp_appgrp=Development/Tools
kpp_bldroot=
kpp_icon=0
kpp_license=5
kpp_summary=Imagefs creates a virtual FAT12 file system in a single file.
kpp_url=http://www.dosx.f2s.com
kpp_version=1.03
[LFV Groups]
GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS
Headers=*.h,*.hh,*.hxx,*.hpp,*.H
Others=*
Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l
groups=Headers,Sources,GNU,Others
[Makefile.am]
files=imagefs.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,imagefs.lsm,imagefs.spec
sub_dirs=imagefs
type=normal
[README]
dist=true
install=false
install_location=
type=DATA
[TODO]
dist=true
install=false
install_location=
type=DATA
[imagefs.kdevprj]
dist=true
install=false
install_location=
type=DATA
[imagefs.lsm]
dist=true
install=false
install_location=
type=DATA
[imagefs.spec]
dist=true
install=false
install_location=
type=DATA
[imagefs/Makefile.am]
files=imagefs/image.cpp,imagefs/image.h,imagefs/imagefs.cpp,imagefs/fat.cpp,imagefs/fat.h,imagefs/rootdir.cpp,imagefs/rootdir.h,imagefs/rootdirentry.cpp,imagefs/rootdirentry.h,imagefs/tools.h,imagefs/tools.cpp,imagefs/defs.h,imagefs/rpm.spec
sub_dirs=docs
type=prog_main
[imagefs/defs.h]
dist=true
install=false
install_location=
type=HEADER
[imagefs/docs/Makefile.am]
sub_dirs=en
type=normal
[imagefs/docs/en/Makefile.am]
files=imagefs/docs/en/index.html,imagefs/docs/en/index-1.html,imagefs/docs/en/index-2.html,imagefs/docs/en/index-3.html,imagefs/docs/en/index-4.html
sub_dirs=
type=normal
[imagefs/docs/en/index-1.html]
dist=true
install=false
install_location=
type=DATA
[imagefs/docs/en/index-2.html]
dist=true
install=false
install_location=
type=DATA
[imagefs/docs/en/index-3.html]
dist=true
install=false
install_location=
type=DATA
[imagefs/docs/en/index-4.html]
dist=true
install=false
install_location=
type=DATA
[imagefs/docs/en/index.html]
dist=true
install=false
install_location=
type=DATA
[imagefs/fat.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/fat.h]
dist=true
install=false
install_location=
type=HEADER
[imagefs/image.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/image.h]
dist=true
install=false
install_location=
type=HEADER
[imagefs/imagefs.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/rootdir.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/rootdir.h]
dist=true
install=false
install_location=
type=HEADER
[imagefs/rootdirentry.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/rootdirentry.h]
dist=true
install=false
install_location=
type=HEADER
[imagefs/rpm.spec]
dist=true
install=false
install_location=
type=DATA
[imagefs/tools.cpp]
dist=true
install=false
install_location=
type=SOURCE
[imagefs/tools.h]
dist=true
install=false
install_location=
type=HEADER