Subversion Repositories gelsvn

Rev

Rev 107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 198
Line 7... Line 7...
7
	:staticlink=true
7
	:staticlink=true
8
<%endif%>
8
<%endif%>
9
<%else%>
9
<%else%>
10
<%if(sharedname)%>
10
<%if(sharedname)%>
11
	shared_library
11
	shared_library
12
	:outputname=<%if(dllout)%><%reltop_dllout%><%else%><%reltop_libout%><%endif%>/<%lib_prefix%><%sharedname%><%libdecorator%><%libext%>
12
	:outputname=<%if(dllout)%><%reltop_dllout%><%else%><%reltop_libout%><%endif%>/<%lib_prefix%><%libname_prefix%><%sharedname%><%libdecorator%><%libext%>
13
<%else%>
13
<%else%>
14
<%if(staticname)%>
14
<%if(staticname)%>
15
	library
15
	library
16
	:outputname=<%reltop_libout%>/<%lib_prefix%><%staticname%><%libdecorator%><%libext%>
16
	:outputname=<%reltop_libout%>/<%lib_prefix%><%libname_prefix%><%staticname%><%libdecorator%><%libext%>
17
<%else%>
17
<%else%>
18
	subproject
18
	subproject
19
<%endif%>
19
<%endif%>
20
<%endif%>
20
<%endif%>
21
<%endif%>
21
<%endif%>
Line 29... Line 29...
29
<%if(flag_overrides(custom_type->input_file, gendir))%>
29
<%if(flag_overrides(custom_type->input_file, gendir))%>
30
	:preexec=cd <%reltop%>; <%mkdir("mkdir -p")%> <%flag_overrides(custom_type->input_file, gendir)%><%postmkdir%>
30
	:preexec=cd <%reltop%>; <%mkdir("mkdir -p")%> <%flag_overrides(custom_type->input_file, gendir)%><%postmkdir%>
31
<%endif%>
31
<%endif%>
32
<%if(custom_type->output_option)%>
32
<%if(custom_type->output_option)%>
33
<%foreach(custom_type->input_file->output_files)%>
33
<%foreach(custom_type->input_file->output_files)%>
34
	:preexec=cd <%reltop%>; <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%><%if(custom_type->output_option)%> <%custom_type->output_option%> <%custom_type->input_file->output_file%><%endif%>
34
	:preexec=cd <%reltop%>; <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%><%if(custom_type->output_option)%> <%custom_type->output_option%> <%custom_type->input_file->output_file%><%endif%> <%custom_type->input_file%>
35
<%endfor%>
35
<%endfor%>
36
<%else%>
36
<%else%>
37
	:preexec=cd <%reltop%>; <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%><%endif%>
37
	:preexec=cd <%reltop%>; <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%><%endif%>
38
<%if(flag_overrides(custom_type->input_file, postcommand))%>
38
<%if(flag_overrides(custom_type->input_file, postcommand))%>
39
<%foreach(custom_type->input_file)%>
39
<%foreach(custom_type->input_file)%>
Line 77... Line 77...
77
	:deflibdirs=<%deflibdirs%>
77
	:deflibdirs=<%deflibdirs%>
78
<%endif%>
78
<%endif%>
79
<%if(libs || lit_libs || pure_libs)%>
79
<%if(libs || lit_libs || pure_libs)%>
80
<%if(exename || sharedname)%>
80
<%if(exename || sharedname)%>
81
<%foreach(libs)%>
81
<%foreach(libs)%>
82
	:libraries=-l<%lib%><%libdecorator%>
82
	:libraries=-l<%libname_prefix%><%lib%><%libdecorator%>
83
<%endfor%>
83
<%endfor%>
84
<%foreach(lit_libs)%>
84
<%foreach(lit_libs)%>
85
	:libraries=-l<%lit_lib%>
85
	:libraries=-l<%lit_lib%>
86
<%endfor%>
86
<%endfor%>
87
<%foreach(pure_libs)%>
87
<%foreach(pure_libs)%>