Fossil

All files named "Makefile.classic"
Login

All files named "Makefile.classic"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Makefile.classic

2021-12-26
13:05
Got Makefile.classic mostly working again, with the caveat that it assumes an SSL build. ... (file: [198aed28] check-in: [6c3d398a] user: stephan branch: trunk, size: 3427)
2020-07-08
13:53
Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. ... (file: [f7ab827c] check-in: [918bcfcf] user: jan.nijtmans branch: trunk, size: 3295)
2020-01-22
00:44
Added missing APPNAME to Makefile.classic, as reported in the forum. ... (file: [42738dd3] check-in: [a6ee6add] user: stephan branch: trunk, size: 3367)
2018-10-04
06:20
Commented out the -lm option added to Makefile.classic recently: libm doesn't exist on all platforms. ... (file: [e6ff839e] check-in: [729360ec] user: wyoung branch: trunk, size: 3345)
2018-10-03
22:23
Checkin [15e1dcd058b5b3e1] had no useful effect: we need to set this flag at the "make" level, not as a C preprocessor flag. Not backing it out because the change is harmless as well as useless. ... (file: [11473d66] check-in: [f08a09ca] user: wyoung branch: trunk, size: 3269)
21:52
Added -lm to LIB in Makefile.classic to allow src/piechart.c to build on systems where the trig functions are in libm. ... (file: [88e2e507] check-in: [ba71b359] user: wyoung branch: trunk, size: 3191)
21:51
Added -DUSE_LINENOISE to Makefile.classic, since it's built into Fossil, and that build system has no way to find or use libedit or libreadline intead. ... (file: [2e278dcd] check-in: [15e1dcd0] user: wyoung branch: trunk, size: 3095)
2018-07-22
16:22
Allow CFLAGS override without duplicating compile options by default ... (file: [1eb97a2c] check-in: [09f41885] user: ashepilko branch: trunk, size: 2818)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (file: [6fa3c6e3] check-in: [efb0f880] user: mistachkin branch: altLegacyMvRm, size: 2775)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (file: [504c0ad4] check-in: [b9f31fe1] user: mistachkin branch: removeMiniz, size: 2525)
2015-09-16
08:57
Remove unnecessary end-of-line spacing in various places ... (file: [f0e49e92] check-in: [4db19dcc] user: jan.nijtmans branch: trunk, size: 2703)
2015-06-17
10:10
On non-MSVC-platforms (including MinGW), dynamic builds are already the default, so let "fossil version -v" reflect that. ... (file: [415bdbbf] check-in: [b2c03de3] user: jan.nijtmans branch: dynamicMsvc, size: 2704)
2014-08-25
22:28
Rename EXTRATARGETS to APPTARGETS in the MSVC makefile. ... (file: [34dc7d91] check-in: [b575811a] user: mistachkin branch: trunk, size: 2385)
2014-08-23
06:08
Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (file: [8860fc87] check-in: [c693a336] user: mistachkin branch: optionalMiniz, size: 2658)
2014-08-19
17:26
Got the last bit of Baruch's patch in. ... (file: [13d57e86] check-in: [d8902124] user: stephan branch: miniz, size: 2382)
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. ... (file: [3742da00] check-in: [f382b9a5] user: mistachkin branch: auto-mingw-makefile, size: 4338)
23:04
Add comments about leading './' in front of source and build directory names. ... (file: [af04f4f8] check-in: [f3096fe0] user: mistachkin branch: auto-mingw-makefile, size: 4340)
22:50
Add fixes to classic makefile to support MinGW mostly automatically. ... (file: [bc3c18ed] check-in: [590cee0e] user: mistachkin branch: auto-mingw-makefile, size: 3842)
2011-06-14
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (file: [610ce9ee] check-in: [8559c781] user: joerg branch: autoconf, size: 2386)