{"id":17444146,"url":"https://github.com/paladini/makemaker","last_synced_at":"2025-03-28T03:17:19.824Z","repository":{"id":28951131,"uuid":"32477179","full_name":"paladini/MakeMaker","owner":"paladini","description":"Generate makefiles quickly with MakeMaker.","archived":false,"fork":false,"pushed_at":"2015-07-01T20:00:04.000Z","size":50240,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T04:25:28.406Z","etag":null,"topics":["c-plus-plus","file","generator","make","makefile","makemaker","static-code"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paladini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-18T18:34:47.000Z","updated_at":"2017-07-30T06:35:44.000Z","dependencies_parsed_at":"2022-08-17T18:45:22.665Z","dependency_job_id":null,"html_url":"https://github.com/paladini/MakeMaker","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/paladini%2FMakeMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladini%2FMakeMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladini%2FMakeMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladini%2FMakeMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paladini","download_url":"https://codeload.github.com/paladini/MakeMaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245960836,"owners_count":20700783,"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":["c-plus-plus","file","generator","make","makefile","makemaker","static-code"],"created_at":"2024-10-17T17:05:39.271Z","updated_at":"2025-03-28T03:17:19.800Z","avatar_url":"https://github.com/paladini.png","language":"C++","readme":"![MakeMaker - Generate makefiles quickly!](documentation/logo.png)\u003cbr/\u003e\nGenerate makefiles quickly with MakeMaker.\n\n# Installation\n\n1. Download the [latest version of MakeMaker](https://github.com/paladini/MakeMaker/archive/master.zip).\n2. Extract it anywhere you want.\n3. Run `sudo make install` on the MakeMaker folder.\n4. Done!\n\nNow you can use `mm` to run MakeMaker. Please, check our current specification below.\n\n# Current specification:\n\n\t### List ###\n\t# List all targets (only targets, not their respective commands)\n\t\tmm list \n\t\n\t# List entire makefile\n\t\tmm list -A\n\n\t# List variables\n\t\tmm list -V\n\n\t# List a single target (with the commands)\n\t\tmm list \u003ctarget\u003e\n\t\n\t### Targets ###\n\t# Create target\n\t\tmm add \u003ctarget\u003e\n\n\t# Rename target\n\t\tmm edit \u003coldTargetName\u003e \u003cnewTargetName\u003e\n\n\t# Delete a target\n\t\tmm remove \u003ctarget\u003e\n\t\n\t### Commands ###\n\t## Add command to target *(also create the target if it doesn't exist)*\n\t\tmm add \u003ctarget\u003e \u003ccommand\u003e\n\n\t\tWhere \u003ccommand\u003e is\n\t\t\t\u003ccompiler\u003e \u003cfilename.ext, filename2.ext, ...\u003e \u003cflags\u003e\n\t\t\n\t## Replace command from specific target.\n\t\tmm edit \u003ctarget\u003e:\u003cnumber_line\u003e \u003ccommand\u003e\n\n\t\tWhere \u003ccommand\u003e is just\n\t\t\t\u003ccompiler\u003e \u003cfilename.ext, filename2.ext, ...\u003e \u003cflags\u003e\n\n\t# Delete command\n\t\tmm remove \u003ctarget\u003e:\u003cnumber_line\u003e\n\t\n\t### Variables ###\n\t# Add variable\n\t\tmm set -v \u003cmyVariableKey1\u003e=\u003cmyVarialeValue1\u003e \u003cmyVariableKey2\u003e=\u003cmyVariableValue2\u003e ...\n\t\n\t# Edit variable\n\t\tmm set -v \u003cmyExistingVariableKey\u003e=\u003cmyNewValue\u003e\t\t\t\n\n\t# Remove variable \n\t\tmm set -v \u003cmyExistingVariableKey\u003e= \n\n# Repository organization\n\nFollowing you can check a description about the repository organization:\n\n\t# Source code. Here you can find all the source code of MakeMaker.\n\tsrc/\n\t\texceptions/ # Some useless exceptions\n\t\ttests/ # Some uncompleted unity and integration tests\n\n\t# MakeMaker documentation (some diagrams and other annoying things from software engineering).\n\tdocumentation/\n\n\t# Here you can find some makefile samples that MakeMaker can parse / work with.\n\texamples/\n\n\t# Folder where the compiled binaries are stored (only after compilation process).\n\tbinary/\n\n# About\nMakeMaker was created by **Emmanuel Podestá Junior**, **Fernando Paladini** and **Lucas Neis** for \"Software Engineering\" class at UFSC (2015-01).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladini%2Fmakemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaladini%2Fmakemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladini%2Fmakemaker/lists"}