run : $(run)
# for cleaning up: do this also for the present directory
clean : $(clean)
- rm -f *~
+ -rm -f *~
# define the action of the targets for the specific subdirectories
cd $(@:.run=) ; make run
$(clean) :
- cd $(@:.clean=) ; make clean
+ -cd $(@:.clean=) ; make clean
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
# get lists of files we need
cc-files = $(wildcard *.cc)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
# get lists of files we need
cc-files = $(wildcard *.cc)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
endif
%.go : %.cc Makefile
- @echo ======================== Compiling (DEBUG): $<
-# @echo $(CXX) ... -c $< -o $@
+ @echo "======================== Compiling (DEBUG):" $<
@$(CXX) $(CXXFLAGS.g) -c $< -o $@
%.o : %.cc Makefile
- @echo ======================== Compiling (OPT): $<
-# @echo $(CXX) ... -c $< -o $@
+ @echo "======================== Compiling (OPT): " $<
@$(CXX) $(CXXFLAGS) -c $< -o $@
run : $(run)
# for cleaning up: do this also for the present directory
clean : $(clean)
- rm -f *~
+ -rm -f *~
# define the action of the targets for the specific subdirectories
cd $(@:.run=) ; make run
$(clean) :
- cd $(@:.clean=) ; make clean
+ -cd $(@:.clean=) ; make clean
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
# get lists of files we need
cc-files = $(wildcard *.cc)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
# get lists of files we need
cc-files = $(wildcard *.cc)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
include ../../Make.global_options
+#deal include base path
+D = ../../..
+
# get lists of files we need
cc-files = $(wildcard *.cc)
o-files = $(cc-files:.cc=.o)
clean:
- rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+ -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)