diff options
| author | fukachan <fukachan> | 2006-02-01 12:35:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-02-01 12:35:44 +0000 |
| commit | f40747099e2565f5a2c6bf8fe7f88fd562c3ac65 (patch) | |
| tree | 36b19bad647fdecc5cd08d05c2a8364237192602 /fml/bin | |
| parent | 7667cc07daa48ad5773c3af2848dad990a5c9ab4 (diff) | |
| download | fml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.tar.gz fml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.tar.bz2 fml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.zip | |
fmlproj, yet another demo
Diffstat (limited to 'fml/bin')
| -rw-r--r-- | fml/bin/.cvsignore | 1 | ||||
| -rwxr-xr-x | fml/bin/fmlproj.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore index 2a647183..1f5fbdd5 100644 --- a/fml/bin/.cvsignore +++ b/fml/bin/.cvsignore @@ -19,3 +19,4 @@ fmlsummary fmlsuper fmlthread makefml +fmlproj diff --git a/fml/bin/fmlproj.in b/fml/bin/fmlproj.in new file mode 100755 index 00000000..874b873b --- /dev/null +++ b/fml/bin/fmlproj.in @@ -0,0 +1,17 @@ +#! @SHELL@ +# +# Copyright (C) 2005 Ken'ichi Fukamachi +# All rights reserved. This program is free software; you can +# redistribute it and/or modify it under the same terms as Perl itself. +# +# $FML$ +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml + +exec $libexec_dir/fmlproj $* + +echo 'not reach here' +exit 0; |
