{"id":17635955,"url":"https://github.com/mohawk2/dmake","last_synced_at":"2025-07-29T07:07:05.766Z","repository":{"id":20139364,"uuid":"23409585","full_name":"mohawk2/dmake","owner":"mohawk2","description":"dmake - formerly used by openoffice.org","archived":false,"fork":false,"pushed_at":"2023-10-29T01:51:21.000Z","size":1758,"stargazers_count":15,"open_issues_count":14,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-06T01:38:31.394Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohawk2.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2014-08-28T00:08:36.000Z","updated_at":"2021-11-28T15:18:39.000Z","dependencies_parsed_at":"2024-10-23T10:57:26.127Z","dependency_job_id":null,"html_url":"https://github.com/mohawk2/dmake","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mohawk2/dmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fdmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fdmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fdmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fdmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohawk2","download_url":"https://codeload.github.com/mohawk2/dmake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohawk2%2Fdmake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267644714,"owners_count":24120866,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-23T02:24:47.826Z","updated_at":"2025-07-29T07:07:05.709Z","avatar_url":"https://github.com/mohawk2.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dmake\n\nDmake is a make utility similar to GNU make or the Workshop dmake. This\nutility has an irregular syntax but is available for FreeBSD, Linux,\nSolaris, Win32 and other platforms. It is used by the OpenOffice.org\nbuild system, although for some time now Apache OpenOffice.Org and\nits derivatives have been considering replacing it definitely with a\nGNUmake-only build system.\n\nThis version of dmake is a modified version of Dennis Vadura's GPL'ed\ndmake. The original sources were available on WTIcorp.com. As this\nsite has not been reachable for some time the SUN OpenOffice.org team\nadopted this utility and continued its development in OOo's Version\nControl System. With the move of OOo to the Apache Software Foundation,\nthis software is completely abandoned and not recommended for general use.\n\nAdded features in dmake:\n\n* smaller/greater arithmetic like: \n\n```\n.IF 400\u003c=200\n```\n\n* Boolean expressions \"or\", \"and\" and nesting thereof: \n\n```\n.IF ((\"$(OS)\"==\"MACOSX\"\u0026\u0026\"$(COM)\"==\"GCC\")||\"$(OS)\"==\"LINUX\"||\"$(OS)\"==\"SOLARIS\") \u0026\u0026 \"$(GUIBASE)\"==\"unx\"\n```\n\nThose are only two examples, read the NEWS file for more features\nand changes. Note: Beside fixed bugs the dmake versions are downward\ncompatible.\n\n# Building from a git checkout\n\n```\n./autogen.sh\nmake # must be GNU make\nmake -j40 check # pick high value as lots of tests \"sleep\" for timestamps\n```\n\nTo run a single test:\n\n```\n./prove tests/targets-14\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Fdmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohawk2%2Fdmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohawk2%2Fdmake/lists"}