Changeset 620e8263 in rtems for cpukit/libmisc/dumpbuf/Makefile.am
- Timestamp:
- 02/05/01 18:26:26 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9fae0f87
- Parents:
- f3d7592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/dumpbuf/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libdumpbuf-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = dumpbuf.h15 include_rtems_HEADERS = dumpbuf.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = dumpbuf.c dumpbuf.h42 EXTRA_DIST = dumpbuf.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.