Ignore:
Timestamp:
Jan 2, 2014, 8:55:00 PM (10 years ago)
Author:
ertl-hiro
Message:

ASPカーネルに追従。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/sample/Makefile

    r64 r67  
    66#  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77#                              Toyohashi Univ. of Technology, JAPAN
    8 #  Copyright (C) 2006-2012 by Embedded and Real-Time Systems Laboratory
     8#  Copyright (C) 2006-2014 by Embedded and Real-Time Systems Laboratory
    99#              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010#
     
    5555#
    5656SRCLANG = @(SRCLANG)
     57ifeq ($(SRCLANG),c)
     58  LIBS = -lc
     59endif
    5760ifeq ($(SRCLANG),c++)
    5861  USE_CXX = true
Note: See TracChangeset for help on using the changeset viewer.