2017-11-08 11:30:34 +01:00
|
|
|
erzeugnis/vtm.js: \
|
|
|
|
|
quelldatein/basis/typen.ts \
|
|
|
|
|
quelldatein/basis/fehlermonade.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/helfer/mathematik.ts \
|
|
|
|
|
quelldatein/helfer/vektor.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/helfer/hashmap.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/helfer/xmlknoten.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/richtung.ts \
|
|
|
|
|
quelldatein/aufbau/symbol.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/stelle.ts \
|
|
|
|
|
quelldatein/aufbau/zustand.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/figur.ts \
|
|
|
|
|
quelldatein/aufbau/aktor.ts \
|
|
|
|
|
quelldatein/aufbau/befoerderer.ts \
|
|
|
|
|
quelldatein/aufbau/schreiber.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/leser.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/verwerfer.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/annehmer.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/welt.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/darstellung_steuerung/position.ts \
|
|
|
|
|
quelldatein/darstellung_steuerung/svg.ts \
|
|
|
|
|
quelldatein/darstellung_steuerung/welt.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/test.ts
|
2017-11-08 15:05:06 +01:00
|
|
|
@ echo "-- kompilieren …"
|
|
|
|
|
@ mkdir -p erzeugnis
|
|
|
|
|
@ tsc \
|
2017-11-08 11:30:34 +01:00
|
|
|
--allowUnreachableCode \
|
|
|
|
|
quelldatein/basis/typen.ts \
|
|
|
|
|
quelldatein/basis/fehlermonade.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/helfer/mathematik.ts \
|
|
|
|
|
quelldatein/helfer/vektor.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/helfer/hashmap.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/helfer/xmlknoten.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/richtung.ts \
|
|
|
|
|
quelldatein/aufbau/symbol.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/stelle.ts \
|
|
|
|
|
quelldatein/aufbau/zustand.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/figur.ts \
|
|
|
|
|
quelldatein/aufbau/aktor.ts \
|
|
|
|
|
quelldatein/aufbau/befoerderer.ts \
|
|
|
|
|
quelldatein/aufbau/schreiber.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/leser.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/verwerfer.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/aufbau/annehmer.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/aufbau/welt.ts \
|
2017-11-08 15:05:06 +01:00
|
|
|
quelldatein/darstellung_steuerung/position.ts \
|
|
|
|
|
quelldatein/darstellung_steuerung/svg.ts \
|
|
|
|
|
quelldatein/darstellung_steuerung/welt.ts \
|
2017-11-08 11:30:34 +01:00
|
|
|
quelldatein/test.ts \
|
|
|
|
|
--outFile erzeugnis/vtm.js
|
|
|
|
|
|