Commit Graph

298 Commits

Author SHA1 Message Date
3989329a95 Recurse through the right sub-directories with modes 2021-01-10 00:45:25 +01:00
53e463f9eb Update the copyright notice 2021-01-09 19:42:52 +01:00
4c8ec4ad20 Introduce project modes 2021-01-09 19:41:58 +01:00
0f04aaefb3 Update the copyright notice 2020-04-27 18:12:25 +02:00
f6da7f97e9 No longer use string_length() 2020-04-27 18:12:15 +02:00
998462194e Also use LDFLAGS{,F} when linking assembly files 2019-12-28 23:37:02 +01:00
cc151520a8 List every target in $(TARGETS) 2019-12-20 03:45:42 +01:00
0952cd3e14 Avoid some compilation warnings 2019-12-20 03:35:43 +01:00
38ab2e2da1 Code cleanup 2019-12-20 03:35:43 +01:00
2c2e1532a5 Add a helper to print targets 2019-12-20 03:35:43 +01:00
e7ed6b5e6e Also output the vendor in settings 2019-12-18 04:32:45 +01:00
85af27d563 Add initial support for $(VENDOR) 2019-12-04 01:04:41 +01:00
cb57f57a2d Allow "make all" to be overridden 2019-12-03 21:46:47 +01:00
980ac05972 Avoid printing spurious empty lines 2019-11-04 03:07:32 +01:00
ffe9ce424f Do not erase the phony targets 2019-11-04 02:58:29 +01:00
18878a4d79 Output PREFIX as soon as anything is shipped 2019-09-28 03:14:58 +02:00
f24bd21d93 s/FIXME/TODO/ 2019-03-28 15:37:40 +01:00
37c2cf725e Add support for spaces in filenames (14/x)
This takes care of libraries (shared and static).

GNU Make is required for this to work.
2019-03-05 17:41:00 +01:00
3878b523ec Code cleanup 2019-03-05 01:55:43 +01:00
6a6c43ac00 Add support for spaces in filenames (13/x)
This takes care of plug-ins.

GNU Make is required for this to work.
2019-02-28 16:54:08 +01:00
257e023be6 Add support for spaces in filenames (12/x)
This takes care of dist files.

GNU Make is required for this to work.
2019-02-28 15:29:27 +01:00
c85ee87adc Add support for spaces in filenames (11/x)
This takes care of libtool (special case for libraries).

GNU Make is required for this to work.
2019-02-28 14:19:12 +01:00
75472fa2c0 Add support for spaces in filenames (10/x)
This takes care of libraries.

GNU Make is required for this to work.
2019-02-28 14:16:40 +01:00
b981d7a832 Complete support for OBJDIR with libtool 2019-02-28 13:39:44 +01:00
67317afeb8 Avoid a potential crash 2019-02-28 13:39:03 +01:00
97f10c9d98 Leverage the directory creation routine some more
This also helps pass the "fixme" test.
2019-02-21 02:39:59 +01:00
09b64bf730 Do not expect Windows-specific project files 2019-02-21 02:38:06 +01:00
67764a83e5 Add support for spaces in filenames (9/x)
This adds a new option for scripts, "flags", which should be used for
command-line arguments when calling scripts.

GNU Make is required for this to work.
2019-02-20 18:12:03 +01:00
e53e2cb239 Add support for spaces in filenames (8/x)
This takes care of Verilog objects.

GNU Make is required for this to work.
2019-02-20 17:38:39 +01:00
abf427cc67 Code cleanup 2019-02-20 17:38:39 +01:00
127bbab6b2 Add support for spaces in filenames (7/x)
This takes care of Java classes.

GNU Make is required for this to work.
2019-02-20 16:51:57 +01:00
0d4eb2ff17 Add support for spaces in filenames (6/x)
This adds a missing part for commands.

GNU Make is required for this to work.
2019-02-14 19:09:53 +01:00
33c8a05ee2 Add support for spaces in filenames (5/x)
This takes care of binaries.

GNU Make is required for this to work.
2019-02-14 19:07:17 +01:00
371b3ecea3 Add libtool support for C++ objects 2019-02-14 18:57:17 +01:00
7339b39f71 Code cleanup 2019-02-14 18:29:14 +01:00
69c7c2ac3e Only call $(RM) if there are files to delete 2019-02-14 17:38:37 +01:00
ea21cb77d2 Add support for spaces in filenames (4/x)
This takes care of includes.

GNU Make is required for this to work.
2019-02-12 23:29:36 +01:00
c174eb7cb4 Add tests for spaces in filenames (scripts) 2019-02-12 20:30:49 +01:00
569bed6399 Add support for spaces in filenames (3/x)
This takes care of dependencies.

GNU Make is required for this to work.
2019-02-12 20:29:19 +01:00
48e004bb22 Do not clean objects for scripts 2019-02-12 20:22:47 +01:00
e03e911ac3 Add support for spaces in filenames (2/x)
This takes care of scripts.

GNU Make is required for this to work.
2019-02-12 20:22:13 +01:00
5dd8c6bf64 Code cleanup 2019-02-12 15:56:14 +01:00
75f16c92b7 Code cleanup 2019-02-12 15:55:44 +01:00
453a99b287 Never install phony commands 2019-02-12 15:55:02 +01:00
b44f382a86 Update the copyright notice 2019-02-12 15:54:44 +01:00
4b6fa66a1b Add support for spaces in filenames (1/x)
This takes care of commands first.

GNU Make is required for this to work.
2019-02-12 15:53:00 +01:00
3e559dbfb3 Do not {,un}install disabled targets 2018-12-29 18:44:23 +01:00
de337d7ac3 Fix creating the top Makefile with implicit location 2018-10-20 18:16:54 +02:00
92a5a95ebc Handle empty values for the directory
This is considered to mean the current directory.
As an intended side-effect, the output in verbose mode is slightly
nicer.
2018-09-21 14:20:31 +03:00
da285a61fb Use OBJDIR for commands as well
They need to be phony otherwise, then keeping the former behaviour.
2018-07-01 04:17:45 +02:00