[gforth] / gforth / mkdosmf.sed  

gforth: gforth/mkdosmf.sed


1 : anton 1.26 #Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc.
2 :    
3 :     #This file is part of Gforth.
4 :    
5 :     #Gforth is free software; you can redistribute it and/or
6 :     #modify it under the terms of the GNU General Public License
7 :     #as published by the Free Software Foundation; either version 2
8 :     #of the License, or (at your option) any later version.
9 :    
10 :     #This program is distributed in the hope that it will be useful,
11 :     #but WITHOUT ANY WARRANTY; without even the implied warranty of
12 :     #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
13 :     #GNU General Public License for more details.
14 :    
15 :     #You should have received a copy of the GNU General Public License
16 :     #along with this program; if not, write to the Free Software
17 :     #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
18 :    
19 : jwilke 1.15 # We use the bash and shell and file utilities with dos
20 :     s%SHELL%# SHELL%g
21 : pazsan 1.22 s% rm -rf% deltree%g
22 :     s% rm% del%g
23 :     s% cp -p% copy%g
24 : jwilke 1.15 s% ln -s% cp%g
25 : pazsan 1.22 s%\($(CP).*\)/%\1\\%g
26 :     s%\($(CP).*\)/%\1\\%g
27 : jwilke 1.15 s%@mach_h@%386%g
28 : pazsan 1.2 s%-pipe %%g
29 : pazsan 1.1 s% ./gforth% gforth%g
30 : pazsan 1.2 s%io.o %%g
31 : pazsan 1.11 s%-DDEFAULTPATH=\\".*"%%g
32 : pazsan 1.4 s%@kernel_fi@%kernl32l.fi%g
33 :     s%@KERNEL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g
34 : pazsan 1.19 s%@LIBOBJS@%ecvt.o io.o strsig.o getopt.o getopt1.o select.o%g
35 : pazsan 1.1 s%@host@%dos%g
36 : pazsan 1.3 s%@CC@%gcc%g
37 : pazsan 1.22 s%@GFORTH_EXE@%%g
38 :     s%@GFORTHDITC_EXE@%%g
39 : pazsan 1.1 s%@INSTALL@%install-sh%g
40 :     s%@INSTALL_PROGRAM@%install-sh%g
41 :     s%@INSTALL_DATA@%install-sh%g
42 :     s%@LN_S@%copy%g
43 :     s%@CFLAGS@%-fforce-mem -fforce-addr -fomit-frame-pointer%g
44 : pazsan 1.3 s%@ENGINE_FLAGS@%%g
45 : pazsan 1.2 s%@DEFS@%%g
46 : pazsan 1.1 s%@DEBUGFLAG@%%g
47 :     s%@LDFLAGS@%%g
48 :     s%@GCCLDFLAGS@%%g
49 :     s%@LIBS@%-lm -lpc%g
50 :     s%@prefix@%%g
51 :     s%@exec_prefix@%%g
52 : pazsan 1.6 s%@srcdir@%.%g
53 : pazsan 1.8 s%@LINK_KERNL@%-$(CP) kernl32l.fi kernel.fi%g
54 : pazsan 1.6 s%@PATHSEP@%;%g
55 :     s%-fforce-mem -fforce-addr %%g
56 : pazsan 1.18 s%echo ": version-string s\\" $(VERSION)\\" ;" > kernel/version.fs%$(CP) version.fs1 kernel\\version.fs%g
57 :     s%config.h.in ../config.status%%g
58 :     s%cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status%echo I hope you configured your system%g
59 : pazsan 1.6 s%$(FORTHPATH)$(PATHSEP)%%g
60 : pazsan 1.7 s%@FORTHSIZES@%%g
61 : pazsan 1.22 s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else \(.*\) ; fi%\1%g
62 :     s%Makefile \(.*\) config.status%Makefile \1%
63 : pazsan 1.9 s%--clear-dictionary%-c%g
64 : pazsan 1.22 s%".$(PATHSEP)~+$(PATHSEP)$(srcdir)"%"~+"%g
65 : jwilke 1.15 # s% -I$(srcdir)%%g
66 : pazsan 1.20 s%GFORTHD=.*gforth.fi%gforthmi gforth.fi%g
67 : anton 1.13 s%gforth-ditc%gforth-d%g
68 : pazsan 1.22 s%gforth-fast%gforth-f%g
69 : anton 1.13 s%engine-ditc%engine-d%g
70 : pazsan 1.22 s%engine-fast%engine-f%g
71 : anton 1.13 s%main-ditc%main-d%g
72 : pazsan 1.22 s%main-fast%main-f%g
73 : jwilke 1.15 s%@OSCLASS@%dos%g
74 : pazsan 1.18 s%@machine@%386%g
75 : anton 1.24 s%@PACKAGE_VERSION@%0.5.9%g
76 : anton 1.25 s%@EXEEXT@%.exe%g
77 : pazsan 1.22 s%--die-on-signal%-s%g
78 : pazsan 1.19 s%cd engine && $(MAKE)%$(MAKE) -C engine%g
79 : pazsan 1.20 s%\(CFLAGS2.*\) -O4%\1%g
80 :     s%gforthmi gforth\$%gforthmi.bat gforth\$%g
81 : pazsan 1.21 s%engine/Makefile configure%engine/Makefile%g
82 : pazsan 1.22 s%$(exec_prefix)/bin%%g
83 :     s%@asm_fs@%./arch/386/asm.fs%g
84 :     s%@disasm_fs@%./arch/386/disasm.fs%g

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help