1 # ------------------------------------------------------
2 # generated by builder.sce : Please do not edit this file
3 # see TEMPLATE makefile for Visual Studio
4 # see SCI/modules/dynamic_link/src/scripts/TEMPLATE_MAKEFILE.VC
5 # ------------------------------------------------------
7 # ------------------------------------------------------
8 # default include options
9 INCLUDES = __SCILAB_INCLUDES__
10 # ------------------------------------------------------
11 # SCILAB_LIBS is used by the binary version of Scilab for linking external codes
12 SCILAB_LIBS = __SCILAB_LIBS__
13 # ------------------------------------------------------
14 # name of the dll to be built
16 # ------------------------------------------------------
18 FILES_SRC = __FILES_SRC__
19 # ------------------------------------------------------
20 # list of objects file
22 OBJS_WITH_PATH = __OBJS_WITH_PATH__
23 # ------------------------------------------------------
25 FORTRAN_RUNTIME_LIBRARIES = __FORTRAN_RUNTIME__
26 OTHERLIBS = __OTHERSLIBS__
27 # ------------------------------------------------------
28 !include $(SCIDIR)\modules\dynamic_link\src\scripts\Makefile.incl.mak
29 # ------------------------------------------------------
31 # ------------------------------------------------------
32 CFLAGS = $(CC_OPTIONS) -D__SCILAB_TOOLBOX__ -DFORDLL __CFLAGS__ __MEXCFLAGS__
33 # ------------------------------------------------------
34 FFLAGS = $(FC_OPTIONS) -DFORDLL __FFLAGS__ __MEXFFLAGS__
35 # ------------------------------------------------------
36 EXTRA_LDFLAGS = __LDFLAGS__
37 # ------------------------------------------------------
38 !include $(SCIDIR)\modules\dynamic_link\src\scripts\Makedll.incl
39 # ------------------------------------------------------