|
@@ -5,7 +5,7 @@ FLAGS = -l python -p eventloop
|
|
|
FLAGS_THREADS = -l python -p threads
|
|
|
|
|
|
TARGET_DIR = target_py
|
|
|
-TARGETS = $(TARGET_DIR)/target.py $(TARGET_DIR)/target_performance.py $(TARGET_DIR)/target_performance_threads.py $(TARGET_DIR)/target_performance_cpu_time.py
|
|
|
+TARGETS = $(TARGET_DIR)/target.py $(TARGET_DIR)/multiwindow.py $(TARGET_DIR)/target_performance.py $(TARGET_DIR)/target_performance_threads.py $(TARGET_DIR)/target_performance_cpu_time.py
|
|
|
|
|
|
|
|
|
all: $(TARGET_DIR) $(TARGETS)
|
|
@@ -17,6 +17,9 @@ clean:
|
|
|
$(TARGET_DIR)/target.py: sccd.xml
|
|
|
$(SCCDC) $(FLAGS) -o $@ $<
|
|
|
|
|
|
+$(TARGET_DIR)/multiwindow.py: sccd_multiwindow.xml
|
|
|
+ $(SCCDC) $(FLAGS) -o $@ $<
|
|
|
+
|
|
|
$(TARGET_DIR)/target_performance.py: sccd_performance.xml
|
|
|
$(SCCDC) $(FLAGS) -o $@ $<
|
|
|
|