Projekt

Allgemein

Profil

Herunterladen (365 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
SUBDIRS=aqfinance


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

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

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

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

(2-2/2)