mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules. Add AM_CPPFLAGS += -I$(top_builddir).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to compilation rules.
|
||||
Add AM_CPPFLAGS += -I$(top_builddir).
|
||||
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to preinstallation rules.
|
||||
|
||||
@@ -128,11 +128,12 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
|
||||
${ARCH}/%.o: src/%.c
|
||||
${ARCH}/%.o: src/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to compilation rules.
|
||||
Add AM_CPPFLAGS += -I$(top_builddir).
|
||||
|
||||
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add $(dirstamp) to preinstallation rules.
|
||||
|
||||
@@ -36,14 +36,15 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(LIB)
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
${ARCH}/%.$(OBJEXT): src/%.c
|
||||
${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += $(C_FILES)
|
||||
|
||||
Reference in New Issue
Block a user