Changeset a3fb105 in rtems
- Timestamp:
- 11/30/03 17:23:55 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- de48a0ea
- Parents:
- 6041409
- Location:
- cpukit
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/ChangeLog
r6041409 ra3fb105 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Add $(dirstamp) to compilation rules. 4 Add AM_CPPFLAGS += -I$(top_builddir). 5 1 6 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/rtems/Makefile.am
r6041409 ra3fb105 129 129 # 130 130 131 AM_CPPFLAGS += -I$(top_builddir) 131 132 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 132 133 133 all-local: $(PREINSTALL_FILES) $( ARCH) $(LIB)134 135 ${ARCH}/%.o: src/%.c 134 all-local: $(PREINSTALL_FILES) $(LIB) 135 136 ${ARCH}/%.o: src/%.c $(ARCH)/$(dirstamp) 136 137 ${COMPILE} -o $@ -c $< 137 138 -
cpukit/sapi/ChangeLog
r6041409 ra3fb105 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Add $(dirstamp) to compilation rules. 4 Add AM_CPPFLAGS += -I$(top_builddir). 5 1 6 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/sapi/Makefile.am
r6041409 ra3fb105 37 37 # 38 38 39 AM_CPPFLAGS += -I$(top_builddir) 39 40 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 40 41 41 all-local: $(PREINSTALL_FILES) $ {ARCH} $(LIB)42 all-local: $(PREINSTALL_FILES) $(LIB) 42 43 43 44 $(LIB): ${OBJS} 44 45 $(make-library) 45 46 46 ${ARCH}/%.$(OBJEXT): src/%.c 47 ${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) 47 48 ${COMPILE} -o $@ -c $< 48 49
Note: See TracChangeset
for help on using the changeset viewer.