Changeset dbe8e519 in rtems


Ignore:
Timestamp:
01/12/06 04:19:28 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6ce2a66
Parents:
9db0ec2
Message:

Cleanups

Location:
cpukit
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r9db0ec2 rdbe8e519  
    2424SUBDIRS += pppd
    2525
    26 CLEANFILES =
    27 DISTCLEANFILES =
    28 
    2926noinst_DATA = preinstall-stamp
    3027preinstall-stamp:
    3128        $(MAKE) $(AM_MAKEFLAGS) preinstall
    3229        touch preinstall-stamp
    33 CLEANFILES += preinstall-stamp
     30CLEANFILES = preinstall-stamp
    3431
    3532include_HEADERS =
     
    172169all-local: $(PREINSTALL_FILES)
    173170
     171cpukit.doxy: cpukit.doxy.in Makefile
     172        d=`pwd`;cd $(PROJECT_INCLUDE);project_include=`pwd`;cd $$d; \
     173        sed \
     174        -e "s,[@]PROJECT_INCLUDE[@],$${project_include}," \
     175        -e  's,[@]DOXY_FILTER[@],$(top_srcdir)/$(RTEMS_TOPdir)/tools/build/doxy-filter,' \
     176        $(srcdir)/cpukit.doxy.in > cpukit.doxy
     177         
     178doxy:   preinstall-stamp cpukit.doxy
     179        doxygen cpukit.doxy
     180
    174181include $(srcdir)/preinstall.am
    175 
    176182include $(top_srcdir)/automake/subdirs.am
    177183include $(top_srcdir)/automake/local.am
  • cpukit/ftpd/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107if HAS_NETWORKING
     
    1613
    1714include $(srcdir)/preinstall.am
    18 
    1915include $(top_srcdir)/automake/local.am
  • cpukit/httpd/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107AM_CPPFLAGS += -DWEBS -DUEMF
     
    3229
    3330include $(srcdir)/preinstall.am
    34 
    3531include $(top_srcdir)/automake/local.am
  • cpukit/itron/Makefile.am

    r9db0ec2 rdbe8e519  
    77
    88EXTRA_DIST =
    9 CLEANFILES =
    10 DISTCLEANFILES =
    119
    1210if HAS_ITRON
     
    121119
    122120include $(srcdir)/preinstall.am
    123 
    124121include $(top_srcdir)/automake/local.am
  • cpukit/libcsupport/Makefile.am

    r9db0ec2 rdbe8e519  
    55include $(top_srcdir)/automake/multilib.am
    66include $(top_srcdir)/automake/compile.am
    7 
    8 CLEANFILES =
    9 DISTCLEANFILES =
    107
    118noinst_LIBRARIES = libcsupport.a
     
    9996
    10097include $(srcdir)/preinstall.am
    101 
    10298include $(top_srcdir)/automake/local.am
  • cpukit/libi2c/Makefile.am

    r9db0ec2 rdbe8e519  
    99libi2c_a_SOURCES = libi2c.c libi2c.h
    1010
    11 ## ---
    12 
    13 all-local: $(PREINSTALL_FILES)
    14 
    1511include $(top_srcdir)/automake/local.am
  • cpukit/librpc/Makefile.am

    r9db0ec2 rdbe8e519  
    77
    88EXTRA_DIST =
    9 CLEANFILES =
    10 DISTCLEANFILES =
    119
    1210if LIBRPC
     
    9391
    9492include $(srcdir)/preinstall.am
    95 
    9693include $(top_srcdir)/automake/local.am
  • cpukit/posix/Makefile.am

    r9db0ec2 rdbe8e519  
    77
    88EXTRA_DIST =
    9 CLEANFILES =
    10 DISTCLEANFILES =
    119
    1210if HAS_POSIX
     
    170168
    171169include $(srcdir)/preinstall.am
    172 
    173170include $(top_srcdir)/automake/local.am
  • cpukit/pppd/Makefile.am

    r9db0ec2 rdbe8e519  
    2020all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
    2121
    22 CLEANFILES =
    23 DISTCLEANFILES =
    24 
    2522include $(srcdir)/preinstall.am
    26 
    2723include $(top_srcdir)/automake/local.am
  • cpukit/rtems/Makefile.am

    r9db0ec2 rdbe8e519  
    55include $(top_srcdir)/automake/multilib.am
    66include $(top_srcdir)/automake/compile.am
    7 
    8 CLEANFILES =
    9 DISTCLEANFILES =
    107
    118AM_CPPFLAGS += -D__RTEMS_INSIDE__
     
    131128
    132129include $(srcdir)/preinstall.am
    133 
    134130include $(top_srcdir)/automake/local.am
  • cpukit/sapi/Makefile.am

    r9db0ec2 rdbe8e519  
    55include $(top_srcdir)/automake/multilib.am
    66include $(top_srcdir)/automake/compile.am
    7 
    8 CLEANFILES =
    9 DISTCLEANFILES =
    107
    118include_rtemsdir = $(includedir)/rtems
     
    3633
    3734include $(srcdir)/preinstall.am
    38 
    3935include $(top_srcdir)/automake/local.am
  • cpukit/score/Makefile.am

    r9db0ec2 rdbe8e519  
    55include $(top_srcdir)/automake/multilib.am
    66include $(top_srcdir)/automake/compile.am
    7 
    8 CLEANFILES =
    9 DISTCLEANFILES =
    107
    118SUBDIRS = . cpu
     
    157154EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt
    158155
    159 DISTCLEANFILES += include/rtems/score/cpuopts.h
     156DISTCLEANFILES = include/rtems/score/cpuopts.h
    160157
    161158all-local: $(PREINSTALL_FILES)
    162159
    163160include $(srcdir)/preinstall.am
    164 
    165161include $(top_srcdir)/automake/subdirs.am
    166162include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/arm/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/avr/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/c4x/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2522
    2623include $(srcdir)/preinstall.am
    27 
    2824include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/h8300/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/i386/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2320
    2421include $(srcdir)/preinstall.am
    25 
    2622include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/m68k/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107noinst_LIBRARIES = libscorecpu.a
     
    2724
    2825include $(srcdir)/preinstall.am
    29 
    3026include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/mips/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2522
    2623include $(srcdir)/preinstall.am
    27 
    2824include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/no_cpu/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/powerpc/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    3431
    3532include $(srcdir)/preinstall.am
    36 
    3733include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/sh/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/sparc/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107include_rtemsdir = $(includedir)/rtems
     
    2219
    2320include $(srcdir)/preinstall.am
    24 
    2521include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/unix/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107AM_CPPFLAGS += -DCPU_SYNC_IO
     
    2421
    2522include $(srcdir)/preinstall.am
    26 
    2723include $(top_srcdir)/automake/local.am
  • cpukit/telnetd/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107if HAS_NETWORKING
     
    2421
    2522include $(srcdir)/preinstall.am
    26 
    2723include $(top_srcdir)/automake/local.am
  • cpukit/wrapup/Makefile.am

    r9db0ec2 rdbe8e519  
    1111project_lib_LIBRARIES = librtemscpu.a
    1212librtemscpu_a_SOURCES =
    13 CLEANFILES =
    14 DISTCLEANFILES =
    1513
    1614TMP_LIBS =
     
    105103
    106104include $(srcdir)/preinstall.am
    107 
    108105include $(top_srcdir)/automake/local.am
  • cpukit/zlib/Makefile.am

    r9db0ec2 rdbe8e519  
    44
    55include $(top_srcdir)/automake/compile.am
    6 
    7 CLEANFILES =
    8 DISTCLEANFILES =
    96
    107project_lib_LIBRARIES = libz.a
     
    3128
    3229include $(srcdir)/preinstall.am
    33 
    3430include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.