Projekt

Allgemein

Profil

Herunterladen (400 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
SUBDIRS=libs tools test

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

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

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


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

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

    (1-1/1)