diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 17:38:59 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 17:38:59 +0000 |
| commit | 26b3b3e368a79ce29df732ea04e72a4c002ae2ce (patch) | |
| tree | e3fc8d7461ab371279f7bf9c692096cd39cc92f6 /Makefile | |
| parent | ae2221660f9b411fa78cdf8034f0803e9a870cde (diff) | |
rename into ioriot
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
