SubDir TOP libs celtool ;

Description celtool : "CEL tool library" ;
Library celtool :
  [ Wildcard *.cpp *.h ]
  [ Wildcard [ ConcatDirs $(DOTDOT) $(DOTDOT) include celtool ] : *.h ] :
  shared ;
ExternalLibs celtool : CRYSTAL ;

CFlags celtool : [ FDefines CEL_CONFIGDIR='\"$(appconfdir)\"' ]
  [ FDefines CEL_PLUGINDIR='\"$(plugindir)\"'  ] ;

