2007-07-18 22:03:32 +04:00
|
|
|
#
|
|
|
|
# $Id: Jamfile 2002 2007-07-18 17:32:49Z karijes $
|
|
|
|
#
|
|
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
|
|
# Copyright (c) 2000-2007 EDE Authors.
|
|
|
|
#
|
|
|
|
# This program is licenced under terms of the
|
|
|
|
# GNU General Public Licence version 2 or newer.
|
|
|
|
# See COPYING for details.
|
|
|
|
|
|
|
|
SubDir TOP efiler ;
|
|
|
|
|
2007-08-23 19:30:57 +04:00
|
|
|
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_DirTree.cpp Util.cpp efiler.cpp fileops.cpp filesystem.cpp ede_ask.cpp Flu_Wrap_Group.cpp EDE_FileIconView.cpp EDE_FileDetailsView.cpp ;
|
2007-08-21 14:42:59 +04:00
|
|
|
|
|
|
|
LinkAgainst efiler : -lXpm ;
|
2007-07-18 22:03:32 +04:00
|
|
|
|
|
|
|
EdeProgram efiler : $(SOURCE) ;
|
|
|
|
#EdeManual doc/efiler.txt : doc/efiler.jpg ;
|