Commit graph

78 commits

Author SHA1 Message Date
MXPLRS | Kirill a566479ddb fix branch detect 2016-11-09 01:07:10 +03:00
atnaguzin 8b0ce30dfc systemd unit, debian patch fix, makefile last-dist added, package log&pid folder edited 2016-11-03 19:08:21 +03:00
Jeff Becker d4a0076aba
merge 2016-11-01 10:26:40 -04:00
Jeff Becker 1a1d54387c
update build files and allow compile without websocket 2016-11-01 10:02:24 -04:00
hagen 9368a93279 * fgrep can't be used with regex 2016-10-26 00:41:48 +00:00
Vlad Glagolev b68381db58 fixed build with OpenBSD 2016-10-22 16:38:45 -04:00
Jeff Becker 7d04ba0fc3
CXXFLAGS -> NEEDED_CXXFLAGS 2016-07-14 14:25:20 -04:00
Jeff Becker 346b0c9d68
disable testnet by default 2016-06-30 17:50:47 -04:00
Jeff Becker 43be363542
Merge remote-tracking branch 'purple/openssl' into meshnet 2016-06-28 09:34:38 -04:00
Jeff Becker cd47ddd539 default to USE_MESHNET=yes 2016-06-28 07:57:48 -04:00
Jeff Becker 556bfb752a
disable meshnet by default, use make USE_MESHNET=yes to build for cjdns 2016-06-27 10:33:14 -04:00
Jeff Becker 4cf4436169
initial meshnet mode 2016-06-27 09:47:53 -04:00
hagen b668c4c302 * add global switch USE_UPNP to makefile 2016-06-27 13:12:01 +00:00
hagen 289b679e3c * add doxygen support 2016-05-31 00:34:24 +00:00
orignal aa215f2a5a regular/homebrew build selection for Mac OS X 2016-05-11 07:08:02 -04:00
Jeff 00cfdc7d92 fix mac brew, use libressl and homebrew 2016-05-04 12:12:24 -04:00
hagen 2e848a7c9a * chg default branch for 'dist' target 2016-03-27 00:05:47 +00:00
hagen 437225b43e * convert makefiles back to unix linefeeds 2016-03-27 00:05:47 +00:00
orignal f8f2ab9cba fixed windows build 2016-03-10 19:34:32 -05:00
orignal 74d4b8e0b9 invoke win32app functions from main 2016-03-09 14:41:14 -05:00
hagen 121ac4f1de * move mingw-specific rules to Makefile.mingw 2016-03-09 13:36:39 +00:00
orignal 507093dbad compile with resources 2016-03-07 21:36:11 -05:00
orignal 6383fc3575 initial commit of Win32App 2016-03-07 14:54:57 -05:00
hagen d8ea3a9035 * make target 'strip' 2016-02-11 13:00:56 +00:00
0niichan bd0eb81c1b add "mkdir obj/Win32" in Windows 2016-01-21 03:52:13 +07:00
hagen 8f9cea54c5 * rename main binary 2015-12-08 11:38:28 +00:00
orignal 1d37745c0c more separation between api and executable builds 2015-11-21 17:04:40 -05:00
orignal 62cf83921b cumulative update from bitbucket 2015-11-03 09:15:49 -05:00
Timofey Titovets 3a30c00dae Fix: mkdir exist in multi thread building 2015-01-13 12:55:14 +03:00
Kill Your TV 2ed99ba245 fix calling individual targets
(broken in 82af922b40)

Otherwise commands like `make i2p` will fail.
2014-12-30 13:34:25 +00:00
Torkel Bjørnson-Langen 7bf11df3b8 Minor: Makefile - added mk_build_dir to .PHONY target 2014-12-29 17:40:55 +01:00
Torkel Bjørnson-Langen 82af922b40 Fixed building on OS X.
I got it to work on OS X 10.10.2 using clang.

Note: I'm an OS noob :)
2014-12-29 17:12:05 +01:00
hagen 677e3585c9 * new makefile target: deps 2014-12-24 05:08:43 +00:00
Kill Your TV 425c746b87 typo fix 2014-12-21 21:48:30 +00:00
Kill Your TV 993b4c92b0 slightly stricter use of mkdir/rm -rf 2014-12-20 20:11:55 +00:00
Kill Your TV b26bc5c7f4 Add api target 2014-12-20 20:10:44 +00:00
Kill Your TV e4cc15d19e Don't build the lib when making static binaries
Without this, building on 64-bit systems will fail.
2014-12-20 19:48:53 +00:00
Kill Your TV e5c2022f71 Fix building in kFreeBSD
broken in 8c218bd5
2014-12-20 16:57:41 +00:00
Kill Your TV b343c24a9f add explanatory comments to Makefiles 2014-12-20 16:57:41 +00:00
Kill Your TV 21e3778e69 Revert the 'clean-up' commits so that custom build-time flags can be set
These commits removed the 'NEEDED*' vars which were added so that CXX*
and LDFLAGS could be specified at build time. By doing away with these
and using solely CXXFLAGS and LDFLAGS, special flags cannot be added.
Indeed, specifying your own CXXFLAGS would cause the build to fail. We
want the build flags to be APPENDED, not overwritten.
2014-12-20 16:57:41 +00:00
orignal d6fe4556fb don't make executable as shared 2014-12-13 14:45:44 -05:00
hagen ca2566e778 * reorder makefile rules : fix depends on header 2014-12-13 13:39:57 +00:00
hagen cd3a7040b0 * Makefile : add dist target 2014-12-13 13:21:24 +00:00
hagen cf8e229098 * almost fixed static linking 2014-12-13 13:21:24 +00:00
hagen 05a62af99b * move USE_* to main Makefile 2014-12-13 13:21:24 +00:00
hagen aa0cb6b2c4 * (3/3) cleanup : unused variable 2014-12-13 13:21:24 +00:00
hagen d6ec412422 * (2/3) cleanup : use $CXXFLAGS instead $NEEDED_FLAGS 2014-12-13 13:21:24 +00:00
hagen 4e94bc9efc * (1/3) cleanup : use $CXXFLAGS instead $CPU_FLAGS 2014-12-13 13:21:24 +00:00
hagen 9552edf82d * (2/3) update main Makefile 2014-12-13 13:21:24 +00:00
hagen 8c218bd5df * (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific 2014-12-13 13:21:24 +00:00