Changeset 738a9ae in rtems
- Timestamp:
- 11/20/03 07:29:52 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0fa54a0b
- Parents:
- 42f22f84
- Location:
- cpukit
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/itron/ChangeLog
r42f22f84 r738a9ae 1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/config.h: Remove. 4 * Makefile.am: Remove src/config.h 5 AM_CPPFLAGS += -I$(top_builddir). 6 1 7 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/itron/Makefile.am
r42f22f84 r738a9ae 25 25 26 26 noinst_HEADERS = 27 noinst_HEADERS += src/config.h28 27 29 28 include_HEADERS = include/itron.h … … 132 131 OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) 133 132 134 AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__ 133 AM_CPPFLAGS += -I$(top_builddir) 134 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 135 135 136 136 all-local: $(PREINSTALL_FILES) ${ARCH} ${LIB} -
cpukit/posix/ChangeLog
r42f22f84 r738a9ae 1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/config.h: Remove. 4 * Makefile.am: Remove src/config.h 5 AM_CPPFLAGS += -I$(top_builddir). 6 1 7 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/posix/Makefile.am
r42f22f84 r738a9ae 27 27 28 28 noinst_HEADERS = include/devctl.h include/intr.h 29 noinst_HEADERS += src/config.h30 29 31 30 include_HEADERS = include/sched.h include/aio.h include/mqueue.h include/semaphore.h … … 169 168 # 170 169 171 AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__ 170 AM_CPPFLAGS += -I$(top_builddir) 171 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 172 172 173 173 all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB)
Note: See TracChangeset
for help on using the changeset viewer.