source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/linux/Makefile.config@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 496 bytes
RevLine 
[363]1#
2# @(#) $Id: Makefile.config,v 1.6 2003/07/16 09:12:41 honda Exp $
3#
4
5#
6# Makefile のターゲット依存部(Linux用)
7#
8
9#
10# カーネルに関する定義
11#
12INCLUDES := $(INCLUDES) -I$(CONFIGDIR)/$(CPU)
13COPTS := $(COPTS) -g -O2
14
15#
16# カーネルに関する定義
17#
18KERNEL_DIR := $(KERNEL_DIR) $(CONFIGDIR)/$(CPU)
19KERNEL_ASMOBJS := $(KERNEL_ASMOBJS)
20KERNEL_COBJS := $(KERNEL_COBJS) cpu_config.o sys_config.o start.o
21
22#
23# makeoffset は不必
24要
25#
26OMIT_MAKEOFFSET = true
Note: See TracBrowser for help on using the repository browser.