Changeset 3198


Ignore:
Timestamp:
Apr 22, 2007, 2:59:51 PM (18 years ago)
Author:
bird
Message:

we don't currently care about a.out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/os2/Makefile.SHs

    r3194 r3198  
    8585perl.imp: perl5.def imp_version
    8686        emximp -o perl.imp perl5.def
    87         echo    'emx_calloc             emxlibcm        400     ?' >> $@
    88         echo    'emx_free               emxlibcm        401     ?' >> $@
    89         echo    'emx_malloc             emxlibcm        402     ?' >> $@
    90         echo    'emx_realloc            emxlibcm        403     ?' >> $@
     87#       echo    'emx_calloc             emxlibcm        400     ?' >> $@
     88#       echo    'emx_free               emxlibcm        401     ?' >> $@
     89#       echo    'emx_malloc             emxlibcm        402     ?' >> $@
     90#       echo    'emx_realloc            emxlibcm        403     ?' >> $@
    9191
    9292.PHONY: perl_dll installcmd aout_clean aout_install aout_install.perl \
     
    214214AOUT_DYNALOADER_OBJ = $(addsuffix $(AOUT_OBJ_EXT),$(basename $(DYNALOADER_OBJ)))
    215215
     216ifneq ($(OBJ_EXT),$(AOUT_OBJ_EXT))
    216217$(AOUT_DYNALOADER_OBJ) : $(DYNALOADER_OBJ)
    217218        emxaout -o $@ $<
     219endif   
    218220
    219221$(DYNALOADER_OBJ) : $(DYNALOADER)
     
    225227        cp $@ perl$(AOUT_LIB_EXT)
    226228
     229ifneq ($(OBJ_EXT),$(AOUT_OBJ_EXT))
     230
    227231.c$(AOUT_OBJ_EXT):
    228232        $(AOUT_CCCMD) $(PLDLFLAGS) -c $*.c
     
    233237perlmain(AOUT_OBJ_EXT): perlmain.c
    234238        $(AOUT_CCCMD_DLL) $(PLDLFLAGS) -c perlmain.c
     239   
     240endif   
    235241
    236242# Assume that extensions are at most 4 deep (this is so with 5.8.1)
Note: See TracChangeset for help on using the changeset viewer.