{"id":15374701,"url":"https://github.com/mrtazz/make","last_synced_at":"2025-03-21T02:28:59.340Z","repository":{"id":66811935,"uuid":"77808465","full_name":"mrtazz/make","owner":"mrtazz","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-02T03:33:18.000Z","size":5516,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"flawless","last_synced_at":"2025-01-25T23:17:13.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mrtazz.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":"2017-01-02T03:23:18.000Z","updated_at":"2019-02-14T11:54:25.000Z","dependencies_parsed_at":"2023-02-27T13:31:56.130Z","dependency_job_id":null,"html_url":"https://github.com/mrtazz/make","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/mrtazz%2Fmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtazz","download_url":"https://codeload.github.com/mrtazz/make/tar.gz/refs/heads/flawless","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244724840,"owners_count":20499495,"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":[],"created_at":"2024-10-01T13:59:33.259Z","updated_at":"2025-03-21T02:28:59.334Z","avatar_url":"https://github.com/mrtazz.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. make itself is not necessary, there\nis an smakefile.\n\n1. Copy config.ami to config.h\n2. If you use make to compile, copy Makefile.ami to Makefile and\n    glob/Makefile.ami to glob/Makefile. Copy make into the current\n    directory.\n\n3. Run smake/make\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-2016 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%2Fmrtazz%2Fmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtazz%2Fmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fmake/lists"}