Projekt

Allgemein

Profil

Herunterladen (400 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
fa8af718 Martin Preuss
SUBDIRS=libs tools test
4616b03e aquamaniac
sources:
for d in $(SUBDIRS); do \
3bac1841 martin
$(MAKE) -C $$d sources; \
4616b03e aquamaniac
done
372522c9 aquamaniac
built_sources:
for d in $(SUBDIRS); do \
3bac1841 martin
$(MAKE) -C $$d built_sources; \
372522c9 aquamaniac
done ;
7f84dd77 Martin Preuss
cppcheck:
for d in $(SUBDIRS); do \
$(MAKE) -C $$d cppcheck; \
done


0e372be2 Martin Preuss
types:
for d in $(SUBDIRS); do \
$(MAKE) -C $$d types; \
done

typedefs:
for d in $(SUBDIRS); do \
$(MAKE) -C $$d typedefs; \
done