Giter VIP home page Giter VIP logo

splitdefs's Introduction

splitdefs 1.1c
--------------

Splitdefs improves a build process by preventing unnecessary builds.
One of the annoyances of programming in C or C++ is that the natural
desire to organize preprocessor definitions into a central configuration
file leads to excessive rebuilding when the build process is driven
by make using automated dependency analysis. This is particularly true if
autoconf is being used for automatic configuration.

splitdefs helps avoid excessive rebuilding by automatically
splitting a header file into smaller headers and updating them
only when needed.  It is also easy to integrate into a build process.

Installation
------------

1. Run "configure" with an appropriate --exec-prefix option if you want to put the executable
   somewhere other than /usr/local

2. Do "make install"

3. If you prefer the (less capable) C implementation, you can do "make install_C".

System Requirements
-------------------

  * The C preprocessor cpp
  * ANSI C compiler (if you are building the C version)

Documentation
-------------

There is a man page (splitdefs.1). After installation, type "man splitdefs" to
see the documentation. Or you can run "nroff -man splitdefs.1" to see it before
installing.

Distribution
------------

Splitdefs may be freely distributed and used as long as this notice is
maintained.

NO WARRANTY!
------------

As free software, splitdefs comes with absolutely no warranty.  In no
event will Andrew Myers or any other party be liable to you for damages.

Bugs
----

None are known at this time.

Author
------
Andrew C. Myers
[email protected]
http://www.cs.cornell.edu/andru

splitdefs's People

Contributors

andrewcmyers 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.