Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Basic_test/Makefile

    r100 r137  
    1515DIR_LDSCRIPT                    = ../Common/ldscript/
    1616
    17 INCDIR                          = -I$(DIR_INC) -I$(DIR_COMMON_INC) $(NEWLIB_INCDIR)
    18 LIBDIR                          = $(NEWLIB_LIBDIR)
    19 LIBNAME                         = $(NEWLIB_LIBNAME)
     17INCDIR                          = -I$(DIR_INC) -I$(DIR_COMMON_INC) $($(OS)_INCDIR)
     18LIBDIR                          = $($(OS)_LIBDIR)
     19LIBNAME                         = $($(OS)_LIBNAME)
    2020
    2121#-----[ Files ]-------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.