You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
811 B
45 lines
811 B
# TDE Config File
|
|
[General]
|
|
Name=Empty Autotools Template
|
|
|
|
Comment=Generate an empty Automake based application
|
|
|
|
Category=C++/Automake project
|
|
|
|
Icon=automakeempty.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
Archive=automakeempty.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[INCADMIN]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/incadmin.kdevtemplate
|
|
|
|
[GNU]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/gnu.kdevtemplate
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/automakeempty-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/automakeempty-Makefile.cvs
|
|
Dest=%{dest}/Makefile.cvs
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/configure.in
|
|
Dest=%{dest}/configure.in
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=An Automake based application was created in %{dest}
|