Adding efiler to build system

This commit is contained in:
Vedran Ljubovic 2007-07-18 18:03:32 +00:00
parent 633291ab86
commit d4d31b8310
2 changed files with 16 additions and 17 deletions

16
efiler/Jamfile Normal file
View File

@ -0,0 +1,16 @@
#
# $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 ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_FileView.h Util.cpp efiler.cpp ;
EdeProgram efiler : $(SOURCE) ;
#EdeManual doc/efiler.txt : doc/efiler.jpg ;

View File

@ -1,17 +0,0 @@
CPPFILES = efiler.cpp EDE_FileBrowser.cpp EDE_DirTree.cpp ../edelib2/MimeType.cpp ../edelib2/Run.cpp ../edelib2/process.cpp ../edelib2/pty.cpp ../edelib2/Config.cpp ../edelib2/Icon.cpp ../edelib2/Util.cpp ../edelib2/about_dialog.cpp
TARGET = efiler
include ../makeinclude
install:
$(INSTALL_PROGRAM) $(TARGET) $(bindir)
$(INSTALL_LOCALE)
uninstall:
$(RM) $(bindir)/$(TARGET)
clean:
$(RM) $(TARGET)
$(RM) *.o