Install sj3dic and sj3mkdic
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
43e5f78558
commit
18e40d83ca
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -48,6 +48,8 @@ install: all
|
|||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
mkdir -p $(DESTDIR)$(INCLUDEDIR)
|
||||
mkdir -p $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL_PROGRAM) sj3dic $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL_PROGRAM) sj3mkdic $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL_PROGRAM) sj3stat $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL_LIB) libsj3lib.a $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL_LIB) libsj3lib.so $(DESTDIR)$(LIBDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue