The makefile for tests has been modified so that one could add .c files to sirocco with having to update the make file in tests. However, the new version gives the following warnings:
~/Sirocco/source: make clean
rm -f *.o *~
cd tests; make clean
make[1]: Entering directory '/home/long/Sirocco/source/tests'
Makefile:66: warning: overriding recipe for target 'startup'
/home/long/Sirocco//source/Makefile:155: warning: ignoring old recipe for target 'startup'
Makefile:88: warning: overriding recipe for target 'check'
/home/long/Sirocco//source/Makefile:326: warning: ignoring old recipe for target 'check'
Makefile:91: warning: overriding recipe for target 'clean'
/home/long/Sirocco//source/Makefile:341: warning: ignoring old recipe for target 'clean'
rm -f *.o
rm -f tests/*.o
rm -f ../*.o
make[1]: Leaving directory '/home/long/Sirocco/source/tests'
The makefile for tests has been modified so that one could add .c files to sirocco with having to update the make file in tests. However, the new version gives the following warnings:
A bit more clean up is needed