scilab: test example contract another source
This commit is contained in:
parent
a15a7e43bd
commit
7bb93417d6
1 changed files with 8 additions and 8 deletions
|
|
@ -1713,15 +1713,15 @@ scilab: $(SRCDIR_SRCS)
|
|||
if test ! -z "$(SRCS)"; then \
|
||||
if test ! -z "$(INCLUDES)"; then \
|
||||
if test ! -z "$(SRCDIR)"; then \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
else \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
fi \
|
||||
else \
|
||||
if test ! -z "$(SRCDIR)"; then \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
else \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -o $(ISRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
fi \
|
||||
fi \
|
||||
else \
|
||||
|
|
@ -1749,15 +1749,15 @@ scilab_cpp: $(SRCDIR_SRCS)
|
|||
if test ! -z "$(SRCS)"; then \
|
||||
if test ! -z "$(INCLUDES)"; then \
|
||||
if test ! -z "$(SRCDIR)"; then \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
else \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(INCLUDES))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
fi \
|
||||
else \
|
||||
if test ! -z "$(SRCDIR)"; then \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" -addcflags "-I$(abspath $(SRCDIR))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
else \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "$(SRCDIR)/a.c,$(abspath $(SRCDIR_SRCS))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
$(SWIG) -scilab -c++ -o $(ICXXSRCS) -addsources "dummy,$(SRCDIR)a.c,$(abspath $(SRCDIR_SRCS))" $(SWIGOPT) $(INTERFACEPATH); \
|
||||
fi \
|
||||
fi \
|
||||
else \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue