Ticket #28588

automake

Eröffnet am: 2012-05-31 10:08 Letztes Update: 2012-11-29 13:21

Auswertung:
Verantwortlicher:
Status:
Offen [Owner assigned]
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

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

Ticket-Verlauf (3/7 Historien)

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

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 Aktualisiert von: mikiya_fujii
Kommentar
(This comment has been deleted)
2012-06-04 20:24 Aktualisiert von: mikiya_fujii
Kommentar

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 Aktualisiert von: ktns
  • Lösung Update from Keine to Gefixt
Kommentar

This feature implemented by r914 on branch automake.

Documentation remains to be written.

2012-11-29 13:21 Aktualisiert von: mikiya_fujii

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden