neighbor.cpp \
options.cpp \
process.cpp \
- statistics.cpp \
version.cpp
SRC.simple_async := simple_async.cpp
$(MAKE) clean
misc_autogen.h: $(SIMGRID_INSTALL_DIR)/include/xbt/log.h
- grep -C1 '# *define *CLOG' $< \
+ grep '# *define *\(XBT_\)\?CLOG.*_XBT_LOGV' $< \
| sed 's/CLOG/XCLOG/;s/_XBT_LOGV\(([^)]*)\)/(*\1)/' > $@
version.o: $(patsubst %.cpp,%.o,$(filter-out version.cpp, $(SRC.loba)))