Removed snc lines

This commit is contained in:
Janet B. Anderson
2001-03-05 22:01:50 +00:00
parent e88eea7693
commit 2a2d1f2bc6

View File

@@ -100,22 +100,6 @@ OSITHREAD_USE_DEFAULT_STACK = NO
# Link definitions
LINK.cpp = $(LD) -o $@ $(LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RES) $(LDLIBS)
#--------------------------------------------------
# Uncomment these lines to, use C to compile SNC output -- all other systems use C++
##%.c: ../%.st
## @echo "preprocessing $*.st"
## @$(RM) $*.i
## $(CPP) $(CPPSNCFLAGS) $(INCLUDES) $< > $*.i
## @echo "converting $*.i"
## @$(RM) $@
## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i -o $@
##
##%.c: %.stt
## @echo "converting $<
## ln -s $< $*.st
## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.st -o $@
## @$(RM) $*.st
#--------------------------------------------------
# Allow site overrides
-include $(CONFIG)/os/CONFIG_SITE.Common.vxWorksCommon