Skip to content

Commit

Permalink
remove Makefile.simple and add Makefile.target
Browse files Browse the repository at this point in the history
Dropped support of Makefile.simple and custom/Makefile.simple.
The calc version 2.14.3.0 is the last release that supported
the Makefile.simple and custom/Makefile.simple files.
Now, a make that supports makefile conditional syntax is required.

The platform target section from the old Makefile has been moved
to a new file, Makefile.target.  The Makefile.target is shared
by both Makefile and custom/Makefile.  The custom/Makefile no
longer includes Makefile (instead it includes ../Makefile.target).
  • Loading branch information
lcn2 committed Aug 14, 2023
1 parent b408b59 commit f416973
Show file tree
Hide file tree
Showing 8 changed files with 978 additions and 9,803 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ The following are the changes from calc version 2.14.3.1 to date:
Added comments in Makefile.local for how to reduce dependency chains
under macOS. XXX - this doesn't yet work so don't uncomment - XXX.

Dropped support of Makefile.simple and custom/Makefile.simple.
The calc version 2.14.3.0 is the last release that supported
the Makefile.simple and custom/Makefile.simple files.
Now, a make that supports makefile conditional syntax is required.

The platform target section from the old Makefile has been moved
to a new file, Makefile.target. The Makefile.target is shared
by both Makefile and custom/Makefile. The custom/Makefile no
longer includes Makefile (instead it includes ../Makefile.target).


The following are the changes from calc version 2.14.2.1 to 2.14.3.0:

Expand Down
Loading

0 comments on commit f416973

Please sign in to comment.