Simple Root Makefile

Hi,

I finished some of my function for my project and I wanted to put some order into my code.
I start to make .cpp and .h files to stack my functions.
But, when I compile the main program, I need to compile .cpp files first.

That’s why I want to do a makefile.
I give you all the file I have and I ask you if it is possible to do a makefile on Root.
And more important : how can I make a makefile for root ?

Regard,
William

makefile.txt (287 Bytes)

test_forum.cpp (95 Bytes)

ttree_operation.cpp (2.3 KB)
ttree_operation.h (426 Bytes)

mini_file.txt (5.3 KB)

Try: find ${ROOTSYS}/test -name "*Makefile*"

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.