Removed snc lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user