mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removing obsolete efltk rule.
This commit is contained in:
parent
0301585b3c
commit
013dfcc481
@ -109,26 +109,6 @@ rule EdeProgramAsFltkBare
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# EfltkProgram [target] : [sources] : [noinstall] ;
|
|
||||||
# Creates programs that will be linked with efltk. If [noinstall] is given,
|
|
||||||
# [target] will not be installed wit 'jam install'.
|
|
||||||
rule EfltkProgram
|
|
||||||
{
|
|
||||||
if ! $(EFLTKINCLUDE) || ! $(EFLTKLIB) {
|
|
||||||
Echo "EFLTKINCLUDE or EFLTKLIB not defined; $(1) will not be built" ;
|
|
||||||
return ;
|
|
||||||
}
|
|
||||||
|
|
||||||
MakeProgramPrivate $(1) : $(2)
|
|
||||||
: $(EFLTKLIB) $(STDLIB)
|
|
||||||
: $(GLOBALFLAGS) $(EFLTKINCLUDE) ;
|
|
||||||
|
|
||||||
# install it where ede binaries resides
|
|
||||||
if $(3) != "noinstall" {
|
|
||||||
InstallEdeProgram $(1) ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# FltkProgram [target] : [sources] : [noinstall] ;
|
# FltkProgram [target] : [sources] : [noinstall] ;
|
||||||
# Creates programs that will be linked with fltk only. It will use full fltk
|
# Creates programs that will be linked with fltk only. It will use full fltk
|
||||||
# dependencies (images).
|
# dependencies (images).
|
||||||
|
Loading…
Reference in New Issue
Block a user