summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-04-01Fix conditional build.Daniil Baturin
2016-04-01Crude support for building on non-x86 architectures.Daniil Baturin
Right now the CPUID procedure is made to return zeroes on non-x86 platforms through conditional compilation. A cleaner solution would be to use separate procedures and specify implementation through gprbuild directives.
2015-04-08Add makefile option for build target.Daniil Baturin
2015-04-08Check if build dir exists before doing gprclean.Daniil Baturin
2015-04-07Use DESTDIR parameter in the makefile.Daniil Baturin
2015-04-06License headers, formatting cleanup.Daniil Baturin
2015-04-06Fix target name in a .PHONY directive.Daniil Baturin
2015-04-05Use build/ dir for object files.Daniil Baturin
2015-04-05Improve dependencies in the makefile.Daniil Baturin
Make src/hvinfo a phony target to let gprbuild sort out actual Ada dependencies.
2015-04-05Build scripts revamp.Daniil Baturin
2015-03-10Add a makefile.Daniil Baturin