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,22 +0,0 @@
CPPFILES = aboutdialog.cpp logoutdialog.cpp panelbutton.cpp keyboardchooser.cpp taskbutton.cpp workpanel.cpp item.cpp cpumonitor.cpp dock.cpp mainmenu.cpp mainmenu_scan.cpp
TARGET = eworkpanel
POFILES = locale/ru.po\
locale/sr.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