Changeset 0fa54a0b in rtems


Ignore:
Timestamp:
11/20/03 07:38:31 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
006fa1ef
Parents:
738a9ae
Message:

2003-11-20 Ralf Corsepius <corsepiu@…>

  • capture/config.h: Remove.
  • capture/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • cpuuse/config.h: Remove.
  • cpuuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • devnull/config.h: Remove.
  • devnull/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dummy/config.h: Remove.
  • dummy/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dumpbuf/config.h: Remove.
  • dumpbuf/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • monitor/config.h: Remove.
  • monitor/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • mw-fb/config.h: Remove.
  • mw-fb/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • rtmonuse/config.h: Remove.
  • rtmonuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • serdbg/config.h: Remove.
  • serdbg/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • shell/config.h: Remove.
  • shell/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • stackchk/config.h: Remove.
  • stackchk/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • untar/config.h: Remove.
  • untar/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
Location:
cpukit/libmisc
Files:
12 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/ChangeLog

    r738a9ae r0fa54a0b  
     12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * capture/config.h: Remove.
     4        * capture/Makefile.am: Remove config.h.
     5        AM_CPPFLAGS += -I$(top_builddir).
     6        * cpuuse/config.h: Remove.
     7        * cpuuse/Makefile.am: Remove config.h.
     8        AM_CPPFLAGS += -I$(top_builddir).
     9        * devnull/config.h: Remove.
     10        * devnull/Makefile.am: Remove config.h.
     11        AM_CPPFLAGS += -I$(top_builddir).
     12        * dummy/config.h: Remove.
     13        * dummy/Makefile.am: Remove config.h.
     14        AM_CPPFLAGS += -I$(top_builddir).
     15        * dumpbuf/config.h: Remove.
     16        * dumpbuf/Makefile.am: Remove config.h.
     17        AM_CPPFLAGS += -I$(top_builddir).
     18        * monitor/config.h: Remove.
     19        * monitor/Makefile.am: Remove config.h.
     20        AM_CPPFLAGS += -I$(top_builddir).
     21        * mw-fb/config.h: Remove.
     22        * mw-fb/Makefile.am: Remove config.h.
     23        AM_CPPFLAGS += -I$(top_builddir).
     24        * rtmonuse/config.h: Remove.
     25        * rtmonuse/Makefile.am: Remove config.h.
     26        AM_CPPFLAGS += -I$(top_builddir).
     27        * serdbg/config.h: Remove.
     28        * serdbg/Makefile.am: Remove config.h.
     29        AM_CPPFLAGS += -I$(top_builddir).
     30        * shell/config.h: Remove.
     31        * shell/Makefile.am: Remove config.h.
     32        AM_CPPFLAGS += -I$(top_builddir).
     33        * stackchk/config.h: Remove.
     34        * stackchk/Makefile.am: Remove config.h.
     35        AM_CPPFLAGS += -I$(top_builddir).
     36        * untar/config.h: Remove.
     37        * untar/Makefile.am: Remove config.h.
     38        AM_CPPFLAGS += -I$(top_builddir).
     39
    1402003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    241
  • cpukit/libmisc/capture/Makefile.am

    r738a9ae r0fa54a0b  
    1313include_rtems_HEADERS = capture.h capture-cli.h
    1414
    15 noinst_HEADERS = config.h
    16 
    1715include $(top_srcdir)/automake/compile.am
    1816include $(top_srcdir)/automake/lib.am
     17
     18AM_CPPFLAGS += -I$(top_builddir)
    1919
    2020$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/cpuuse/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = cpuuse.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     18
     19AM_CPPFLAGS += -I$(top_builddir)
    2020
    2121$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/devnull/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = devnull.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     18
     19AM_CPPFLAGS += -I$(top_builddir)
    2020
    2121$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/dummy/Makefile.am

    r738a9ae r0fa54a0b  
    1010OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1111
    12 noinst_HEADERS = config.h
    13 
    1412include $(top_srcdir)/automake/compile.am
    1513include $(top_srcdir)/automake/lib.am
     14
     15AM_CPPFLAGS += -I$(top_builddir)
    1616
    1717#
  • cpukit/libmisc/dumpbuf/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = dumpbuf.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     18
     19AM_CPPFLAGS += -I$(top_builddir)
    2020
    2121$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/monitor/Makefile.am

    r738a9ae r0fa54a0b  
    2323include_rtems_HEADERS = monitor.h
    2424
    25 noinst_HEADERS = config.h symbols.h
     25noinst_HEADERS = symbols.h
    2626
    2727include $(top_srcdir)/automake/compile.am
    2828include $(top_srcdir)/automake/lib.am
     29
     30AM_CPPFLAGS += -I$(top_builddir)
    2931
    3032$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/mw-fb/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = mw_fb.h mw_uid.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     18
     19AM_CPPFLAGS += -I$(top_builddir)
    2020
    2121$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/rtmonuse/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = rtmonuse.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     18
     19AM_CPPFLAGS += -I$(top_builddir)
    2020
    2121$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/serdbg/Makefile.am

    r738a9ae r0fa54a0b  
    1616endif
    1717
    18 noinst_HEADERS = config.h
    19 
    2018include $(top_srcdir)/automake/compile.am
    2119include $(top_srcdir)/automake/lib.am
     20
     21AM_CPPFLAGS += -I$(top_builddir)
    2222
    2323$(PROJECT_INCLUDE):
  • cpukit/libmisc/shell/Makefile.am

    r738a9ae r0fa54a0b  
    1616endif
    1717
    18 noinst_HEADERS = config.h
    19 
    2018include $(top_srcdir)/automake/compile.am
    2119include $(top_srcdir)/automake/lib.am
     20
     21AM_CPPFLAGS += -I$(top_builddir)
    2222
    2323$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/stackchk/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = stackchk.h
    1515
    16 noinst_HEADERS = config.h
    17 noinst_HEADERS += internal.h
     16noinst_HEADERS = internal.h
    1817
    1918include $(top_srcdir)/automake/compile.am
    2019include $(top_srcdir)/automake/lib.am
     20
     21AM_CPPFLAGS += -I$(top_builddir)
    2122
    2223$(PROJECT_INCLUDE)/rtems:
  • cpukit/libmisc/untar/Makefile.am

    r738a9ae r0fa54a0b  
    1414include_rtems_HEADERS = untar.h
    1515
    16 noinst_HEADERS = config.h
    17 
    1816include $(top_srcdir)/automake/compile.am
    1917include $(top_srcdir)/automake/lib.am
     
    2321$(PROJECT_INCLUDE)/rtems/%.h: %.h
    2422        $(INSTALL_DATA) $< $@
     23
     24AM_CPPFLAGS += -I$(top_builddir)
    2525
    2626#
Note: See TracChangeset for help on using the changeset viewer.