Changeset 44eb0beb in rtems
- Timestamp:
- 01/20/05 16:54:45 (18 years ago)
- Children:
- 9f78139
- Parents:
- 0a7bcfd
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r0a7bcfd r44eb0beb 1 2005-01-20 Joel Sherrill <joel@OARcorp.com> 2 3 PR 743/bsps 4 * clock/Makefile.am: Did not install tod.h. 5 1 6 2004-10-13 Eric Norum <norume@aps.anl.gov> 2 7 -
c/src/lib/libbsp/i386/pc386/clock/Makefile.am
r0a7bcfd r44eb0beb 9 9 C_FILES = ckinit.c todcfg.c tod.c 10 10 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 12 include_HEADERS = tod.h 13 14 tod.h: $(top_srcdir)/../../shared/tod.h 15 cp $< $@ 16 CLEANFILES = tod 17 18 $(PROJECT_INCLUDE): 19 $(mkinstalldirs) $@ 20 21 $(PROJECT_INCLUDE)/%.h: %.h 22 $(INSTALL_DATA) $< $@ 23 24 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 25 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 11 26 12 27 include $(top_srcdir)/../../../../../../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.