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,17 +0,0 @@
CPPFILES = edialog.cpp
TARGET = edialog
include ../makeinclude
install:
$(INSTALL_PROGRAM) $(TARGET) $(bindir)
$(INSTALL_LOCALE)
uninstall:
$(RM) $(bindir)/$(TARGET)
clean:
$(RM) $(TARGET)
$(RM) *.o