File tree 5 files changed +10
-5
lines changed
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
EXTRA_DIST = ChangeLog.bak depcomp release.in ChangeLog AUTHORS COPYING INSTALL NEWS README TODO
2
- SUBDIRS = scripts src lib doc
2
+ SUBDIRS = scripts src lib/run lib/vpi doc
3
3
AUTOMAKE_OPTIONS = foreign
4
4
# # Process this file with automake to produce Makefile.in
5
5
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ top_builddir = @top_builddir@
230
230
top_srcdir = @top_srcdir@
231
231
use_tcltk = @use_tcltk@
232
232
EXTRA_DIST = ChangeLog.bak depcomp release.in ChangeLog AUTHORS COPYING INSTALL NEWS README TODO
233
- SUBDIRS = scripts src lib doc
233
+ SUBDIRS = scripts src lib/run lib/vpi doc
234
234
AUTOMAKE_OPTIONS = foreign
235
235
all : config.h
236
236
$(MAKE ) $(AM_MAKEFLAGS ) all-recursive
Original file line number Diff line number Diff line change @@ -7466,7 +7466,7 @@ $as_echo "$shared" >&6; }
7466
7466
7467
7467
7468
7468
7469
- ac_config_files=" $ac_config_files Makefile src/Makefile lib/Makefile scripts/Makefile doc/Makefile doc/docbook/Makefile"
7469
+ ac_config_files=" $ac_config_files Makefile src/Makefile lib/vpi/Makefile lib/run/ Makefile scripts/Makefile doc/Makefile doc/docbook/Makefile"
7470
7470
7471
7471
cat > confcache << \_ACEOF
7472
7472
# This file is a shell script that caches the results of configure
8183
8183
" depfiles" ) CONFIG_COMMANDS=" $CONFIG_COMMANDS depfiles" ;;
8184
8184
" Makefile" ) CONFIG_FILES=" $CONFIG_FILES Makefile" ;;
8185
8185
" src/Makefile" ) CONFIG_FILES=" $CONFIG_FILES src/Makefile" ;;
8186
- " lib/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lib/Makefile" ;;
8186
+ " lib/vpi/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lib/vpi/Makefile" ;;
8187
+ " lib/run/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lib/run/Makefile" ;;
8187
8188
" scripts/Makefile" ) CONFIG_FILES=" $CONFIG_FILES scripts/Makefile" ;;
8188
8189
" doc/Makefile" ) CONFIG_FILES=" $CONFIG_FILES doc/Makefile" ;;
8189
8190
" doc/docbook/Makefile" ) CONFIG_FILES=" $CONFIG_FILES doc/docbook/Makefile" ;;
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ AX_LD_RDYNAMIC
193
193
AX_LD_SHAREDLIB_OPTS
194
194
195
195
196
- AC_OUTPUT(Makefile src/Makefile lib/Makefile scripts/Makefile doc/Makefile doc/docbook/Makefile)
196
+ AC_OUTPUT(Makefile src/Makefile lib/vpi/Makefile lib/run/ Makefile scripts/Makefile doc/Makefile doc/docbook/Makefile)
197
197
198
198
if test -n "${warn_tcltk_version}"; then
199
199
AC_MSG_WARN([${warn_tcltk_version}])
Original file line number Diff line number Diff line change 58
58
#include "vsignal.h"
59
59
60
60
61
+ #ifndef RUNLIB
61
62
extern char * top_module ;
62
63
extern str_link * no_score_head ;
63
64
extern char user_msg [USER_MSG_LENGTH ];
@@ -401,6 +402,7 @@ void db_write(
401
402
PROFILE_END ;
402
403
403
404
}
405
+ #endif /* RUNLIB */
404
406
405
407
/*!
406
408
\throws anonymous info_db_read args_db_read Throw Throw Throw expression_db_read fsm_db_read race_db_read funit_db_read vsignal_db_read funit_db_merge funit_db_merge statement_db_read
@@ -739,6 +741,7 @@ bool db_read(
739
741
740
742
}
741
743
744
+ #ifndef RUNLIB
742
745
/*! \brief Assigns instance IDs to all instances. */
743
746
void db_assign_ids () { PROFILE (DB_ASSIGN_IDS );
744
747
@@ -3547,3 +3550,4 @@ void db_add_line_coverage(
3547
3550
PROFILE_END ;
3548
3551
3549
3552
}
3553
+ #endif /* RUNLIB */
You can’t perform that action at this time.
0 commit comments