GithubHelp home page GithubHelp logo

illiliti / pdpmake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rmyorston/pdpmake

0.0 1.0 0.0 135 KB

Public domain POSIX make

Home Page: https://frippery.org/make

License: Other

Shell 10.34% C 89.34% Makefile 0.31%

pdpmake's Introduction

Public domain POSIX make

This is an implementation of POSIX make.

It comes with its own makefile, naturally, and should build on most modernish Unix-style systems. (Command line options may not work properly on BSD: search for 'BSD' in main.c and adjust to suit.)

In its default configuration only POSIX features are supported. Some extensions can be enabled by setting ENABLE_FEATURE_MAKE_EXTENSIONS to 1. These are largely compatible with GNU make:

  • double-colon rules
  • -include to ignore missing include files
  • ifdef/ifndef/else/endif conditionals
  • lib.a(mem1.o mem2.o...) syntax for archive members
  • :=/+=/?=/!= macro assignments
  • macro expansions can be nested
  • chained inference rules
  • */?/[] wildcards for filenames in target rules

When extensions are enabled adding the .POSIX target to your makefile will disable them. Other versions of make tend to allow extensions even in POSIX mode.

pdpmake's People

Contributors

rmyorston avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.