savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #15412] Submission of meik


From: Cristian Caloghera
Subject: [Savannah-register-public] [task #15412] Submission of meik
Date: Thu, 10 Oct 2019 17:31:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36

URL:
  <https://savannah.nongnu.org/task/?15412>

                 Summary: Submission of meik
                 Project: Savannah Administration
            Submitted by: cristi13
            Submitted on: Thu 10 Oct 2019 11:31:12 PM CEST
         Should Start On: Thu 10 Oct 2019 12:00:00 AM CEST
   Should be Finished on: Sun 20 Oct 2019 12:00:00 AM CEST
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves
or discards the registration.


= Registration Administration =

While this item will be useful to track the registration process,
*approving or discarding the registration must be done using the specific
Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=11978> page*,
accessible only to site administrators,
effectively *logged as site administrators* (superuser):

* Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=11978>


= Registration Details =

* Name: *meik*
* System Name:  *meik*
* Type: non-GNU software and documentation
* License: Expat License (sometime refered to as MIT License)

----

== Description: ==
Meik is a GNU Make file implementation. It will attempt to translate a source
tree of C/C++ files into their compiled and linked counterparts.

By default it will attempt to create out of each directory that contains
source code an executable:
.                                             output
├── dir1                                      ├── dir1
│   ├── main.cpp                              │   ├──
main.cpp.o
│   └── code.cpp                              │   ├──
code.cpp.o
│                                             │   └── dir1 (exe)
├── dir2                 ---translate-->      └── dir2
│   ├── morecode.cpp                              ├──
morecode.cpp.o
│   └── evenmorecode.cpp                          ├──
evenmorecode.cpp.o
│                                                 └── dir2 (exe)
└── GNUmakefile

Features
 - No dependencies, except GNU Make itself.
 - Supports creation of executables, static and dynamic libraries (currently
for GNU/Linux)
 - Configurable as it supports hierarchical per file/directory build options.
 - Parallel make invocation support.
 - Incremental rebuild.


== Other Software Required: ==
GNU Make
https://www.gnu.org/software/make/
GNU GPLv3



== Other Comments: ==
Currently hosted at: https://bitbucket.org/cristian_caloghera/meik/

However Bitbucket will no longer support Mercurial in the near future.


== Tarball URL: ==
https://savannah.nongnu.org/submissions_uploads/meik-v2.0.3.tar.gz






    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15412>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]