Changeset e37d7196 in rtems for c/src/librdbg


Ignore:
Timestamp:
07/25/03 14:42:01 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6fcf4571
Parents:
c7ff624c
Message:

2003-07-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged into ../configure.ac).
  • Makefile.am, include/Makefile.am, include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am, src/Makefile.am, src/i386/Makefile.am, src/i386/any/Makefile.am, src/m68k/Makefile.am, src/m68k/any/Makefile.am, src/powerpc/Makefile.am, src/powerpc/new_exception_processing/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
Location:
c/src/librdbg
Files:
1 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/ChangeLog

    rc7ff624c re37d7196  
     12003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Remove (Merged into ../configure.ac).
     4        * Makefile.am, include/Makefile.am, include/rdbg/Makefile.am,
     5        include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am,
     6        include/rdbg/powerpc/Makefile.am, src/Makefile.am,
     7        src/i386/Makefile.am, src/i386/any/Makefile.am,
     8        src/m68k/Makefile.am, src/m68k/any/Makefile.am,
     9        src/powerpc/Makefile.am,
     10        src/powerpc/new_exception_processing/Makefile.am:
     11        Reflect having merged configure.ac into ../configure.ac.
     12
    1132003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • c/src/librdbg/Makefile.am

    rc7ff624c re37d7196  
    33##
    44
    5 ACLOCAL_AMFLAGS = -I ../../../aclocal
    6 
    75SUBDIRS = include src
    86
    9 include $(top_srcdir)/../../../automake/subdirs.am
    10 include $(top_srcdir)/../../../automake/local.am
     7include $(top_srcdir)/../../automake/subdirs.am
     8include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/include/Makefile.am

    rc7ff624c re37d7196  
    66SUBDIRS = rdbg
    77
    8 include $(top_srcdir)/../../../automake/subdirs.am
    9 include $(top_srcdir)/../../../automake/local.am
     8include $(top_srcdir)/../../automake/subdirs.am
     9include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/include/rdbg/Makefile.am

    rc7ff624c re37d7196  
    33##
    44
    5 
     5if HAS_RDBG
    66include_rdbgdir = $(includedir)/rdbg
    77
    8 if HAS_RDBG
    98include_rdbg_HEADERS = rdbg.h servrpc.h
    109
     
    2423endif
    2524
    26 EXTRA_DIST = rdbg.h servrpc.h
    27 
    28 include $(top_srcdir)/../../../automake/subdirs.am
    29 include $(top_srcdir)/../../../automake/local.am
     25include $(top_srcdir)/../../automake/subdirs.am
     26include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/include/rdbg/i386/Makefile.am

    rc7ff624c re37d7196  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../../automake/local.am
     20include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/include/rdbg/m68k/Makefile.am

    rc7ff624c re37d7196  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../../automake/local.am
     20include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/include/rdbg/powerpc/Makefile.am

    rc7ff624c re37d7196  
    1818all-local: $(PREINSTALL_FILES)
    1919
    20 include $(top_srcdir)/../../../automake/local.am
     20include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/Makefile.am

    rc7ff624c re37d7196  
    44
    55
     6if HAS_RDBG
    67SUBDIRS = $(RTEMS_CPU)
     8endif
    79
    810EXTRA_DIST = _servtgt.c awk.svc excep.c ptrace.c rdbg.c remdeb.x servbkpt.c \
    911    servcon.c servrpc.c servtgt.c servtsp.c servutil.c
    1012
    11 include $(top_srcdir)/../../../automake/subdirs.am
    12 include $(top_srcdir)/../../../automake/local.am
     13include $(top_srcdir)/../../automake/subdirs.am
     14include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/i386/Makefile.am

    rc7ff624c re37d7196  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../../automake/subdirs.am
    11 include $(top_srcdir)/../../../automake/local.am
     10include $(top_srcdir)/../../automake/subdirs.am
     11include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/i386/any/Makefile.am

    rc7ff624c re37d7196  
    55
    66VPATH = @srcdir@:@srcdir@/..:@srcdir@/../..
     7
     8RPCCPUDIR = $(RTEMS_CPU)/any
    79
    810LIBNAME = librdbg
     
    3335
    3436include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    35 include $(top_srcdir)/../../../automake/compile.am
    36 include $(top_srcdir)/../../../automake/lib.am
     37include $(top_srcdir)/../../automake/compile.am
     38include $(top_srcdir)/../../automake/lib.am
    3739
    3840#
     
    4042#
    4143
    42 FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"
     44FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
    4345
    4446$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
     
    5153if RPCTOOLS
    5254        @rm -f $@
    53         ( cd $(top_srcdir)/src; \
     55        ( cd $(top_srcdir)/librdbg/src; \
    5456        $(RPCGEN) -h -DFRONTEND=$(FRONTEND) \
    55           -o i386/any/remdeb.h remdeb.x )
     57          -o $(RPCCPUDIR)/remdeb.h remdeb.x )
    5658endif
    5759$(srcdir)/remdeb_xdr.c: $(X_FILES)
    5860if RPCTOOLS
    5961        @rm -f $@
    60         ( cd $(top_srcdir)/src; \
     62        ( cd $(top_srcdir)/librdbg/src; \
    6163        $(RPCGEN) -c -DFRONTEND=$(FRONTEND) \
    62           -o i386/any/remdeb_xdr.c remdeb.x )
     64          -o $(RPCCPUDIR)/remdeb_xdr.c remdeb.x )
    6365endif
    6466
     
    6668if RPCTOOLS
    6769        @rm -f $@ tmpSvc.c
    68         ( cd $(top_srcdir)/src; \
     70        ( cd $(top_srcdir)/librdbg/src; \
    6971        $(RPCGEN) -m -DFRONTEND=$(FRONTEND) \
    70           -o i386/any/tmpSvc.c remdeb.x; \
    71         $(AWK) -f ./awk.svc THEPROG="remdeb.h" i386/any/tmpSvc.c \
    72           > i386/any/remdeb_svc.c; \
    73         sed -e 's/fprintf.*,/printf(/'  i386/any/remdeb_svc.c > i386/any/remdeb_svc.tmp; \
    74         mv i386/any/remdeb_svc.tmp i386/any/remdeb_svc.c; \
    75         rm -f i386/any/tmpSvc.c )
     72          -o $(RPCCPUDIR)/tmpSvc.c remdeb.x; \
     73        $(AWK) -f ./awk.svc THEPROG="remdeb.h" $(RPCCPUDIR)/tmpSvc.c \
     74          > $(RPCCPUDIR)/remdeb_svc.c; \
     75        sed -e 's/fprintf.*,/printf(/'  $(RPCCPUDIR)/remdeb_svc.c > $(RPCCPUDIR)/remdeb_svc.tmp; \
     76        mv $(RPCCPUDIR)/remdeb_svc.tmp $(RPCCPUDIR)/remdeb_svc.c; \
     77        rm -f $(RPCCPUDIR)/tmpSvc.c )
    7678endif
    7779
     
    9092EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9193
    92 include $(top_srcdir)/../../../automake/local.am
     94include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/m68k/Makefile.am

    rc7ff624c re37d7196  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../../automake/subdirs.am
    11 include $(top_srcdir)/../../../automake/local.am
     10include $(top_srcdir)/../../automake/subdirs.am
     11include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/m68k/any/Makefile.am

    rc7ff624c re37d7196  
    55
    66VPATH = @srcdir@:@srcdir@/..:@srcdir@/../..
     7
     8RPCCPUDIR = $(RTEMS_CPU)/any
    79
    810LIBNAME = librdbg
     
    3335
    3436include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    35 include $(top_srcdir)/../../../automake/compile.am
    36 include $(top_srcdir)/../../../automake/lib.am
     37include $(top_srcdir)/../../automake/compile.am
     38include $(top_srcdir)/../../automake/lib.am
    3739
    3840#
     
    4042#
    4143
    42 FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"
     44FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
    4345
    4446$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
     
    5153if RPCTOOLS
    5254        @rm -f $@
    53         ( cd $(top_srcdir)/src; \
     55        ( cd $(top_srcdir)/librdbg/src; \
    5456        $(RPCGEN) -h -DFRONTEND=$(FRONTEND) \
    55           -o m68k/any/remdeb.h remdeb.x )
     57          -o $(RPCCPUDIR)/remdeb.h remdeb.x )
    5658endif
    5759$(srcdir)/remdeb_xdr.c: $(X_FILES)
    5860if RPCTOOLS
    5961        @rm -f $@
    60         ( cd $(top_srcdir)/src; \
     62        ( cd $(top_srcdir)/librdbg/src; \
    6163        $(RPCGEN) -c -DFRONTEND=$(FRONTEND) \
    62           -o m68k/any/remdeb_xdr.c remdeb.x )
     64          -o $(RPCCPUDIR)/remdeb_xdr.c remdeb.x )
    6365endif
    6466
     
    6668if RPCTOOLS
    6769        @rm -f $@ tmpSvc.c
    68         ( cd $(top_srcdir)/src; \
     70        ( cd $(top_srcdir)/librdbg/src; \
    6971        $(RPCGEN) -m -DFRONTEND=$(FRONTEND) \
    70           -o m68k/any/tmpSvc.c remdeb.x; \
    71         $(AWK) -f ./awk.svc THEPROG="remdeb.h" m68k/any/tmpSvc.c \
    72           > m68k/any/remdeb_svc.c; \
    73         sed -e 's/fprintf.*,/printf(/'  m68k/any/remdeb_svc.c > m68k/any/remdeb_svc.tmp; \
    74         mv m68k/any/remdeb_svc.tmp m68k/any/remdeb_svc.c; \
    75         rm -f m68k/any/tmpSvc.c )
     72          -o $(RPCCPUDIR)/tmpSvc.c remdeb.x; \
     73        $(AWK) -f ./awk.svc THEPROG="remdeb.h" $(RPCCPUDIR)/tmpSvc.c \
     74          > $(RPCCPUDIR)/remdeb_svc.c; \
     75        sed -e 's/fprintf.*,/printf(/'  $(RPCCPUDIR)/remdeb_svc.c > $(RPCCPUDIR)/remdeb_svc.tmp; \
     76        mv $(RPCCPUDIR)/remdeb_svc.tmp $(RPCCPUDIR)/remdeb_svc.c; \
     77        rm -f $(RPCCPUDIR)/tmpSvc.c )
    7678endif
    7779
     
    9092EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9193
    92 include $(top_srcdir)/../../../automake/local.am
     94include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/powerpc/Makefile.am

    rc7ff624c re37d7196  
    88EXTRA_DIST = excep_f.c rdbg_cpu_asm.S rdbg_f.c
    99
    10 include $(top_srcdir)/../../../automake/subdirs.am
    11 include $(top_srcdir)/../../../automake/local.am
     10include $(top_srcdir)/../../automake/subdirs.am
     11include $(top_srcdir)/../../automake/local.am
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    rc7ff624c re37d7196  
    55
    66VPATH = @srcdir@:@srcdir@/..:@srcdir@/../..
     7
     8RPCCPUDIR = $(RTEMS_CPU)/new_exception_processing
    79
    810LIBNAME = librdbg
     
    3335
    3436include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    35 include $(top_srcdir)/../../../automake/compile.am
    36 include $(top_srcdir)/../../../automake/lib.am
     37include $(top_srcdir)/../../automake/compile.am
     38include $(top_srcdir)/../../automake/lib.am
    3739
    3840#
     
    4042#
    4143
    42 FRONTEND = \"$(RTEMS_CPU)/new_exception_processing/remdeb_f.x\"
     44FRONTEND = \"$(RPCCPUDIR)/remdeb_f.x\"
    4345
    4446$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
     
    5153if RPCTOOLS
    5254        @rm -f $@
    53         ( cd $(top_srcdir)/src; \
     55        ( cd $(top_srcdir)/librdbg/src; \
    5456        $(RPCGEN) -h -DFRONTEND=$(FRONTEND) \
    55           -o powerpc/new_exception_processing/remdeb.h remdeb.x )
     57          -o $(RPCCPUDIR)/remdeb.h remdeb.x )
    5658endif
    5759$(srcdir)/remdeb_xdr.c: $(X_FILES)
    5860if RPCTOOLS
    5961        @rm -f $@
    60         ( cd $(top_srcdir)/src; \
     62        ( cd $(top_srcdir)/librdbg/src; \
    6163        $(RPCGEN) -c -DFRONTEND=$(FRONTEND) \
    62           -o powerpc/new_exception_processing/remdeb_xdr.c remdeb.x )
     64          -o $(RPCCPUDIR)/remdeb_xdr.c remdeb.x )
    6365endif
    6466
     
    6668if RPCTOOLS
    6769        @rm -f $@ tmpSvc.c
    68         ( cd $(top_srcdir)/src; \
     70        ( cd $(top_srcdir)/librdbg/src; \
    6971        $(RPCGEN) -m -DFRONTEND=$(FRONTEND) \
    70           -o powerpc/new_exception_processing/tmpSvc.c remdeb.x; \
    71         $(AWK) -f ./awk.svc THEPROG="remdeb.h" powerpc/new_exception_processing/tmpSvc.c \
    72           > powerpc/new_exception_processing/remdeb_svc.c; \
    73         sed -e 's/fprintf.*,/printf(/'  powerpc/new_exception_processing/remdeb_svc.c > powerpc/new_exception_processing/remdeb_svc.tmp; \
    74         mv powerpc/new_exception_processing/remdeb_svc.tmp powerpc/new_exception_processing/remdeb_svc.c; \
    75         rm -f powerpc/new_exception_processing/tmpSvc.c )
     72          -o $(RPCCPUDIR)/tmpSvc.c remdeb.x; \
     73        $(AWK) -f ./awk.svc THEPROG="remdeb.h" $(RPCCPUDIR)/tmpSvc.c \
     74          > $(RPCCPUDIR)/remdeb_svc.c; \
     75        sed -e 's/fprintf.*,/printf(/'  $(RPCCPUDIR)/remdeb_svc.c > $(RPCCPUDIR)/remdeb_svc.tmp; \
     76        mv $(RPCCPUDIR)/remdeb_svc.tmp $(RPCCPUDIR)/remdeb_svc.c; \
     77        rm -f $(RPCCPUDIR)/tmpSvc.c )
    7678endif
    7779
     
    9092EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
    9193
    92 include $(top_srcdir)/../../../automake/local.am
     94include $(top_srcdir)/../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.