Changeset a3fb105 in rtems


Ignore:
Timestamp:
11/30/03 17:23:55 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
de48a0ea
Parents:
6041409
Message:

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to compilation rules. Add AM_CPPFLAGS += -I$(top_builddir).
Location:
cpukit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/ChangeLog

    r6041409 ra3fb105  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4        Add AM_CPPFLAGS += -I$(top_builddir).
     5
    162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/rtems/Makefile.am

    r6041409 ra3fb105  
    129129#
    130130
     131AM_CPPFLAGS += -I$(top_builddir)
    131132AM_CPPFLAGS += -D__RTEMS_INSIDE__
    132133
    133 all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB)
    134 
    135 ${ARCH}/%.o: src/%.c
     134all-local: $(PREINSTALL_FILES) $(LIB)
     135
     136${ARCH}/%.o: src/%.c $(ARCH)/$(dirstamp)
    136137        ${COMPILE} -o $@ -c $<
    137138
  • cpukit/sapi/ChangeLog

    r6041409 ra3fb105  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4        Add AM_CPPFLAGS += -I$(top_builddir).
     5
    162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/sapi/Makefile.am

    r6041409 ra3fb105  
    3737#
    3838
     39AM_CPPFLAGS += -I$(top_builddir)
    3940AM_CPPFLAGS += -D__RTEMS_INSIDE__
    4041
    41 all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB)
     42all-local: $(PREINSTALL_FILES) $(LIB)
    4243
    4344$(LIB): ${OBJS}
    4445        $(make-library)
    4546
    46 ${ARCH}/%.$(OBJEXT): src/%.c
     47${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
    4748        ${COMPILE} -o $@ -c $<
    4849
Note: See TracChangeset for help on using the changeset viewer.