Removed obsolete makefiles.

Added main Makefile which will try to detect installed jam and
call it as background process
This commit is contained in:
Sanel Zukan
2007-09-27 13:58:59 +00:00
parent 6170d43d19
commit 1a7f6d9f06
20 changed files with 32 additions and 749 deletions

View File

@ -1,21 +0,0 @@
CPPFILES = einstaller.cpp einstall.cpp ../edelib2/Util.cpp ../edelib2/Run.cpp ../edelib2/process.cpp ../edelib2/pty.cpp ../edelib2/Config.cpp
TARGET = einstaller
POFILES = locale/ru.po\
locale/sk.po\
locale/hu.po\
include ../makeinclude
install:
$(INSTALL_PROGRAM) $(TARGET) $(bindir)
$(INSTALL_LOCALE)
uninstall:
$(RM) $(bindir)/$(TARGET)
clean:
$(RM) $(TARGET)
$(RM) *.o