Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] makefile
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Thu Jun 16, 2005 11:46 am    Post subject: [OT] makefile Reply with quote

Ho creato il mio makefile:
Code:
SOURCES = A.java B.java C.java ...

OBJS = $(SOURCES:%.java=%.o)

hello: $(SOURCES)
        gcj --main=A -o hello $(SOURCES)
clean:
        rm -f minischeme $(OBJS)


ho lanciato il comando make e sembra aver compilato il tutto ma...dove va a salvare i file .o ? Come faccio ad eseguire il mio programma?
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Thu Jun 16, 2005 2:44 pm    Post subject: Reply with quote

rakim wrote:
Ho creato il mio makefile:
Code:
SOURCES = A.java B.java C.java ...

OBJS = $(SOURCES:%.java=%.o)

hello: $(SOURCES)
        gcj --main=A -o hello $(SOURCES)
clean:
        rm -f minischeme $(OBJS)


ho lanciato il comando make e sembra aver compilato il tutto ma...dove va a salvare i file .o ? Come faccio ad eseguire il mio programma?


I file compilati e roba simile sono nell directory configurate nel compilatore (probabilmente nella corrente).

Nel tuo caso non vedo nessuna regola che produce file oggetto....

ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum