Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

👷 non-recursive GNU make-based build framework

License

NotificationsYou must be signed in to change notification settings

cppfw/prorab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

releases

ci status

Non-recursiveGNU make-based build framework.

Provides rules for C/C++ library/application. Allows hierarchical makefile inclusion.

example

Themakefile for building a C++ application withprorab is as simple as follows:

include prorab.mkthis_name := myapp# this will be the executable file namethis_cxxflags += -Wallthis_cxxflags += -DDEBUGthis_cflags += -Wallthis_ldlibs += -lpthreadthis_srcs += main.cpp myapp.cpp legacy.c$(eval $(prorab-build-app))

installation and documentation

SeeWiKi


[8]ページ先頭

©2009-2025 Movatter.jp