mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
etc/wmakeFiles/libccmio: Reinstated
Resolves bug-report http://bugs.openfoam.org/view.php?id=2177
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,7 +19,6 @@ platforms/
|
|||||||
# Ignore deprecated scripts
|
# Ignore deprecated scripts
|
||||||
etc/relocateQt
|
etc/relocateQt
|
||||||
etc/tools/QtFunctions
|
etc/tools/QtFunctions
|
||||||
etc/wmakeFiles/libccmio/
|
|
||||||
etc/wmakeFiles/tecio/
|
etc/wmakeFiles/tecio/
|
||||||
makeQt
|
makeQt
|
||||||
|
|
||||||
|
|||||||
27
etc/wmakeFiles/libccmio/files
Normal file
27
etc/wmakeFiles/libccmio/files
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
|
||||||
|
|
||||||
|
adf = libadf
|
||||||
|
$(adf)/ADF_fortran_2_c.c
|
||||||
|
$(adf)/ADF_interface.c
|
||||||
|
$(adf)/ADF_internals.c
|
||||||
|
|
||||||
|
ccmio = libccmio
|
||||||
|
$(ccmio)/ccmio.c
|
||||||
|
$(ccmio)/ccmiocore.c
|
||||||
|
$(ccmio)/ccmioprivate.c
|
||||||
|
$(ccmio)/ccmioutility.c
|
||||||
|
$(ccmio)/ccmioversion.c
|
||||||
|
|
||||||
|
/*
|
||||||
|
* the cgns library is not used by ccmio
|
||||||
|
* retain for documentation purposes only
|
||||||
|
*
|
||||||
|
cgns = libcgns
|
||||||
|
$(cgns)/adf_cond.c
|
||||||
|
$(cgns)/adf_ftoc.c
|
||||||
|
$(cgns)/cgns_error.c
|
||||||
|
$(cgns)/cgns_internals.c
|
||||||
|
$(cgns)/cgnslib.c
|
||||||
|
*/
|
||||||
|
|
||||||
|
LIB = $(FOAM_EXT_LIBBIN)/libccmio
|
||||||
3
etc/wmakeFiles/libccmio/options
Normal file
3
etc/wmakeFiles/libccmio/options
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
|
||||||
|
|
||||||
|
/* EXE_INC = */
|
||||||
Reference in New Issue
Block a user