PSI preprocess rule

This commit is contained in:
2020-10-01 10:40:38 +02:00
parent 8add5e6d99
commit 3e11de6700
+6 -4
View File
@@ -160,10 +160,12 @@ endif
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i
%.c: ../%.stt
@echo "converting $<"
ln -s $< $*.st
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.st
@$(RM) $*.st
@echo "preprocessing $*.stt"
@$(RM) $*.i
$(CPP) $(CPPFLAGS) $(CPPSNCFLAGS) $< > $*.i
@echo "converting $*.i"
@$(RM) $@
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i
# Capfast Rules:
%.db: %.edf