Mithing.
[p5sagit/p5-mst-13.2.git] / os2 / Makefile.SHs
1 # This file is read by Makefile.SH to produce rules for $(LIBPERL) (and
2 # some additional rules as well).
3
4 # Rerun `sh Makefile.SH; make depend' after making any change.
5
6 # Additional rules supported: perl_, aout_test, aout_install, use them
7 # for a.out style perl (which may fork).
8
9 perl_fullversion="5.00${PERL_VERSION}_$PERL_SUBVERSION"
10 case "$archname" in
11  *-thread*)     perl_fullversion="${perl_fullversion}-threaded";;
12 esac
13
14 dll_post="`echo $perl_fullversion | sum | sed -e 's/^0*//' | awk '{print $1}'`"
15 dll_post="`printf '%x' $dll_post | tr '[a-z]' '[A-Z]'`"
16
17 aout_extra_libs=''
18 aout_extra_sep=''
19 for xxx in $aout_extra_static_ext; do
20   aout_extra_dir=`echo "$xxx" | sed -e 's/::/\//g'`
21   aout_extra_lib="lib/auto/$aout_extra_dir/"`basename "$aout_extra_dir"`
22   aout_extra_libs="$aout_extra_libs$aout_extra_sep$aout_extra_lib$aout_lib_ext"
23   aout_extra_sep=' '
24 done
25
26 $spitshell >>Makefile <<!GROK!THIS!
27
28 PERL_FULLVERSION = $perl_fullversion
29
30 OPTIMIZE        = $optimize
31 AOUT_OPTIMIZE   = \$(OPTIMIZE)
32 AOUT_CCCMD      = \$(CC) -DPERL_CORE $aout_ccflags \$(AOUT_OPTIMIZE)
33 AOUT_AR         = $aout_ar
34 AOUT_OBJ_EXT    = $aout_obj_ext
35 AOUT_LIB_EXT    = $aout_lib_ext
36 AOUT_LIBPERL    = libperl$aout_lib_ext
37 AOUT_CLDFLAGS   = $aout_ldflags
38
39 AOUT_LIBPERL_DLL        = libperl_dll$aout_lib_ext
40 AOUT_CCCMD_DLL  = \$(CC) -DDOSISH -DOS2=2 -DEMBED -I. -DPACK_MALLOC -DDEBUGGING_MSTATS -DTWO_POT_OPTIMIZE -DPERL_EMERGENCY_SBRK
41 AOUT_CLDFLAGS_DLL       = -Zexe -Zmt -Zcrtdll -Zstack 32000
42
43 # No -DPERL_CORE
44 SO_CCCMD        = \$(CC) $ccflags \$(OPTIMIZE)
45
46 LD_OPT          = \$(OPTIMIZE)
47 PERL_DLL_LD_OPT = -Zmap -Zlinker /map
48
49 PERL_DLL_BASE   = perl$dll_post
50 PERL_DLL        = \$(PERL_DLL_BASE)\$(DLSUFFIX)
51 TEST_PERL_DLL   = perl_dll_t
52 CONFIG_ARGS     = $config_args
53 AOUT_EXTRA_LIBS = $aout_extra_libs
54
55 !GROK!THIS!
56
57 $spitshell >>Makefile <<'!NO!SUBS!'
58 $(LIBPERL): perl.imp $(PERL_DLL) perl5.def libperl_override.lib
59         emximp -o $(LIBPERL) perl.imp
60
61 libperl_override.imp: os2/os2add.sym
62         ./miniperl -wnle 'print "$$_\t$(PERL_DLL_BASE)\t$$_\t?"' os2/os2add.sym > tmp.imp
63         echo    'strdup $(PERL_DLL_BASE)        Perl_strdup     ?' >> tmp.imp
64         echo    'putenv $(PERL_DLL_BASE)        Perl_putenv     ?' >> tmp.imp
65         sh mv-if-diff tmp.imp $@
66
67 libperl_override.lib: libperl_override.imp
68         emximp -o $@ libperl_override.imp
69
70 $(AOUT_LIBPERL_DLL): perl.imp $(PERL_DLL) perl5.def
71         emximp -o $(AOUT_LIBPERL_DLL) perl.imp
72
73 perl.imp: perl5.def
74         emximp -o perl.imp perl5.def
75         echo    'emx_calloc             emxlibcm        400     ?' >> $@
76         echo    'emx_free               emxlibcm        401     ?' >> $@
77         echo    'emx_malloc             emxlibcm        402     ?' >> $@
78         echo    'emx_realloc            emxlibcm        403     ?' >> $@
79
80 .PHONY: perl_dll installcmd aout_clean aout_install aout_install.perl \
81         perlrexx test_prep_perl_ test_prep_perl_sys test_prep_perl_stat \
82         test_prep_perl_stat_aout test_prep_various \
83         stat_aout_harness aout_harness stat_harness sys_harness all_harness \
84         stat_aout_test aout_test stat_test sys_test all_test
85
86 perl_dll: $(PERL_DLL)
87
88 perl_dll_t: t/$(PERL_DLL)
89
90 t/$(PERL_DLL): $(PERL_DLL)
91         $(LNS) $(PERL_DLL) t/$(PERL_DLL)
92
93 $(PERL_DLL): $(obj) perl5.def perl$(OBJ_EXT)
94         $(LD) $(LD_OPT) $(LDDLFLAGS) $(PERL_DLL_LD_OPT) -o $@ perl$(OBJ_EXT) $(obj) $(libs) perl5.def || ( rm $(PERL_DLL) && sh -c false )
95
96 perl5.olddef: perl.linkexp
97         echo "LIBRARY '$(PERL_DLL_BASE)' INITINSTANCE TERMINSTANCE"     > $@
98         echo DESCRIPTION "'Perl interpreter v$(PERL_FULLVERSION), export autogenerated'"        >>$@
99         echo STACKSIZE 32768                            >>$@
100         echo CODE LOADONCALL                            >>$@
101         echo DATA LOADONCALL NONSHARED MULTIPLE         >>$@
102         echo EXPORTS                                    >>$@
103 !NO!SUBS!
104
105 if [ ! -z "$myttyname" ] ; then
106   $spitshell >>Makefile <<'!NO!SUBS!'
107         echo '  "ttyname"'                              >>$@
108 !NO!SUBS!
109 fi
110
111 $spitshell >>Makefile <<'!NO!SUBS!'
112         cat perl.linkexp        >>$@
113
114 #       grep -v '"\(malloc\|realloc\|free\)"' perl.linkexp      >>$@
115
116
117 perl.exports: perl.exp EXTERN.h perl.h
118         (echo "#include \"EXTERN.h\" \n#include \"perl.h\" \n#include \"perl.exp\"";    \
119          echo "malloc\nrealloc\ncalloc\nfree") | \
120                 $(CC) -DEMBED  -E - | \
121                 awk '{if ($$2 == "") print $$1}' | sort | uniq > $@
122
123 perl.linkexp: perl.exports perl.map  os2/os2.sym
124         cat perl.exports os2/os2.sym perl.map | sort | uniq -d | sed -e 's/\w\+/  "\0"/' > perl.linkexp
125
126 # We link miniperl statically, since .DLL depends on $(DYNALOADER) 
127
128 miniperl.map miniperl: $(obj) perl$(OBJ_EXT) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
129         $(CC) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT) perl$(OBJ_EXT) `echo $(obj)|sed -e 's/\bop\./opmini./g'` $(libs) -Zmap -Zlinker /map/PM:VIO
130         @./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
131
132 depend: os2ish.h dlfcn.h os2thread.h os2.c
133
134 # Stupid make? Needed...
135 os2$(OBJ_EXT) : os2.c
136
137 os2.c: os2/os2.c os2ish.h
138         cp -f $< $@
139
140 dl_os2.c: os2/dl_os2.c os2ish.h
141         cp -f $< $@
142
143 os2ish.h: os2/os2ish.h
144         cp -f $< $@
145
146 os2thread.h: os2/os2thread.h
147         cp -f $< $@
148
149 dlfcn.h: os2/dlfcn.h
150         cp -f $< $@
151
152 # Non-Forking dynamically loaded perl
153
154 perl___$(EXE_EXT) perl___: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
155         $(SHRPENV) $(CC) $(CLDFLAGS) $(CCDLFLAGS) -o perl___ perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) -Zlinker /map/PM:VIO
156
157 # This one is compiled -Zsys, so cannot do many things:
158
159 # Remove -Zcrtdll
160 STAT_CLDFLAGS = -Zexe -Zomf -Zmt -Zstack 32000
161
162 # Non-forking dynamically loaded perl with a wrong CRT library:
163
164 perl_stat: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
165         $(SHRPENV) $(CC) $(STAT_CLDFLAGS) $(CCDLFLAGS) -o $@ perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) -Zlinker /map/PM:VIO
166
167 # Remove -Zcrtdll, add -Zsys
168 SYS_CLDFLAGS = $(STAT_CLDFLAGS) -Zsys
169
170 # Non-Forking dynamically loaded perl without EMX - so with wrong CRT library
171
172 perl_sys: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
173         $(SHRPENV) $(CC) $(SYS_CLDFLAGS) $(CCDLFLAGS) -o $@ perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) -Zlinker /map/PM:VIO
174
175 installcmd : 
176         @perl -e 'die qq{Give the option INSTALLCMDDIR=... to make!} if $$ARGV[0] eq ""' $(INSTALLCMDDIR)
177         ./miniperl -Ilib os2/perl2cmd.pl $(INSTALLCMDDIR)
178
179 # Aout section:
180
181 aout_obj = $(addsuffix $(AOUT_OBJ_EXT),$(basename $(obj)))
182 AOUT_DYNALOADER = $(addsuffix $(AOUT_LIB_EXT),$(basename $(DYNALOADER)))
183 aout_ext = $(dynamic_ext) $(AOUT_EXTRA_LIBS)
184 aout_static_ext = $(addsuffix $(AOUT_LIB_EXT),$(basename $(aout_ext)))
185 aout_static_lib = $(addsuffix $(LIB_EXT),$(basename $(aout_ext)))
186
187 aout_static_ext_dll = $(addsuffix $(AOUT_LIB_EXT),$(basename $(static_ext)))
188 DYNALOADER_OBJ = ext/DynaLoader/DynaLoader$(OBJ_EXT)
189 aout_static_ext_dll = $(addsuffix $(AOUT_LIB_EXT),$(basename $(static_ext)))
190 AOUT_DYNALOADER_OBJ = $(addsuffix $(AOUT_OBJ_EXT),$(basename $(DYNALOADER_OBJ)))
191
192 $(AOUT_DYNALOADER_OBJ) : $(DYNALOADER_OBJ)
193         emxaout -o $@ $<
194
195 $(DYNALOADER_OBJ) : $(DYNALOADER)
196         @sh -c true
197
198 $(AOUT_LIBPERL) : $(aout_obj) perl$(AOUT_OBJ_EXT)
199         rm -f $@
200         $(AOUT_AR) rcu $@ perl$(AOUT_OBJ_EXT) $(aout_obj)
201
202 .c$(AOUT_OBJ_EXT):
203         $(AOUT_CCCMD) $(PLDLFLAGS) -c $*.c
204
205 opmini$(AOUT_OBJ_EXT): op.c
206         $(AOUT_CCCMD) $(PLDLFLAGS) -DPERL_EXTERNAL_GLOB -o opmini$(AOUT_OBJ_EXT) -c op.c
207
208 perlmain(AOUT_OBJ_EXT): perlmain.c
209         $(AOUT_CCCMD_DLL) $(PLDLFLAGS) -c perlmain.c
210
211 aout_perlmain.c: miniperlmain.c config.sh makefile $(static_ext_autoinit)
212         sh writemain $(DYNALOADER) $(aout_static_lib) > tmp
213         sh mv-if-diff tmp aout_perlmain.c
214
215 _preplibrary = miniperl lib/Config.pm lib/lib.pm lib/re.pm
216
217 miniperl_: $& miniperlmain$(AOUT_OBJ_EXT) $(AOUT_LIBPERL) opmini$(AOUT_OBJ_EXT) $(_preplibrary)
218         $(CC) $(AOUT_CLDFLAGS) $(CCDLFLAGS) -o miniperl_ miniperlmain$(AOUT_OBJ_EXT) opmini$(AOUT_OBJ_EXT) $(AOUT_LIBPERL) $(libs)
219
220 # Forking statically loaded perl
221
222 perl_$(EXE_EXT) perl_: $& aout_perlmain$(AOUT_OBJ_EXT) $(AOUT_LIBPERL) $(AOUT_DYNALOADER) $(aout_static_ext) ext.libs
223         $(CC) $(AOUT_CLDFLAGS) $(CCDLFLAGS) -o perl_ aout_perlmain$(AOUT_OBJ_EXT) $(AOUT_DYNALOADER) $(aout_static_ext) $(AOUT_LIBPERL) `cat ext.libs` $(libs)
224
225 # Remove -Zcrtdll
226 STAT_AOUT_CLDFLAGS = -Zexe -Zmt -Zstack 32000
227
228 # Forking dynamically loaded perl with a wrong CRT library:
229
230 perl_stat_aout$(EXE_EXT) perl_stat_aout: $& perlmain$(AOUT_OBJ_EXT) $(AOUT_DYNALOADER_OBJ) $(aout_static_ext_dll) $(AOUT_LIBPERL_DLL) ext.libs
231         $(SHRPENV) $(CC) $(STAT_AOUT_CLDFLAGS) $(CCDLFLAGS) -o $@ perlmain$(AOUT_OBJ_EXT) $(AOUT_DYNALOADER_OBJ) $(aout_static_ext_dll) $(AOUT_LIBPERL_DLL) `cat ext.libs` $(libs)
232
233 PERLREXX_DLL = perlrexx.dll
234
235 perl : perl__ perl___ $(PERLREXX_DLL)
236
237 # Dynamically loaded PM-application perl:
238
239 perl__$(EXE_EXT) perl__: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs
240         $(CC) $(CLDFLAGS) $(CCDLFLAGS) -o perl__ perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) -Zlinker /PM:PM
241
242 # Forking dynamically loaded perl:
243
244 perl$(EXE_EXT) perl: $& perlmain$(AOUT_OBJ_EXT) $(AOUT_DYNALOADER_OBJ) $(aout_static_ext_dll) $(AOUT_LIBPERL_DLL) ext.libs
245         $(CC) $(AOUT_CLDFLAGS_DLL) $(CCDLFLAGS) -o perl perlmain$(AOUT_OBJ_EXT) $(AOUT_DYNALOADER_OBJ) $(aout_static_ext_dll) $(AOUT_LIBPERL_DLL) `cat ext.libs` $(libs)
246
247 clean: aout_clean
248
249 aout_clean:
250         -rm *perl_.* *.o *.a lib/auto/*/*.a ext/*/Makefile.aout
251
252 aout_install: perl_ aout_install.perl
253
254 aout_install.perl: perl_ installperl
255         ./perl_ installperl
256
257 perlrexx: $(PERLREXX_DLL)
258         @sh -c true
259
260 perlrexx.c: os2/perlrexx.c
261         @cp -f os2/$@ $@
262
263 # Remove -Zexe, add -Zdll -Zso.  No stack needed
264 SO_CLDFLAGS = -Zdll -Zso -Zomf -Zmt -Zsys
265
266 # A callable-from-REXX DLL
267
268 $(PERLREXX_DLL): perlrexx$(OBJ_EXT) perlrexx.def
269         $(SHRPENV) $(CC) $(SO_CLDFLAGS) $(CCDLFLAGS) -o $@ perlrexx$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) perlrexx.def
270
271 perlrexx.def: miniperl $(_preplibrary)
272         echo    "LIBRARY 'perlrexx' INITINSTANCE TERMINSTANCE"  > tmp.def
273         echo    "DESCRIPTION '@#perl5-porters@perl.org:`miniperl -Ilib -MConfig -e 'print \$$]'`#@ REXX to Perl `miniperl -Ilib -MConfig -e 'print \$$Config{version}'` interface'" >> tmp.def
274         echo    "EXPORTS"                                       >> tmp.def
275         echo    '  "PERL"'                                      >> tmp.def
276         echo    '  "PERLTERM"'                                  >> tmp.def
277         echo    '  "PERLINIT"'                                  >> tmp.def
278         echo    '  "PERLEXIT"'                                  >> tmp.def
279         echo    '  "PERLEVAL"'                                  >> tmp.def
280         echo    '  "PERLLASTERROR"'                             >> tmp.def
281         echo    '  "PERLEVALSUBCOMMAND"'                        >> tmp.def
282         echo    '  "PERLEXPORTALL"'                             >> tmp.def
283         echo    '  "PERLDROPALL"'                               >> tmp.def
284         echo    '  "PERLDROPALLEXIT"'                           >> tmp.def
285         sh mv-if-diff tmp.def $@
286
287
288 perlrexx$(OBJ_EXT): perlrexx.c
289         $(SO_CCCMD) $(PLDLFLAGS) -c perlrexx.c
290
291 # To test with harness, one needed to HARNESS_IGNORE_EXITCODE=2
292
293 # Define to be empty to get a TTY test
294 REDIR_TEST = 2>&1 | tee 00_$@
295
296 test_prep_perl_: test_prep_pre miniperl_ ./perl_$(EXE_EXT)
297         PERL=./perl_ $(MAKE) _test_prep
298
299 test_prep_various: test_prep_pre miniperl $(dynamic_ext) $(TEST_PERL_DLL)
300
301 test_prep_perl_sys: test_prep_various ./perl_sys$(EXE_EXT)
302         PERL=./perl_sys $(MAKE) _test_prep
303
304 test_prep_perl___: test_prep_various ./perl___$(EXE_EXT)
305         PERL=./perl___ $(MAKE) _test_prep
306
307 test_prep_perl_stat: test_prep_various ./perl_stat$(EXE_EXT)
308         PERL=./perl_stat $(MAKE) _test_prep
309
310 test_prep_perl_stat_aout: test_prep_various ./perl_stat_aout$(EXE_EXT)
311         PERL=./perl_stat_aout $(MAKE) _test_prep
312
313 aout_test: test_prep_perl_
314         PERL=./perl_ $(MAKE) _test
315
316 aout_harness: test_prep_perl_
317         -PERL=./perl_ $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
318
319 sys_test: test_prep_perl_sys
320         PERL=./perl_sys $(MAKE) _test
321
322 sys_harness: test_prep_perl_sys
323         -PERL=./perl_sys $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
324
325 stat_test: test_prep_perl_stat
326         PERL=./perl_stat $(MAKE) _test
327
328 stat_harness: test_prep_perl_stat
329         -PERL=./perl_stat $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
330
331 stat_aout_test: test_prep_perl_stat_aout
332         PERL=./perl_stat_aout $(MAKE) _test
333
334 stat_aout_harness: test_prep_perl_stat_aout
335         -PERL=./perl_stat_aout $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
336
337 perl___test: test_prep_perl___
338         PERL=./perl___ $(MAKE) _test
339
340 perl___harness: test_prep_perl___
341         -PERL=./perl___ $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
342
343 all_test: test aout_test perl___test sys_test stat_test stat_aout_test
344
345 all_harness: test_harness aout_harness perl___harness sys_harness stat_harness stat_aout_harness
346
347 !NO!SUBS!
348
349 # Now we need to find directories in ./ext/ which are up to 3 level deep
350 # Currently (2001/06) there is no directories 4 levels deep.
351 # (Only directories so that there is no Makefile.PL some levels up matter.)
352
353 dirs=''
354 ddirs=''
355 preci='ext/%/Makefile.aout '
356 for d in ext/*
357 do
358         # echo "...Checking '$d'..."
359         # skip the kid if the parent exists: cmp SDBFile/sdbm, done by MakeMaker
360         if test ! -e "$d/Makefile.PL"; then
361             # Need to treat subdirectories manually
362             # echo "...Checking subdirs of '$d'..."
363             d_treated=''
364             for dd in $d/*
365             do
366                 if test ! -d $dd; then
367                     continue
368                 fi
369                 if test -e "$dd/Makefile.PL"; then
370                     if test "X$d_treated" = "X"; then
371                         d_treated=1
372                         # echo "...Found parentless 2-level deep Makefile.PL's in $d/*/:" $d/*/Makefile.PL
373                         dirs="$dirs $d"
374                         preci="$preci $d/%/Makefile.aout"
375                     fi
376                 else
377                     # Need to treat subsubdirectories manually
378                     dd_treated=''
379                     for ddd in $dd/*
380                     do
381                         if test ! -d $ddd; then
382                             continue
383                         fi
384                         if test -e "$ddd/Makefile.PL"; then
385                             if test "X$dd_treated" = "X"; then
386                                 dd_treated=1
387                                 # echo "...Found parentless 3-level deep Makefile.PL's in $dd/*/:" $dd/*/Makefile.PL
388                                 ddirs="$ddirs $dd"
389                                 preci="$preci $dd/%/Makefile.aout"
390                             fi
391                         fi
392                     done
393                 fi
394            done
395         fi
396 done
397
398 $spitshell >>Makefile <<!GROK!THIS!
399 .PRECIOUS : $preci
400
401 # Set this to FORCE to force a rebuilt of aout extensions
402
403 AOUT_EXTENSIONS_FORCE = 
404
405 !GROK!THIS!
406
407 for d in $ddirs
408 do
409     # Remove the leading component ext/
410     dd=`dirname $d`
411     pp=`basename $dd`
412     p=$pp/`basename $d`
413     $spitshell >>Makefile <<!GROK!THIS!
414 lib/auto/$p/*/%.a : $d/%/Makefile.aout
415         @cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout config || echo "\$(MAKE) config failed, continuing anyway..."
416         cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS=
417
418 $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE)
419         cd \$(dir \$@) ; ../../../../miniperl_ -I ../../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl 
420
421 !GROK!THIS!
422
423 done
424
425 for d in $dirs
426 do
427     p=`basename $d`
428     $spitshell >>Makefile <<!GROK!THIS!
429 lib/auto/$p/*/%.a : $d/%/Makefile.aout
430         @cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout config || echo "\$(MAKE) config failed, continuing anyway..."
431         cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS=
432
433 $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE)
434         cd \$(dir \$@) ; ../../../miniperl_ -I ../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl 
435
436 !GROK!THIS!
437
438 done
439
440 # We need to special-case OS2/DLL/DLL.a, since the recipe above will
441 # try to find it in ext/OS2/DLL
442
443 $spitshell >>Makefile <<'!NO!SUBS!'
444 lib/auto/OS2/DLL/DLL.a : lib/auto/OS2/REXX/REXX.a
445         @sh -c true
446
447 lib/auto/*/%.a : ext/%/Makefile.aout
448         @cd ext/$(basename $(notdir $@)) ; make -f Makefile.aout config || echo "\$(MAKE) config failed, continuing anyway..."
449         cd ext/$(basename $(notdir $@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS=
450
451 ext/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE)
452         cd $(dir $@) ; ../../miniperl_ -I ../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl 
453
454 !NO!SUBS!