Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps

    r2 r43  
    88# DIR_MORPHEO must be defined
    99
     10#ifndef Behavioural
     11#include $(DIR_MORPHEO)/Behavioural/Makefile.deps
     12#endif
     13#
    1014Behavioural                     = yes
    1115
    1216#-----[ Library ]------------------------------------------
    13 Behavioural_LIBRARY             =       -lBehavioural
     17Behavioural_LIBRARY             =       -lBehavioural                           
     18
     19#                                       $(Common_LIBRARY)
    1420
    1521Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
     22
     23#                                       $(Common_DIR_LIBRARY)
    1624
    1725#-----[ Rules ]--------------------------------------------
     
    1927Behavioural_library             :
    2028                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile
     29
     30#                               @$(MAKE) Common_library
    2131       
    2232Behavioural_library_clean       :
    2333                                @$(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean
     34
     35#                               @$(MAKE) Common_library_clean
Note: See TracChangeset for help on using the changeset viewer.