{"id":15706837,"url":"https://github.com/ibara/gmake-d","last_synced_at":"2025-09-10T05:43:19.147Z","repository":{"id":80378302,"uuid":"360194996","full_name":"ibara/gmake-d","owner":"ibara","description":"GNU Make with built-in D support.","archived":false,"fork":false,"pushed_at":"2021-04-23T19:53:30.000Z","size":986,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T01:51:54.928Z","etag":null,"topics":["d","dlang","dlanguage","linux","make","unix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibara.png","metadata":{"files":{"readme":"README.Amiga","changelog":"ChangeLog.1","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-21T14:11:39.000Z","updated_at":"2021-07-31T00:09:00.000Z","dependencies_parsed_at":"2023-06-06T13:30:12.474Z","dependency_job_id":null,"html_url":"https://github.com/ibara/gmake-d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fgmake-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fgmake-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fgmake-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fgmake-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibara","download_url":"https://codeload.github.com/ibara/gmake-d/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805860,"owners_count":21967053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d","dlang","dlanguage","linux","make","unix"],"created_at":"2024-10-03T20:29:18.466Z","updated_at":"2025-05-12T19:11:11.712Z","avatar_url":"https://github.com/ibara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Short: Port of GNU make with SAS/C (no ixemul.library required)\nAuthor: GNU, Amiga port by Aaron \"Optimizer\" Digulla\nUploader: Aaron \"Optimizer\" Digulla (digulla@fh-konstanz.de)\nType: dev/c\n\nThis is a pure Amiga port of GNU make. It needs no extra libraries or\nanything. It has the following features (in addition to any features of\nGNU make):\n\n- Runs Amiga-Commands with SystemTags() (Execute)\n- Can run multi-line statements\n- Allows to use Device-Names in targets:\n\n        c:make : make.o\n\n    is ok. To distinguish between device-names and target : or ::, MAKE\n    looks for spaces. If there are any around :, it's taken as a target\n    delimiter, if there are none, it's taken as the name of a device. Note\n    that \"make:make.o\" tries to create \"make.o\" on the device \"make:\".\n- Replaces @@ by a newline in any command line:\n\n        if exists make @@\\\n            delete make.bak quiet @@\\\n            rename make make.bak @@\\\n        endif @@\\\n        $(CC) Link Make.o To make\n\n    works. Note that the @@ must stand alone (i.e., \"make@@\\\" is illegal).\n    Also be careful that there is a space after the \"\\\" (i.e., at the\n    beginning of the next line).\n- Can be made resident to save space and time\n- Amiga specific wildcards can be used in $(wildcard ...)\n\nBUGS:\n- The line\n\n    dummy.h : src/*.c\n\ntries to make dummy.h from \"src/*.c\" (i.e., no wildcard-expansion takes\nplace). You have to use \"$(wildcard src/*.c)\" instead.\n\nCOMPILING FROM SCRATCH\n----------------------\n\nTo recompile, you need SAS/C 6.51.\n\nAs of GNU make 4.3, the build environment has been cleaned up and alternate\nmake files (including smakefiles) have been removed.  If you have an existing\nversion of GNU make available you _should_ be able to run:\n\n   make -f Basic.mk\n\nHowever this is untested.\n\nIf you have an Amiga system and would like to collaborate on getting\nbootstrapping to work properly please contact bug-make@gnu.org.\n\nINSTALLATION\n\nCopy make somewhere in your search path (e.g., sc:c or sc:bin).\nIf you plan to use recursive makes, install make resident:\n\n    Resident make Add\n\n\f\n-------------------------------------------------------------------------------\nCopyright (C) 1995-2020 Free Software Foundation, Inc.\nThis file is part of GNU Make.\n\nGNU Make is free software; you can redistribute it and/or modify it under the\nterms of the GNU General Public License as published by the Free Software\nFoundation; either version 3 of the License, or (at your option) any later\nversion.\n\nGNU Make is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\nA PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibara%2Fgmake-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibara%2Fgmake-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibara%2Fgmake-d/lists"}