Changeset 5e622a9 in rtems for cpukit/libmisc/capture
- Timestamp:
- Dec 12, 2002, 3:08:54 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f7952533
- Parents:
- e5b78e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/capture/Makefile.am
re5b78e2 r5e622a9 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(top_srcdir)/../ ../../automake/compile.am18 include $(top_srcdir)/../ ../../automake/lib.am17 include $(top_srcdir)/../automake/compile.am 18 include $(top_srcdir)/../automake/lib.am 19 19 20 20 $(PROJECT_INCLUDE)/rtems: … … 33 33 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 34 34 35 all-local: $(ARCH) $(PREINSTALL_FILES) $( OBJS) $(LIB)35 all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) 36 36 37 37 .PRECIOUS: $(LIB) … … 39 39 EXTRA_DIST = README capture.c capture-cli.c 40 40 41 include $(top_srcdir)/../ ../../automake/local.am41 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.