Changeset df49c60 in rtems for c/src/Makefile.am
- Timestamp:
- Jun 12, 2000, 3:00:15 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/Makefile.am
r0ab65474 rdf49c60 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = @cfg_subdirs@ wrapup tests8 SUBDIRS = @cfg_subdirs@ wrapup tests 9 9 10 rtems_bspdir =$(prefix)/@RTEMS_BSP@10 rtems_bspdir = $(prefix)/@RTEMS_BSP@ 11 11 12 12 # NOTE: The wildcard on the install should pick up everything except 13 13 # the tests directory. This significantly minimizes the install size. 14 14 install-data-local: 15 rm -rf $(rtems_bspdir)/[bsl]*;16 15 $(mkinstalldirs) $(rtems_bspdir) 17 16 cd $(PROJECT_ROOT); \ 18 17 tar cf - @RTEMS_BSP@/[bilsuM]* | (cd $(DESTDIR)$(prefix); tar xpBf - ); 19 18 19 uninstall-local: 20 rm -rf $(rtems_bspdir)/[bsl]*; 21 20 22 include $(top_srcdir)/../../automake/subdirs.am 21 include $(top_srcdir)/../../automake/ local.am23 include $(top_srcdir)/../../automake/host.am
Note: See TracChangeset
for help on using the changeset viewer.