Changeset 52 for sources/src/Makefile.am
- Timestamp:
- Jan 22, 2013, 4:23:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/Makefile.am
r48 r52 1 sclibdir=$(prefix)/lib-@SC_LIB_TARGET@ 1 2 sclibdir = $(prefix)/lib-@SC_LIB_TARGET@ 2 3 3 4 sclib_LTLIBRARIES = libsystemc.la 4 5 5 libsystemc_objects= alias.o bit2string.o dump_dot.o dump_used_env.o 6 dump_used_options.o entity.o global_functions.o graph.o graph_cass.o 7 graph_signals.o hex2string.o methodprocess_dependency.o 8 module_hierarchy.o module_hierarchy2dot.o mouchard_scheduling.o 9 port_dependency.o process_dependency.o sc_clock.o sc_event.o 10 sc_event_finder.o sc_interface.o sc_main.o sc_module.o sc_numrep.o 11 sc_object.o sc_pat_trace.o sc_port.o sc_sensitive.o sc_time.o 12 sc_trace.o sc_uint_subref_r.o sc_vcd_trace.o sc_ver.o schedulers.o 6 libsystemc_objects= alias.o bit2string.o dump_dot.o dump_used_env.o \ 7 dump_used_options.o entity.o global_functions.o graph.o graph_cass.o \ 8 graph_signals.o hex2string.o methodprocess_dependency.o \ 9 module_hierarchy.o module_hierarchy2dot.o mouchard_scheduling.o \ 10 port_dependency.o process_dependency.o sc_clock.o sc_event.o \ 11 sc_event_finder.o sc_interface.o sc_main.o sc_module.o sc_numrep.o \ 12 sc_object.o sc_pat_trace.o sc_port.o sc_sensitive.o sc_time.o \ 13 sc_trace.o sc_uint_subref_r.o sc_vcd_trace.o sc_ver.o schedulers.o \ 13 14 serialization.o signal_dependency.o simplify_string.o 14 15 # sc_logic.o 15 16 16 libsystemc_headers= graph_cass.h sc_biguint.h sc_nbdefs.h 17 sc_unsigned.h alias.h sc_bit.h graph_signals.h sc_bv.h sc_numrep.h 18 sc_vcd_trace.h bit2string.h sc_clock.h sc_object.h sc_ver.h casc.h 19 hex2string.h sc_clock_ext.h sc_ver_ext.h data_field.h internal.h 20 sc_pat_trace.h internal_ext.h sc_event.h schedulers.h dump_dot.h 21 sc_port.h methodprocess_dependency.h sc_event_finder.h sc_port_ext.h 22 serialization.h dump_used_env.h sc_fwd.h serialization_ext.h 23 module_hierarchy.h sc_int.h sc_sensitive.h dump_used_options.h 24 sc_signal.h signal_dependency.h module_hierarchy2dot.h sc_interface.h 25 sc_signed.h entity.h module_hierarchy_ext.h sc_localvar.h sc_string.h 26 simplify_string.h fsm_rules.h systemc mouchard_scheduling.h sc_logic.h 27 sc_time.h systemc.h gen_code.h sc_lv.h systemcass_version_ext.h 28 port_dependency.h sc_trace.h usage.h global_functions.h 29 port_dependency_ext.h sc_trace_ext.h utils.h sc_module.h sc_uint.h 30 graph.h process_dependency.h sc_module_ext.h sc_bigint.h 17 libsystemc_headers= graph_cass.h sc_biguint.h sc_nbdefs.h \ 18 sc_unsigned.h alias.h sc_bit.h graph_signals.h sc_bv.h sc_numrep.h \ 19 sc_vcd_trace.h bit2string.h sc_clock.h sc_object.h sc_ver.h casc.h \ 20 hex2string.h sc_clock_ext.h sc_ver_ext.h data_field.h internal.h \ 21 sc_pat_trace.h internal_ext.h sc_event.h schedulers.h dump_dot.h \ 22 sc_port.h methodprocess_dependency.h sc_event_finder.h sc_port_ext.h \ 23 serialization.h dump_used_env.h sc_fwd.h serialization_ext.h \ 24 module_hierarchy.h sc_int.h sc_sensitive.h dump_used_options.h \ 25 sc_signal.h signal_dependency.h module_hierarchy2dot.h sc_interface.h \ 26 sc_signed.h entity.h module_hierarchy_ext.h sc_localvar.h sc_string.h \ 27 simplify_string.h fsm_rules.h systemc mouchard_scheduling.h sc_logic.h \ 28 sc_time.h systemc.h gen_code.h sc_lv.h systemcass_version_ext.h \ 29 port_dependency.h sc_trace.h usage.h global_functions.h \ 30 port_dependency_ext.h sc_trace_ext.h utils.h sc_module.h sc_uint.h \ 31 graph.h process_dependency.h sc_module_ext.h sc_bigint.h \ 31 32 sc_module_name.h sc_unit.h 32 33 … … 34 35 35 36 if WITH_ALLIANCE 36 ALLIANCE_LIBS = -L$(ALLIANCE_PATH)/lib -lMut -lPat -lPpt -lPgn37 ALLIANCE_LIBS = -L$(ALLIANCE_PATH)/lib -lMut -lPat -lPpt -lPgn 37 38 endif 38 39 … … 42 43 noinst_LTLIBRARIES = libgen_code.la 43 44 libgen_code_la_SOURCES = gen_code.cc 44 libgen_code_la_CXXFLAGS =-DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' @OPENMP_CFLAGS@45 libgen_code_la_CXXFLAGS = -DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' @OPENMP_CFLAGS@ 45 46 46 47 include_HEADERS = alias.h casc.h data_field.h global_functions.h internal_ext.h module_hierarchy_ext.h port_dependency_ext.h sc_bigint.h sc_biguint.h sc_bit.h sc_bv.h sc_clock_ext.h sc_event.h sc_fwd.h sc_int.h sc_interface.h sc_localvar.h sc_logic.h sc_lv.h sc_module_ext.h sc_module_name.h sc_nbdefs.h sc_numrep.h sc_object.h sc_pat_trace.h sc_port_ext.h sc_sensitive.h sc_signal.h sc_signed.h sc_string.h sc_time.h sc_trace_ext.h sc_uint.h sc_unit.h sc_unsigned.h sc_vcd_trace.h sc_ver_ext.h serialization_ext.h systemc systemc.h systemcass_version_ext.h 48
Note: See TracChangeset
for help on using the changeset viewer.