source: rubycfg_asp/trunk/asp_dcre/tinet/asp_sample/Makefile@ 313

Last change on this file since 313 was 313, checked in by coas-nagasima, 7 years ago

ソースを追加

File size: 580 bytes
Line 
1#
2# ネットワークサービスの定義
3#
4
5# ネットワークインタフェースの選択、何れか一つ選択する。
6
7NET_IF = @(NET_IF)
8
9# イーサネット・ディバイスドライバの選択
10
11NET_DEV = @(NET_DEV)
12
13# ネットワーク層の選択
14
15@(SUPPORT_INET6)
16@(SUPPORT_INET4)
17
18# API に組込む機能の選択
19
20@(API_CFG_IP4MAPPED_ADDR)
21
22# トランスポート層の選択
23
24@(SUPPORT_TCP)
25@(SUPPORT_UDP)
26
27#
28# システムサービスの Makefile のインクルード
29#
30include $(SRCDIR)/tinet/Makefile.tinet
31
32#
Note: See TracBrowser for help on using the repository browser.