renamed .h and libs clicon->clixon
This commit is contained in:
parent
baa5611616
commit
79b77943f9
132 changed files with 1240 additions and 1268 deletions
|
|
@ -29,22 +29,22 @@ libdir = @libdir@
|
|||
includedir = @includedir@
|
||||
datarootdir = @datarootdir@
|
||||
# You may consider changing this
|
||||
image = olofhagsand/clicon_backend
|
||||
image = olofhagsand/clixon_backend
|
||||
|
||||
all:
|
||||
@echo "Run make docker to build docker image"
|
||||
clean:
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile *~ .depend libcligen* libclicon* clicon_backend Dockerfile
|
||||
rm -f Makefile *~ .depend libcligen* libclixon* clixon_backend Dockerfile
|
||||
|
||||
# Kind of reverse install, could have copied from src dir,...
|
||||
.PHONY: docker push
|
||||
docker:
|
||||
cp $(DESTDIR)$(libdir)/libcligen.so.@CLIGEN_VERSION@ .
|
||||
cp $(DESTDIR)$(libdir)/libclicon.so.@CLICON_VERSION_MAJOR@ .
|
||||
cp $(DESTDIR)$(libdir)/libclicon_backend.so.@CLICON_VERSION_MAJOR@ .
|
||||
cp $(DESTDIR)$(sbindir)/clicon_backend .
|
||||
cp $(DESTDIR)$(libdir)/libclixon.so.@CLIXON_VERSION_MAJOR@ .
|
||||
cp $(DESTDIR)$(libdir)/libclixon_backend.so.@CLIXON_VERSION_MAJOR@ .
|
||||
cp $(DESTDIR)$(sbindir)/clixon_backend .
|
||||
sudo docker build -t $(image) .
|
||||
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue