summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 20:05:21 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 20:05:21 +0200
commit3bd478d6d2c415b9a22622af973fdee9b1718422 (patch)
tree872c2f413c1b92dea423e244dd3d2b147d50a92d /Makefile
parentf89ed71af80ebd54935cf14f01602ff73e8d8992 (diff)
remove SmartKit code and UI code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 1e4b1d5..e3ed42b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS=-pipe -Wall -W -O0 -g -I.
LIBS=
-all: skdump sktest smartkitd gnome-disk-health gnome-disk-health.ui
+all: skdump sktest
skdump: smart.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
@@ -9,14 +9,5 @@ skdump: smart.o skdump.o
sktest: smart.o sktest.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-smartkitd: smart.c smartkitd.vala
- valac --save-temps -g -o $@ --vapidir=. --pkg=smart --pkg=hal --pkg=dbus-glib-1 --Xcc=-I. $^
-
-gnome-disk-health: gnome-disk-health.vala
- valac --save-temps -g -o $@ --pkg=gtk+-2.0 --pkg=dbus-glib-1 $^
-
-gnome-disk-health.ui: gnome-disk-health.glade
- gtk-builder-convert $< $@
-
clean:
- rm -f skdump sktest *.o smartkitd gnome-disk-health gnome-disk-health.ui
+ rm -f skdump sktest *.o