Changeset 44eb0beb in rtems


Ignore:
Timestamp:
01/20/05 16:54:45 (18 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
9f78139
Parents:
0a7bcfd
Message:

2005-01-20 Joel Sherrill <joel@…>

PR 743/bsps

  • clock/Makefile.am: Did not install tod.h.
Location:
c/src/lib/libbsp/i386/pc386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/ChangeLog

    r0a7bcfd r44eb0beb  
     12005-01-20      Joel Sherrill <joel@OARcorp.com>
     2
     3        PR 743/bsps
     4        * clock/Makefile.am: Did not install tod.h.
     5
    162004-10-13      Eric Norum <norume@aps.anl.gov>
    27
  • c/src/lib/libbsp/i386/pc386/clock/Makefile.am

    r0a7bcfd r44eb0beb  
    99C_FILES = ckinit.c todcfg.c tod.c
    1010clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
     11
     12include_HEADERS = tod.h
     13
     14tod.h: $(top_srcdir)/../../shared/tod.h
     15        cp $< $@
     16CLEANFILES = tod
     17
     18$(PROJECT_INCLUDE):
     19        $(mkinstalldirs) $@
     20
     21$(PROJECT_INCLUDE)/%.h: %.h
     22        $(INSTALL_DATA) $< $@
     23
     24PREINSTALL_FILES = $(PROJECT_INCLUDE) \
     25    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    1126
    1227include $(top_srcdir)/../../../../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.