forked from Imagelibrary/rtems
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. lib/Makefile.am: Reflect having moved automake. support/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
Makefile.am: Reflect having moved automake.
|
||||||
|
lib/Makefile.am: Reflect having moved automake.
|
||||||
|
support/Makefile.am: Reflect having moved automake.
|
||||||
|
wrapup/Makefile.am: Reflect having moved automake.
|
||||||
|
|
||||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* automake/compile.am, automake/force-preinstall.am,
|
* automake/compile.am, automake/force-preinstall.am,
|
||||||
|
|||||||
@@ -45,5 +45,5 @@ pkgconfigdir = $(prefix)/lib/pkgconfig
|
|||||||
pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
|
pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
|
||||||
DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
|
DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../automake/host.am
|
include $(top_srcdir)/automake/host.am
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
SUBDIRS = libcpu libbsp
|
SUBDIRS = libcpu libbsp
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
|
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
|
||||||
|
|
||||||
@@ -17,4 +17,4 @@ $(LIB): $(OBJS)
|
|||||||
|
|
||||||
all-local: $(ARCH) $(LIB)
|
all-local: $(ARCH) $(LIB)
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
## build and install "glommed" librtemsbsp.a
|
## build and install "glommed" librtemsbsp.a
|
||||||
##
|
##
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
|
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
|
||||||
|
|
||||||
@@ -73,4 +73,4 @@ install-data-local:
|
|||||||
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
|
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
|
||||||
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir)
|
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir)
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user