Changeset 88daa3d in rtems
- Timestamp:
- 08/16/03 12:56:51 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 13435c73
- Parents:
- 58695566
- Location:
- c/src/lib/libbsp
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/ChangeLog
r58695566 r88daa3d 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 network/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-13 Joel Sherrill <joel@OARcorp.com> 2 14 -
c/src/lib/libbsp/i386/i386ex/Makefile.am
r58695566 r88daa3d 13 13 EXTRA_DIST = bsp_specs 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/clock/Makefile.am
r58695566 r88daa3d 9 9 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 include $(top_srcdir)/../../../../ ../../automake/compile.am12 include $(top_srcdir)/../../../../ ../../automake/lib.am11 include $(top_srcdir)/../../../../automake/compile.am 12 include $(top_srcdir)/../../../../automake/lib.am 13 13 14 14 # … … 28 28 EXTRA_DIST = ckinit.c 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/console/Makefile.am
r58695566 r88daa3d 13 13 console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 14 14 15 include $(top_srcdir)/../../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../../automake/compile.am 16 include $(top_srcdir)/../../../../automake/lib.am 17 17 18 18 # … … 32 32 EXTRA_DIST = console.c 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/include/Makefile.am
r58695566 r88daa3d 17 17 all-local: $(PREINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/network/Makefile.am
r58695566 r88daa3d 13 13 OBJS = $(C_O_FILES) 14 14 15 include $(top_srcdir)/../../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../../automake/compile.am 16 include $(top_srcdir)/../../../../automake/lib.am 17 17 18 18 # … … 33 33 EXTRA_DIST = netexterns.h network.c uti596.h 34 34 35 include $(top_srcdir)/../../../../ ../../automake/local.am35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/start/Makefile.am
r58695566 r88daa3d 10 10 OBJS = $(S_O_FILES) 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 30 30 EXTRA_DIST = start.S 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/startup/Makefile.am
r58695566 r88daa3d 18 18 startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 19 19 20 include $(top_srcdir)/../../../../ ../../automake/compile.am21 include $(top_srcdir)/../../../../ ../../automake/lib.am20 include $(top_srcdir)/../../../../automake/compile.am 21 include $(top_srcdir)/../../../../automake/lib.am 22 22 23 23 # … … 43 43 EXTRA_DIST = README bspstart.c linkcmds setvec.c 44 44 45 include $(top_srcdir)/../../../../ ../../automake/local.am45 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/timer/Makefile.am
r58695566 r88daa3d 10 10 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 29 29 EXTRA_DIST = timer.c timerisr.S 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am
r58695566 r88daa3d 16 16 LIB = $(ARCH)/libbsp.a 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # … … 28 28 all-local: $(ARCH) $(LIB) 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r58695566 r88daa3d 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 network/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-13 Joel Sherrill <joel@OARcorp.com> 2 14 -
c/src/lib/libbsp/i386/ts_386ex/Makefile.am
r58695566 r88daa3d 13 13 EXTRA_DIST = bsp_specs 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am
r58695566 r88daa3d 9 9 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 include $(top_srcdir)/../../../../ ../../automake/compile.am12 include $(top_srcdir)/../../../../ ../../automake/lib.am11 include $(top_srcdir)/../../../../automake/compile.am 12 include $(top_srcdir)/../../../../automake/lib.am 13 13 14 14 # … … 28 28 EXTRA_DIST = ckinit.c rtc.c 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/console/Makefile.am
r58695566 r88daa3d 13 13 console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 14 14 15 include $(top_srcdir)/../../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../../automake/compile.am 16 include $(top_srcdir)/../../../../automake/lib.am 17 17 18 18 # … … 32 32 EXTRA_DIST = console.c 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am
r58695566 r88daa3d 22 22 EXTRA_DIST = wd80x3.h 23 23 24 include $(top_srcdir)/../../../../ ../../automake/local.am24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/network/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 34 34 EXTRA_DIST = ne2000.c 35 35 36 include $(top_srcdir)/../../../../ ../../automake/local.am36 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am
r58695566 r88daa3d 10 10 noinst_FILES = 80386ex.h 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 30 30 EXTRA_DIST = 80386ex.h 80386ex.inc macros.inc start.S ts_1325.inc 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.am
r58695566 r88daa3d 18 18 startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) 19 19 20 include $(top_srcdir)/../../../../ ../../automake/compile.am21 include $(top_srcdir)/../../../../ ../../automake/lib.am20 include $(top_srcdir)/../../../../automake/compile.am 21 include $(top_srcdir)/../../../../automake/lib.am 22 22 23 23 # … … 43 43 EXTRA_DIST = README bspstart.c linkcmds setvec.c 44 44 45 include $(top_srcdir)/../../../../ ../../automake/local.am45 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.am
r58695566 r88daa3d 11 11 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 30 30 EXTRA_DIST = timer.c timerisr.S 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am
r58695566 r88daa3d 16 16 LIB = $(ARCH)/libbsp.a 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # … … 28 28 all-local: $(ARCH) $(LIB) 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
r58695566 r88daa3d 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 network/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/gen68302/Makefile.am
r58695566 r88daa3d 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/clock/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = ckinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/console/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = console.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/include/Makefile.am
r58695566 r88daa3d 17 17 all-local: $(TMPINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/network/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 33 33 EXTRA_DIST = network.c 34 34 35 include $(top_srcdir)/../../../../ ../../automake/local.am35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/start/Makefile.am
r58695566 r88daa3d 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 30 30 EXTRA_DIST = start.S 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/startup/Makefile.am
r58695566 r88daa3d 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../../../../ ../../automake/compile.am17 include $(top_srcdir)/../../../../ ../../automake/lib.am16 include $(top_srcdir)/../../../../automake/compile.am 17 include $(top_srcdir)/../../../../automake/lib.am 18 18 19 19 # … … 38 38 EXTRA_DIST = bspclean.c bspstart.c linkcmds 39 39 40 include $(top_srcdir)/../../../../ ../../automake/local.am40 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/timer/Makefile.am
r58695566 r88daa3d 14 14 OBJS = $(C_O_FILES) $(S_O_FILES) 15 15 16 include $(top_srcdir)/../../../../ ../../automake/compile.am17 include $(top_srcdir)/../../../../ ../../automake/lib.am16 include $(top_srcdir)/../../../../automake/compile.am 17 include $(top_srcdir)/../../../../automake/lib.am 18 18 19 19 # … … 32 32 EXTRA_DIST = timer.c timerisr.S 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
r58695566 r88daa3d 15 15 LIB = $(ARCH)/libbsp.a 16 16 17 include $(top_srcdir)/../../../../ ../../automake/compile.am18 include $(top_srcdir)/../../../../ ../../automake/lib.am17 include $(top_srcdir)/../../../../automake/compile.am 18 include $(top_srcdir)/../../../../automake/lib.am 19 19 20 20 # … … 27 27 all-local: $(ARCH) $(LIB) 28 28 29 include $(top_srcdir)/../../../../ ../../automake/local.am29 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r58695566 r88daa3d 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 network/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/gen68360/Makefile.am
r58695566 r88daa3d 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/clock/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = clock.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/console/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = console.c consolereserveresources.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/include/Makefile.am
r58695566 r88daa3d 17 17 all-local: $(TMPINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/network/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 33 33 EXTRA_DIST = network.c 34 34 35 include $(top_srcdir)/../../../../ ../../automake/local.am35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/start/Makefile.am
r58695566 r88daa3d 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 30 30 EXTRA_DIST = start.S 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/startup/Makefile.am
r58695566 r88daa3d 16 16 OBJS = $(C_O_FILES) 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # … … 51 51 linkcmds.bootp linkcmds.prom 52 52 53 include $(top_srcdir)/../../../../ ../../automake/local.am53 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/timer/Makefile.am
r58695566 r88daa3d 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = timer.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
r58695566 r88daa3d 16 16 LIB = $(ARCH)/libbsp.a 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # … … 28 28 all-local: $(ARCH) $(LIB) 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.