Changeset c7ff624c in rtems


Ignore:
Timestamp:
07/25/03 06:35:06 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e37d7196
Parents:
754ca59b
Message:

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

  • ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Add conditional LIBCHIP. Conditionally build include-dirs.
Location:
c/src/libchip
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    r754ca59b rc7ff624c  
     12003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
     4        serial/Makefile.am: Add conditional LIBCHIP.
     5        Conditionally build include-dirs.
     6
    172003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/libchip/ide/Makefile.am

    r754ca59b rc7ff624c  
    22## $Id$
    33##
    4 
    5 
    6 include_idedir = $(includedir)/libchip
    74
    85LIBNAME = libide
     
    1310
    1411noinst_HEADERS = ata_internal.h
    15 
    16 include_ide_HEADERS = ata.h ide_ctrl_cfg.h ide_ctrl.h ide_ctrl_io.h
    1712
    1813OBJS = $(C_O_FILES)
     
    3025        $(INSTALL_DATA) $< $@
    3126
     27if LIBCHIP
     28include_idedir = $(includedir)/libchip
     29include_ide_HEADERS = ata.h ide_ctrl_cfg.h ide_ctrl.h ide_ctrl_io.h
     30
    3231$(LIB): $(OBJS)
    3332        $(make-library)
    3433
    3534all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
     35endif
    3636
    3737EXTRA_DIST = $(C_FILES)
  • c/src/libchip/network/Makefile.am

    r754ca59b rc7ff624c  
    33##
    44
    5 
    6 include_libchipdir = $(includedir)/libchip
    75
    86LIBNAME = libnetchip
     
    119C_FILES = cs8900.c dec21140.c i82586.c sonic.c if_fxp.c elnk.c
    1210OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    13 
    14 include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h if_media.h mii.h
    1511
    1612include $(top_srcdir)/../../automake/compile.am
     
    2723
    2824AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
     25
     26if LIBCHIP
     27include_libchipdir = $(includedir)/libchip
     28include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h if_media.h mii.h
    2929
    3030$(LIB): $(OBJS)
     
    4444all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
    4545endif
     46endif
    4647
    4748.PRECIOUS: $(LIB)
  • c/src/libchip/rtc/Makefile.am

    r754ca59b rc7ff624c  
    33##
    44
    5 
    6 include_libchipdir = $(includedir)/libchip
    75
    86LIBNAME = librtcio
     
    1513OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1614
    17 include_libchip_HEADERS = rtc.h icm7170.h m48t08.h
    1815
    1916include $(top_srcdir)/../../automake/compile.am
    2017include $(top_srcdir)/../../automake/lib.am
     18
    2119
    2220PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
     
    3129# Add local stuff here using +=
    3230#
     31if LIBCHIP
     32include_libchipdir = $(includedir)/libchip
     33include_libchip_HEADERS = rtc.h icm7170.h m48t08.h
    3334
    3435$(LIB): $(OBJS)
     
    3637
    3738all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
     39endif
    3840
    3941DOC_FILES = README.ds1643 README.icm7170 README.m48t08 README.m48t18 STATUS
  • c/src/libchip/serial/Makefile.am

    r754ca59b rc7ff624c  
    33#
    44
    5 
    6 include_libchipdir = $(includedir)/libchip
    75
    86LIBNAME = libserialio
     
    1513
    1614noinst_HEADERS = mc68681_p.h ns16550_p.h z85c30_p.h
    17 include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h
    1815
    1916include $(top_srcdir)/../../automake/compile.am
     
    3128# Add local stuff here using +=
    3229#
     30if LIBCHIP
     31include_libchipdir = $(includedir)/libchip
     32include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h
    3333
    3434$(LIB): $(OBJS)
     
    3636
    3737all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
     38endif
    3839
    3940DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \
Note: See TracChangeset for help on using the changeset viewer.