Skip to content
/ aimake Public
forked from aaashun/aimake

aimake is a mini building tool based on gnu make, it's easy to build shared/static library for ios/android.

Notifications You must be signed in to change notification settings

pz325/aimake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimake is a mini build tool based on gnu make.

it's green, you don't need to install it

1. requirements:
    (1) python, aimake script was written in python
    (2) gnu make, aimake was based on gnu make
    (3) [optional] ios sdk, it's required if you need to build your project for ios 
    (4) [optional] android ndk, it's required if you need to build your project for android

2. how to use aimake?
    (1) copy 'aimakefile' to your project folder
    (2) modify variables in aimakfile for your compilation requirement
    (4) run 'aimake -t linux'(aimake is an soft link pointing to aimake.py)

3. how to support more target platforms
    the sub-folder(ios, android) means supported target platform,  and the name of sub-folder is some as target platform's name.
    Every sub-folder must contains the following files:
        init.mk                 -- initialize variables of compilation environment, e.g. CC, CXX, CFLAGS, CXXFLAGS
        build_executable.mk     -- specify that compile the project into executable
        build_static_library.mk -- specify that compile the project into static library
        build_shared_library.mk -- specify that compile the project into shared library
        build_all.mk            -- contains explicit rules and goals for gnu make

just enjoy it

[email protected]
2011-09-29

About

aimake is a mini building tool based on gnu make, it's easy to build shared/static library for ios/android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published