Commit b5050b3e authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

makefile and doxygen updates

parent 728b7f9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ distclean: clean
	@rm -f $(PROJARCH).tar*

# helpers
bins:	libs
bins:	libs pylibs
	@$(MAKE) -C sources prog

libs:
+3 −4
Original line number Diff line number Diff line
# DrSPINE Makefile (version information)

export PROJECT=drspine
export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)


export VERSION_MAJOR=1
export VERSION_MINOR=1
export VERSION_RELEASE=2

export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)

git_rev=$(shell git rev-parse --short HEAD 2> /dev/null)
ifeq "$(git_rev)" ""
   git_rev='dev'
+3 −1
Original line number Diff line number Diff line
@@ -31,7 +31,9 @@ PROJECT_NAME = DrSPINE
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER         = 0.1
PROJECT_NUMBER         = 1.1

PROJECT_LOGO           = "./drspine_small.jpg"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

doc/drspine_pic.jpg

0 → 100644
+49.6 KiB
Loading image diff...

doc/drspine_small.jpg

0 → 100644
+3.6 KiB
Loading image diff...