CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to write Make/options !!! (https://www.cfd-online.com/Forums/openfoam-solving/197740-how-write-make-options.html)

kane January 15, 2018 09:05

How to write Make/options !!!
 
Greeting all!!

I made my .C files and applied some changes.
Code:

EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(FOAM_USER_LIBBIN)/radiation/lnInclude \


EXE_LIBS = \
    -lfiniteVolume \
    -lfvOptions \
    -lsampling \
    -lmeshTools \
    -lfluidThermophysicalModels \
    -lspecie \
    -lradiationModels \
    -lmeshTools

I added codes in Make/options ( -I$(FOAM_USER_LIBBIN)/radiation/lnInclude \ )

But there were no changes at all!!

How can I apply my .C files in Make/options??
Please tell me about the format of code or the way!!


All times are GMT -4. The time now is 20:07.