Giter VIP home page Giter VIP logo

prjstart's Introduction

PRJSTART

prjstart is a generic C project framework. The buildsystem supports both vanilla C and Cocoa projects (OS X). It handles the C, Obj-C, and C++ languages. It has been tested on Linux and OS X.

Buildsystem

The Makefile and files under `buildsystem' should not need to be modified. Targets are configured with target makefiles. Two examples are under `targets'; one for a vanilla C project, and one for a Cocoa project. Targets can support multiple build configs, such as debug and release.

Running make alone will provide a help and list of detected targets.

$ make
usage: make <target[.config]>
       make TARGETMK=<target makefile> [CONFIG=<config>]
       make all
       make clean
other options:
       VERBOSE    setting this to 1 enables verbose output
       INSTALL    setting this to 1 runs the install script for
                  each goal specified
targets:
 * cocoa
 * vanilla

Target Makefiles

TARGET
The target makefile's basename is used to create this variable unless it is defined in the environment.
SOURCES
List of all sources to compile for the target.
LIBRARIES
List of all required libraries to link against. Each library becomes a -l<library> flag during the link stage. NOTE: If you are using the standard C++ libary (e.g. iostream), you must add stdc++ to this list.
OPTIONS
Global build options for all configurations. Each option becomes a -D<option> style flag.
FRAMEWORKS
List of frameworks to build against. (Obj-C / OS X)

All flags can be appended to in the target makefile as well. For example, `CPPFLAGS += <flag>'

Commands Framework

TO BE WRITTEN

Logging

see include/logging.h

prjstart's People

Contributors

rcc avatar jdk avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar Flirc 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.