Browse CVS Repository
Contents of /jyugem/jyusecs/bee/Makefile
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Sat Nov 27 06:51:33 2004 UTC
(19 years, 4 months ago)
by fukasawa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +20 -9 lines
ItemTypeにエラー情報を追加。
要素を取得するメッセージ検索機能を追加。
Linux上でのMakefile修正。
Analyzerプログラム用のソースファイルを追加。
| 1 |
#---------------------------------------------------------------------------- |
| 2 |
# Make Workspace |
| 3 |
# |
| 4 |
# MakeWorkspaceCreator.pm,v 1.10 2004/07/01 14:39:16 elliott_c Exp |
| 5 |
# |
| 6 |
# This file was generated by MPC. Any changes made directly to |
| 7 |
# this file will be lost the next time it is generated. |
| 8 |
# |
| 9 |
# MPC Command: |
| 10 |
# /usr/local/src/opensource/ace/ACE_wrappers/bin/mwc.pl -include /usr/local/src/opensource/ace/ACE_wrappers/MPC/config -include /usr/local/src/opensource/ace/ACE_wrappers/MPC/templates -type make -static libsecs.mwc |
| 11 |
#---------------------------------------------------------------------------- |
| 12 |
|
| 13 |
|
| 14 |
all: libee |
| 15 |
|
| 16 |
clean depend generated realclean: |
| 17 |
@$(MAKE) PWD=`pwd` -f Makefile.libee $(@) |
| 18 |
|
| 19 |
.PHONY: libee |
| 20 |
libee: |
| 21 |
@$(MAKE) PWD=`pwd` -f Makefile.libee |
| 22 |
|
| 23 |
project_name_list: |
| 24 |
@echo libee |
|