Changeset 52 for sources/src/Makefile.am


Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (12 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/Makefile.am

    r48 r52  
    1 sclibdir=$(prefix)/lib-@SC_LIB_TARGET@
     1
     2sclibdir = $(prefix)/lib-@SC_LIB_TARGET@
    23
    34sclib_LTLIBRARIES = libsystemc.la
    45
    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              \
     6libsystemc_objects= alias.o bit2string.o dump_dot.o dump_used_env.o     \
     7dump_used_options.o entity.o global_functions.o graph.o graph_cass.o    \
     8graph_signals.o hex2string.o methodprocess_dependency.o                 \
     9module_hierarchy.o module_hierarchy2dot.o mouchard_scheduling.o         \
     10port_dependency.o process_dependency.o sc_clock.o sc_event.o            \
     11sc_event_finder.o sc_interface.o sc_main.o sc_module.o sc_numrep.o      \
     12sc_object.o sc_pat_trace.o sc_port.o sc_sensitive.o sc_time.o           \
     13sc_trace.o sc_uint_subref_r.o sc_vcd_trace.o sc_ver.o schedulers.o      \
    1314serialization.o signal_dependency.o simplify_string.o
    1415# sc_logic.o
    1516
    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                                \
     17libsystemc_headers= graph_cass.h sc_biguint.h sc_nbdefs.h               \
     18sc_unsigned.h alias.h sc_bit.h graph_signals.h sc_bv.h sc_numrep.h      \
     19sc_vcd_trace.h bit2string.h sc_clock.h sc_object.h sc_ver.h casc.h      \
     20hex2string.h sc_clock_ext.h sc_ver_ext.h data_field.h internal.h        \
     21sc_pat_trace.h internal_ext.h sc_event.h schedulers.h dump_dot.h        \
     22sc_port.h methodprocess_dependency.h sc_event_finder.h sc_port_ext.h    \
     23serialization.h dump_used_env.h sc_fwd.h serialization_ext.h            \
     24module_hierarchy.h sc_int.h sc_sensitive.h dump_used_options.h          \
     25sc_signal.h signal_dependency.h module_hierarchy2dot.h sc_interface.h   \
     26sc_signed.h entity.h module_hierarchy_ext.h sc_localvar.h sc_string.h   \
     27simplify_string.h fsm_rules.h systemc mouchard_scheduling.h sc_logic.h  \
     28sc_time.h systemc.h gen_code.h sc_lv.h systemcass_version_ext.h         \
     29port_dependency.h sc_trace.h usage.h global_functions.h                 \
     30port_dependency_ext.h sc_trace_ext.h utils.h sc_module.h sc_uint.h      \
     31graph.h process_dependency.h sc_module_ext.h sc_bigint.h                \
    3132sc_module_name.h sc_unit.h
    3233
     
    3435
    3536if WITH_ALLIANCE
    36 ALLIANCE_LIBS= -L$(ALLIANCE_PATH)/lib -lMut -lPat -lPpt -lPgn
     37ALLIANCE_LIBS = -L$(ALLIANCE_PATH)/lib -lMut -lPat -lPpt -lPgn
    3738endif
    3839
     
    4243noinst_LTLIBRARIES =  libgen_code.la
    4344libgen_code_la_SOURCES = gen_code.cc
    44 libgen_code_la_CXXFLAGS=-DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' @OPENMP_CFLAGS@
     45libgen_code_la_CXXFLAGS = -DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' @OPENMP_CFLAGS@
    4546
    4647include_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.