Ticket #28588

automake

Date d'ouverture: 2012-05-31 10:08 Dernière mise à jour: 2012-11-29 13:21

Rapporteur:
Propriétaire:
État:
Ouvert [Owner assigned]
Composant:
(Aucun)
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

Implementation of the automake. Use the branch "http://sourceforge.jp/projects/molds/scm/svn/branches"

Ticket History (3/7 Histories)

2012-05-31 10:08 Updated by: mikiya_fujii
  • New Ticket "automake" created
2012-05-31 10:09 Updated by: mikiya_fujii
  • Details Updated
2012-06-01 18:24 Updated by: ktns
Commentaire

There are some ideas about the source tree design.

  1. Put Makefile onto top of tree, rather than under src directory.
  2. Put Makefile onto src/obj, and build in the src/obj directory.
  3. Keep Makefile on src directory, but in the Makefile invoke configure script under the src/build directory (or other name), and build binaries under the directory.
  4. Keep Makefile on src directory, and never mind messy *.o files.

Which one do you prefer? or are there some better ideas?

2012-06-04 20:22 Updated by: mikiya_fujii
Commentaire
(This comment has been deleted)
2012-06-04 20:24 Updated by: mikiya_fujii
Commentaire

In the case 3 of comment(2012-06-01 18:24) User type following for compile: $ cd MolDS_TOP/src $ make .o files are put in src/build Executable file (MolDS.out or MolDS) are put in src/build first, then copy it src.

ktns and MF decide to employ case 3:

2012-07-11 17:53 Updated by: ktns
  • Résolution Update from Aucun to Fixed
Commentaire

This feature implemented by r914 on branch automake.

Documentation remains to be written.

2012-11-29 13:21 Updated by: mikiya_fujii

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion