Changeset 126660c5 in rtems for cpukit/libmisc/capture
- Timestamp:
- Dec 12, 2002, 6:09:21 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bb89189
- Parents:
- 64afa8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/capture/Makefile.am
r64afa8e r126660c5 9 9 10 10 C_FILES = capture.c capture-cli.c 11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))11 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 12 12 13 13 include_rtems_HEADERS = capture.h capture-cli.h 14 15 OBJS = $(C_O_FILES)16 14 17 15 include $(top_srcdir)/../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.