blob: 3b13385fba61b3abcba1711cc7d8e461c1d39bd8 (
plain)
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
|
# TDE Config File
[General]
Name=GNOME-- Application framework
Comment=Generates a simple GNOME-- application. Gnomemm, Gtkmm >= 1.2.8 and < 1.3.0 should be installed. To edit glade file glade-- (http://home.wtal.de/petig/Gtk/) is required.
Category=C++/GTK+
Icon=gnome2mmapp.png
FileTemplates=hh,CStyle,cc,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
Archive=gnome2mmapp.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
[GNOME2]
Type=include
File=%{tdevelop}/template-common/gnome2.kdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[FILE2]
Type=install
Source=%{src}/app-Makefile.am
Dest=%{dest}/Makefile.am
[FILE3]
Type=install
Source=%{src}/configure.in
Dest=%{dest}/configure.in
[FILE4]
Type=install
Source=%{src}/acconfig.h
Dest=%{dest}/acconfig.h
[FILE5]
Type=install
Source=%{src}/config.h
Dest=%{dest}/config.h
[FILE6]
Type=install
Source=%{src}/autogen.sh
Dest=%{dest}/autogen.sh
[FILE7]
Type=install
Source=%{src}/gnome2mm.glade
Dest=%{dest}/%{APPNAMELC}.glade
[FILE8]
Type=install
Source=%{src}/gnome2mm.gladep
Dest=%{dest}/%{APPNAMELC}.gladep
[MkDir1]
Type=mkdir
Dir=%{dest}/src
[FILE9]
Type=install
Source=%{src}/src-Makefile.am
Dest=%{dest}/src/Makefile.am
[FILE10]
Type=install
Source=%{src}/gnome2mm.cc
Dest=%{dest}/src/%{APPNAMELC}.cc
[FILE11]
Type=install
Source=%{src}/main_window.hh
Dest=%{dest}/src/main_window.hh
[FILE12]
Type=install
Source=%{src}/main_window.cc
Dest=%{dest}/src/main_window.cc
[FILE13]
Type=install
Source=%{src}/main_window_glade.hh
Dest=%{dest}/src/main_window_glade.hh
[FILE14]
Type=install
Source=%{src}/main_window_glade.cc
Dest=%{dest}/src/main_window_glade.cc
[MSG]
Type=message
Comment=A GNOME-- application framework was created in %{dest}
|