Commit Graph

351 Commits

Author SHA1 Message Date
07616fd173 Update the copyright notice 2017-04-30 03:23:17 +02:00
8da91d009a Really implement PROGNAME 2017-04-30 03:22:55 +02:00
840034ec0a Update the copyright notice 2017-04-30 02:56:12 +02:00
4f4432b038 Initial support for Verilog
This is still very hackish and limited unfortunately.
2017-04-30 02:53:05 +02:00
1767f4fc29 Add missing CXXFLAGSF 2017-04-30 00:51:06 +02:00
ca20d5fa11 Update the copyright notice 2017-04-30 00:50:09 +02:00
805a3a4dd0 Code cleanup (re-wrap) 2017-04-30 00:50:00 +02:00
1c3e7d8062 Truncate scripts at the first space to get the path 2016-09-15 03:02:21 +02:00
54aa67d2bd Pave the way to keep track of directories created 2016-09-12 04:39:08 +02:00
dda49d988c Re-generate the Makefiles 2016-09-12 04:26:22 +02:00
4a10424c5d No longer compile with -pedantic 2016-09-12 04:26:09 +02:00
ede0e5ce40 More consistent warning messages 2016-09-12 00:46:42 +02:00
10c3f377d2 Improve some error messages 2016-09-12 00:46:42 +02:00
8c7d171455 Add a test and warning for scripts to exist 2016-09-11 23:57:01 +02:00
f4992db978 Fix installing includes in sub-folders 2016-08-13 20:32:02 +02:00
99f2c823f1 Slightly simplify the "dist" rule 2016-07-26 14:30:35 +02:00
8d8baa55ef Re-generate the Makefiles 2016-03-06 00:00:38 +01:00
f13c206249 Update the copyright notice 2016-02-14 21:43:07 +01:00
57275fd77c Clean objects in OBJDIR if set 2016-02-14 21:42:11 +01:00
d9117f6c34 Update the copyright notice 2016-01-24 18:55:02 +01:00
5857b2276e Do not ignore unsupported flags 2016-01-24 18:54:38 +01:00
967825ae8a Re-generate the Makefiles 2015-10-06 19:37:50 +02:00
eac496726d Build with SSP, as PIE and with RELRO by default 2015-10-06 19:37:29 +02:00
6e9ede2d0f Re-generate the Makefiles 2015-09-09 12:42:24 -04:00
8567ccc29a Output more portable Makefiles
The extensions for executable files and shared objects can be
chosen without re-generating the Makefiles. There are still major
differences between MacOS X, Windows and UNIX platforms but these
changes reduce them a lot, especially when building binaries.

This should also help writing cross-platform "project.conf" files.
2015-09-09 12:38:37 -04:00
0173cf2984 Re-generate the Makefiles 2015-09-09 12:03:33 -04:00
18b464992f Always output EXEEXT and SOEXT 2015-09-09 12:02:39 -04:00
630e584e65 Also detect the extension for executables 2015-09-09 12:02:11 -04:00
b631f7825c Code cleanup 2015-09-09 11:59:11 -04:00
560612800e Update the copyright notice 2015-08-30 21:30:25 +02:00
ffc150b2a7 Complete the usage screen 2015-08-30 21:30:10 +02:00
6a8cc5a5a8 Also implement "asflags_force" 2015-08-29 17:05:59 +02:00
a740869dac Add a helper for comma-separated variable expansion 2015-08-27 00:18:19 +02:00
b61c0fdb09 Always expand dependencies as expected 2015-08-27 00:06:31 +02:00
af737550f6 Comment out unused code 2015-08-27 00:05:57 +02:00
a25ace6344 Fix crash on Linux 2015-08-23 16:08:18 +02:00
d7daf15193 Add a few .gitignore files 2015-05-28 21:33:10 +02:00
55ebd56b08 Fix "make distcheck" with regard to OBJDIR 2015-05-25 18:37:34 +02:00
0bc141c002 Code cleanup 2015-05-25 18:24:37 +02:00
ffcfef3282 Avoid sub-shells where not necessary
This is for the "distcheck" target.
2015-05-25 18:05:49 +02:00
bbff942d35 Do not link to libraries before being built 2015-05-21 01:52:44 +02:00
08a54f65c4 Build libraries reliably with multiple jobs 2015-05-21 01:42:28 +02:00
969eef859c Detect more errors 2015-05-21 01:22:23 +02:00
9397a25143 Code cleanup 2015-05-21 01:18:16 +02:00
f8740ea1ec Avoid a crash on Linux systems
Use vsnprintf() (with n=0) instead of vsprintf() in dry-run mode.
2015-05-09 13:56:00 +02:00
10dd6865a1 Lift the safeguard against printing 2015-05-08 01:29:44 +02:00
1819d3ab5d Use the new print helper 2015-05-08 01:28:55 +02:00
2d47888360 Remove unused variable 2015-05-08 00:54:51 +02:00
a2bc07cf7f Introduce a helper for dry-run mode 2015-05-08 00:54:51 +02:00
42020536b1 Constify a variable 2015-05-07 23:47:25 +02:00