summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 427e7bb..d5ab493 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
-DESTDIR=/opt/ioreplay
+DESTDIR=/opt/ioriot
all:
$(MAKE) -C systemtap
- $(MAKE) -C ioreplay
+ $(MAKE) -C ioriot
install:
$(MAKE) -C systemtap install
- $(MAKE) -C ioreplay install
+ $(MAKE) -C ioriot install
uninstall:
test ! -z $(DESTDIR) && test -d $(DESTDIR) && rm -Rfv $(DESTDIR) || exit 0
deinstall: uninstall
clean:
- $(MAKE) -C ioreplay clean
+ $(MAKE) -C ioriot clean
$(MAKE) -C systemtap clean
astyle:
- $(MAKE) -C ioreplay astyle
+ $(MAKE) -C ioriot astyle
loc:
- wc -l ./systemtap/src/*.stp ./ioreplay/src/*.{h,c} ./ioreplay/src/*/*.{h,c} | tail -n 1
+ wc -l ./systemtap/src/*.stp ./ioriot/src/*.{h,c} ./ioriot/src/*/*.{h,c} | tail -n 1
doxygen:
doxygen ./docs/doxygen.conf