# ------------------------------------------------------ # generated by builder.sce : Please do not edit this file # see TEMPLATE makefile for Visual Studio # see SCI/modules/dynamic_link/src/scripts/TEMPLATE_MAKEFILE.VC # ------------------------------------------------------ SCIDIR = __SCI__ # ------------------------------------------------------ # default include options INCLUDES = __SCILAB_INCLUDES__ # ------------------------------------------------------ # SCILAB_LIBS is used by the binary version of Scilab for linking external codes SCILAB_LIBS = __SCILAB_LIBS__ # ------------------------------------------------------ # name of the dll to be built LIBRARY = __LIBNAME__ # ------------------------------------------------------ # list of files FILES_SRC = __FILES_SRC__ # ------------------------------------------------------ # list of objects file OBJS = __OBJS__ OBJS_WITH_PATH = __OBJS_WITH_PATH__ # ------------------------------------------------------ # added libraries FORTRAN_RUNTIME_LIBRARIES = __FORTRAN_RUNTIME__ OTHERLIBS = __OTHERSLIBS__ # ------------------------------------------------------ !include $(SCIDIR)\modules\dynamic_link\src\scripts\Makefile.incl.mak # ------------------------------------------------------ CC = __CC__ # ------------------------------------------------------ CFLAGS = $(CC_OPTIONS) -DFORDLL __CFLAGS__ __MEXCFLAGS__ # ------------------------------------------------------ FFLAGS = $(FC_OPTIONS) -DFORDLL __FFLAGS__ __MEXFFLAGS__ # ------------------------------------------------------ EXTRA_LDFLAGS = __LDFLAGS__ # ------------------------------------------------------ !include $(SCIDIR)\modules\dynamic_link\src\scripts\Makedll.incl # ------------------------------------------------------