mirror of
https://github.com/nasa/trick.git
synced 2025-04-12 05:40:06 +00:00
Merge pull request #20 from excaliburtb/master
In Makefile_swig, needed LIB_DIR and OBJECT_DIR as deps for swig objects...
This commit is contained in:
commit
1dc020a47c
@ -371,6 +371,8 @@ S_OBJECT_FILES = \$(OBJECT_DIR)/S_source.o \\
|
||||
\$(OBJECT_DIR)/io_S_source.o \\
|
||||
\$(OBJECT_DIR)/class_map.o \\
|
||||
\$(OBJECT_DIR)/enum_map.o
|
||||
|
||||
\$(S_OBJECT_FILES) : | \$(LIB_DIR) \$(OBJECT_DIR)
|
||||
\n" ;
|
||||
|
||||
# print some comments for all of the directories used
|
||||
|
@ -252,6 +252,8 @@ sub make_swig_makefile($$$) {
|
||||
print MAKEFILE "\t\$(SWIG_MODULE_OBJECTS)\\\n" ;
|
||||
print MAKEFILE "\t\$(SIM_SWIG_OBJECTS)\n\n" ;
|
||||
|
||||
print MAKEFILE "\$(ALL_SWIG_OBJECTS) : | \$(LIB_DIR) \$(OBJECT_DIR)\n\n" ;
|
||||
|
||||
print MAKEFILE "# SWIG_PY_OBJECTS is a convienince list to modify rules for compilation\n" ;
|
||||
print MAKEFILE "SWIG_PY_OBJECTS =" ;
|
||||
foreach my $f ( @temp_array2 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user