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.
tdevelop/languages/cpp/app_templates/chello/chello.kdevtemplate

81 lines
1.3 KiB

# TDE Config File
[General]
Name=Simple Hello world program
Comment=Generates a simple Hello world program in C
Category=C
Icon=chello.png
FileTemplates=h,CStyle,c,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.c
Archive=chello.tar.gz
[LIBS]
Type = value
ValueType=TQString
Value= OPT_LIBS
Comment= Optional libraries to link to.
Default= -lm
[INCLUDES]
Type = value
ValueType=TQString
Value= OPT_INCS
Comment= Optional include path.
Default= -I/usr/include
[CFLAGS]
Type = value
ValueType=TQString
Value= CFLAGS
Comment= Optional CFLAGS to define in the makefile.
Default=
[MGS]
Type=message
Comment=A simple C project was created in %{dest}.
Archive=chello.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
[FILE1]
Type=install
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[FILE2]
Type=install
Source=%{src}/c-Makefile.am
Dest=%{dest}/Makefile.am
[FILE3]
Type=install
Source=%{src}/c-Makefile.cvs
Dest=%{dest}/Makefile.cvs
[FILE4]
Type=install
Source=%{src}/configure.in
Dest=%{dest}/configure.in
[MkDir1]
Type=mkdir
Dir=%{dest}/src
[FILE5]
Type=install
Source=%{src}/src-Makefile.am
Dest=%{dest}/src/Makefile.am
[FILE6]
Type=install
Source=%{src}/main.c
Dest=%{dest}/src/%{APPNAMELC}.c