mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Adding efiler to build system
This commit is contained in:
parent
633291ab86
commit
d4d31b8310
16
efiler/Jamfile
Normal file
16
efiler/Jamfile
Normal 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 ;
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user