Changeset e7e20ab in rtems
- Timestamp:
- Nov 7, 2005, 8:39:44 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9a5a464
- Parents:
- 784853b
- Location:
- testsuites/samples/base_mp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/base_mp/node1/Makefile.am
r784853b re7e20ab 10 10 11 11 noinst_LIBRARIES = lib.a 12 lib_a_SOURCES = ../init.c ../apptask.c 13 14 $(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) 15 ${COMPILE} -o $@ -c $< 16 17 lib_a_SOURCES += system.h 12 lib_a_SOURCES = ../init.c ../apptask.c system.h 18 13 19 14 DOCTYPES = doc scn -
testsuites/samples/base_mp/node2/Makefile.am
r784853b re7e20ab 10 10 11 11 noinst_LIBRARIES = lib.a 12 lib_a_SOURCES = ../init.c ../apptask.c 13 14 $(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) 15 ${COMPILE} -o $@ -c $< 16 17 lib_a_SOURCES += system.h 12 lib_a_SOURCES = ../init.c ../apptask.c system.h 18 13 19 14 DOCTYPES = doc scn
Note: See TracChangeset
for help on using the changeset viewer.