Ignore:
Timestamp:
Jul 17, 2007, 4:47:56 PM (17 years ago)
Author:
rosiere
Message:

Modification des classes d'encapsulation des interfaces.
Stable sur tous les composants actuels

File:
1 edited

Legend:

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

    r43 r44  
    1616#-----[ Variables ]----------------------------------------
    1717CFG_FILE_EXTENSION              = cfg
     18CFG_FILE_DEBUG                  = debug.$(CFG_FILE_EXTENSION)
    1819
    1920OBJECTS                         = $(OBJECTS_COMMON)
     
    4647                                @                                                                                                       \
    4748                                declare -i  CPT=0;                                                                                      \
    48                                 for file in $$($(LS) *.$(CFG_FILE_EXTENSION) ); do                                                      \
     49                                declare     files;                                                                                      \
     50                                                                                                                                        \
     51                                if $(TEST) -f $(CFG_FILE_DEBUG); then                                                                   \
     52                                        files=$(CFG_FILE_DEBUG);                                                                        \
     53                                else                                                                                                    \
     54                                        files=$$($(LS) *.$(CFG_FILE_EXTENSION) );                                                       \
     55                                fi;                                                                                                     \
     56                                                                                                                                        \
     57                                for file in $$files; do                                                                                 \
    4958                                                                                                                                        \
    5059                                        declare     NAME;                                                                               \
Note: See TracChangeset for help on using the changeset viewer.