Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive

This commit is contained in:
Sanel Zukan 2009-03-06 12:43:03 +00:00
parent 69ecd10d80
commit fb4d12d2ad
2 changed files with 5 additions and 5 deletions

View File

@ -90,10 +90,10 @@ rule EdeProgram
} }
} }
# EdeProgramBare [target] : [sources] : [noinstall] ; # EdeProgramAsFltkBare [target] : [sources] : [noinstall] ;
# Creates EDE specific programs. They will be linked with EDELIBLIB # Creates EDE specific programs. They will be linked with EDELIBLIB
# and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'. # and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
rule EdeProgramBare rule EdeProgramAsFltkBare
{ {
if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) { if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ; Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;

View File

@ -16,5 +16,5 @@ EdeProgram ede-launch : $(SOURCE) ;
TranslationStrings locale : $(SOURCE) ; TranslationStrings locale : $(SOURCE) ;
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ; ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
EdeProgramBare ede-launch-sn : ede-launch-sn.cpp ; EdeProgramAsFltkBare ede-launch-sn : ede-launch-sn.cpp ;
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ; LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;