Changeset fd17002 in rtems
- Timestamp:
- 11/23/99 13:45:45 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d5b004b
- Parents:
- a23cad6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psxhdrs/Makefile.am
ra23cad6 rfd17002 6 6 7 7 # C source names 8 UNUSED_C_FILES = clock06.c 9 10 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c cond01.c \ 8 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c cond01.c \ 11 9 cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c cond09.c \ 12 10 cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c mutex03.c \ … … 38 36 all-local: ${ARCH} ${OBJS} 39 37 40 EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES)38 EXTRA_DIST = $(C_FILES) 41 39 42 40 include $(top_srcdir)/../../../../automake/local.am -
testsuites/psxtests/psxhdrs/Makefile.am
ra23cad6 rfd17002 6 6 7 7 # C source names 8 UNUSED_C_FILES = clock06.c 9 10 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c cond01.c \ 8 C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c cond01.c \ 11 9 cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c cond09.c \ 12 10 cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c mutex03.c \ … … 38 36 all-local: ${ARCH} ${OBJS} 39 37 40 EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES)38 EXTRA_DIST = $(C_FILES) 41 39 42 40 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.