{"id":13782830,"url":"https://github.com/tiger1013/C-based-Makefile-interpreter","last_synced_at":"2025-05-11T16:33:07.098Z","repository":{"id":216005076,"uuid":"73448722","full_name":"tiger1013/C-based-Makefile-interpreter","owner":"tiger1013","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-12T03:39:54.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-03T18:16:53.471Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiger1013.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-11-11T05:30:50.000Z","updated_at":"2016-12-19T07:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f2e3bec-a935-420d-b2f1-5249748e14b6","html_url":"https://github.com/tiger1013/C-based-Makefile-interpreter","commit_stats":null,"previous_names":["tiger1013/c-based-makefile-interpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger1013%2FC-based-Makefile-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger1013%2FC-based-Makefile-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger1013%2FC-based-Makefile-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger1013%2FC-based-Makefile-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiger1013","download_url":"https://codeload.github.com/tiger1013/C-based-Makefile-interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253595961,"owners_count":21933481,"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-08-03T18:01:45.667Z","updated_at":"2025-05-11T16:33:06.853Z","avatar_url":"https://github.com/tiger1013.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"1.) Purpose: C-based Makefile interpreter- emulates UNIX's makefile functionality, also implementing concurrency.\n\n2.) Usage: This will build the first target found in makefile ./make4061:\n\nThis will build only the specific target\n    ./make4061 specifictarget\n\n\nAvailable Options:\n-f filename: filename will be the name of the makefile, otherwise the default name ’makefile’ is assumed.\n-n: Only displays the commands that would be run, doesn’t actually execute them.\n-B: Do not check timestamps for target and input (i.e. always recompile).\n-m log.txt: The log from make4061 will be stored on file log.txt\n\nExamples:\n./make4061 -f yourownmakefile\n./make4061 -n\n./make4061 -m logfilename\n3.) Other Information: This makefile assumes there can be only 10 targets in a makefile. So, the program is implemented on a fixed-size array of structs (See \"util.h\") The main work happens in \"main.c\", where the the makefile is parsed and is executed recurively using Depth-first search and exploiting concurrency.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiger1013%2FC-based-Makefile-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiger1013%2FC-based-Makefile-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiger1013%2FC-based-Makefile-interpreter/lists"}