cvsuser     02/10/31 19:04:08

  Modified:    config/gen/makefiles root.in
  Log:
  Fix indenting to make it a bit more consistent.
  
  Revision  Changes    Path
  1.50      +30 -32    parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -w -r1.49 -r1.50
  --- root.in   28 Oct 2002 14:54:16 -0000      1.49
  +++ root.in   1 Nov 2002 03:04:08 -0000       1.50
  @@ -27,7 +27,8 @@
   ###############################################################################
   
   GEN_MAKEFILES = Makefile classes/Makefile languages/Makefile docs/Makefile \
  -languages/jako/Makefile languages/miniperl/Makefile languages/scheme/Makefile
  +     languages/jako/Makefile languages/miniperl/Makefile \
  +     languages/scheme/Makefile
   
   GEN_CONFIGS  = include/parrot/config.h include/parrot/platform.h \
                           lib/Parrot/Config.pm lib/Parrot/PMC.pm platform.c \
  @@ -65,15 +66,16 @@
   ###############################################################################
   
   GENERAL_H_FILES = $(INC)/config.h $(INC)/exceptions.h $(INC)/io.h $(INC)/op.h \
  -$(INC)/register.h $(INC)/string.h $(INC)/events.h $(INC)/interpreter.h \
  -$(INC)/memory.h $(INC)/parrot.h $(INC)/stacks.h $(INC)/packfile.h \
  -$(INC)/global_setup.h $(INC)/vtable.h $(INC)/oplib/core_ops.h \
  -$(INC)/oplib/core_ops_prederef.h $(INC)/runops_cores.h $(INC)/trace.h \
  -$(INC)/pmc.h $(INC)/key.h $(INC)/hash.h $(INC)/resources.h \
  -$(INC)/core_pmcs.h $(INC)/platform.h ${cg_h} \
  -$(INC)/interp_guts.h $(INC)/rx.h $(INC)/rxstacks.h $(INC)/intlist.h \
  -$(INC)/embed.h $(INC)/warnings.h $(INC)/misc.h $(INC)/pmc.h \
  -$(INC)/key.h $(INC)/hash.h $(INC)/smallobject.h $(INC)/headers.h $(INC)/dod.h \
  +     $(INC)/register.h $(INC)/string.h $(INC)/events.h \
  +     $(INC)/interpreter.h $(INC)/memory.h $(INC)/parrot.h $(INC)/stacks.h \
  +     $(INC)/packfile.h $(INC)/global_setup.h $(INC)/vtable.h \
  +     $(INC)/oplib/core_ops.h $(INC)/oplib/core_ops_prederef.h \
  +     $(INC)/runops_cores.h $(INC)/trace.h $(INC)/pmc.h $(INC)/key.h \
  +     $(INC)/hash.h $(INC)/resources.h $(INC)/core_pmcs.h \
  +     $(INC)/platform.h ${cg_h} $(INC)/interp_guts.h $(INC)/rx.h \
  +     $(INC)/rxstacks.h $(INC)/intlist.h $(INC)/embed.h $(INC)/warnings.h \
  +     $(INC)/misc.h $(INC)/pmc.h $(INC)/key.h $(INC)/hash.h \
  +     $(INC)/smallobject.h $(INC)/headers.h $(INC)/dod.h \
   $(INC)/method_util.h $(INC)/list.h $(INC)/datatypes.h
   
   ALL_H_FILES = $(GENERAL_H_FILES)
  @@ -83,8 +85,7 @@
   CLASS_O_FILES = ${pmc_classes_o}
   
   ENCODING_O_FILES = encodings/singlebyte$(O) encodings/utf8$(O) \
  -                                encodings/utf16$(O) \
  -                            encodings/utf32$(O)
  +     encodings/utf16$(O) encodings/utf32$(O)
   
   CHARTYPE_O_FILES = chartypes/unicode$(O) chartypes/usascii$(O)
   
  @@ -102,11 +103,8 @@
         headers$(O) dod$(O) method_util$(O) \
         misc$(O) spf_render$(O) spf_vtable$(O) datatypes$(O) fingerprint$(O)
   
  -O_FILES = $(INTERP_O_FILES) \
  -           $(IO_O_FILES) \
  -               $(CLASS_O_FILES) \
  -               $(ENCODING_O_FILES) \
  -               $(CHARTYPE_O_FILES)
  +O_FILES = $(INTERP_O_FILES) $(IO_O_FILES) $(CLASS_O_FILES) \
  +     $(ENCODING_O_FILES) $(CHARTYPE_O_FILES)
   
   OPS_FILES = ${ops} $(GEN_OPSFILES)
   
  
  
  


Reply via email to