Changeset de48a0ea in rtems


Ignore:
Timestamp:
11/30/03 17:35:46 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0998f21
Parents:
a3fb105
Message:

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

  • Makefile.am: Add $(dirstamp) to compilation rules.
Location:
cpukit
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • cpukit/itron/ChangeLog

    ra3fb105 rde48a0ea  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/itron/Makefile.am

    ra3fb105 rde48a0ea  
    109109AM_CPPFLAGS += -D__RTEMS_INSIDE__
    110110
    111 all-local: $(PREINSTALL_FILES) ${ARCH} ${LIB}
     111all-local: $(PREINSTALL_FILES) ${LIB}
    112112
    113113$(LIB): ${OBJS}
     
    115115endif
    116116
    117 ${ARCH}/%.$(OBJEXT): src/%.c
     117${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
    118118        ${COMPILE} -o $@ -c $<
    119119
  • cpukit/libfs/ChangeLog

    ra3fb105 rde48a0ea  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libfs/Makefile.am

    ra3fb105 rde48a0ea  
    4343include_HEADERS += src/imfs/imfs.h
    4444
    45 IMFSLIB = src/imfs/$(ARCH) src/imfs/$(ARCH)/libimfs.a
     45IMFSLIB = src/imfs/$(ARCH)/libimfs.a
    4646
    47 src/imfs/$(ARCH):
    48         @$(mkinstalldirs) $@
    49 src/imfs/$(ARCH)/%.$(OBJEXT): src/imfs/%.c
     47src/imfs/$(ARCH)/$(dirstamp):
     48        @$(mkinstalldirs) src/imfs/$(ARCH)
     49        @: > src/imfs/$(ARCH)/$(dirstamp)
     50src/imfs/$(ARCH)/%.$(OBJEXT): src/imfs/%.c src/imfs/$(ARCH)/$(dirstamp)
    5051        ${COMPILE} -o $@ -c $<
    5152src/imfs/$(ARCH)/libimfs.a: ${libimfs_OBJS}
     
    7677include_HEADERS += src/dosfs/dosfs.h
    7778
    78 DOSFSLIB = src/dosfs/${ARCH} src/dosfs/$(ARCH)/libdosfs.a
     79DOSFSLIB = src/dosfs/$(ARCH)/libdosfs.a
    7980
    80 src/dosfs/$(ARCH):
    81         @$(mkinstalldirs) $@
    82 src/dosfs/$(ARCH)/%.$(OBJEXT): src/dosfs/%.c
     81src/dosfs/$(ARCH)/$(dirstamp):
     82        @$(mkinstalldirs) src/dosfs/$(ARCH)
     83        @: > src/dosfs/$(ARCH)/$(dirstamp)
     84src/dosfs/$(ARCH)/%.$(OBJEXT): src/dosfs/%.c src/dosfs/$(ARCH)/$(dirstamp)
    8385        ${COMPILE} -o $@ -c $<
    8486src/dosfs/$(ARCH)/libdosfs.a: ${libdosfs_OBJS}
  • cpukit/libnetworking/ChangeLog

    ra3fb105 rde48a0ea  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libnetworking/Makefile.am

    ra3fb105 rde48a0ea  
    1616    -DDIAGNOSTIC -DBOOTP_COMPAT
    1717
    18 TMP_LIBS = $(ARCH) $(ARCH)/libnetworking.a
     18TMP_LIBS = $(ARCH)/libnetworking.a
    1919
    2020## poll.h is not in the list because RTEMS does not have poll()
     
    3737libnetworking_OBJS = $(kern_C_FILES:kern/%.c=$(ARCH)/%.$(OBJEXT))
    3838
    39 $(ARCH)/%.$(OBJEXT): kern/%.c
     39$(ARCH)/%.$(OBJEXT): kern/%.c $(ARCH)/$(dirstamp)
    4040        ${COMPILE} $(libnetworking_CPPFLAGS) -o $@ -c $<
    4141
     
    6363libnetworking_OBJS += $(net_C_FILES:net/%.c=$(ARCH)/%.$(OBJEXT))
    6464
    65 $(ARCH)/%.$(OBJEXT): net/%.c
     65$(ARCH)/%.$(OBJEXT): net/%.c $(ARCH)/$(dirstamp)
    6666        ${COMPILE} $(libnetworking_CPPFLAGS) -o $@ -c $<
    6767
     
    8989libnetworking_OBJS += $(netinet_C_FILES:netinet/%.c=$(ARCH)/%.$(OBJEXT))
    9090
    91 $(ARCH)/%.$(OBJEXT): netinet/%.c
     91$(ARCH)/%.$(OBJEXT): netinet/%.c $(ARCH)/$(dirstamp)
    9292        ${COMPILE} $(libnetworking_CPPFLAGS) -o $@ -c $<
    9393
     
    104104libnetworking_OBJS += $(nfs_C_FILES:nfs/%.c=$(ARCH)/%.$(OBJEXT))
    105105
    106 $(ARCH)/%.$(OBJEXT): nfs/%.c
     106$(ARCH)/%.$(OBJEXT): nfs/%.c $(ARCH)/$(dirstamp)
    107107        ${COMPILE} $(libnetworking_CPPFLAGS) -o $@ -c $<
    108108
     
    124124libnetworking_OBJS += $(rtems_C_FILES:rtems/%.c=$(ARCH)/%.$(OBJEXT))
    125125
    126 $(ARCH)/%.$(OBJEXT): rtems/%.c
     126$(ARCH)/%.$(OBJEXT): rtems/%.c $(ARCH)/$(dirstamp)
    127127        ${COMPILE} $(libnetworking_CPPFLAGS) -o $@ -c $<
    128128
     
    170170libc_CPPFLAGS = -DNOPOLL -DNOSELECT
    171171
    172 libc/$(ARCH):
    173         @$(mkinstalldirs) $@
    174 libc/$(ARCH)/%.$(OBJEXT): libc/%.c
     172libc/$(ARCH)/$(dirstamp):
     173        @$(mkinstalldirs) libc/$(ARCH)
     174        @: > libc/$(ARCH)/$(dirstamp)
     175libc/$(ARCH)/%.$(OBJEXT): libc/%.c libc/$(ARCH)/$(dirstamp)
    175176        ${COMPILE} $(libc_CPPFLAGS) -o $@ -c $<
    176177libc/$(ARCH)/lib.a: $(libc_OBJS)
    177178        $(make-library)
    178179
    179 TMP_LIBS += libc/$(ARCH) libc/$(ARCH)/lib.a
     180TMP_LIBS += libc/$(ARCH)/lib.a
    180181
    181182CLEANDIRS = libc/o-optimize libc/o-debug
     
    208209lib_CPPFLAGS = -DNOPOLL -DNOSELECT
    209210
    210 lib/$(ARCH):
    211         @$(mkinstalldirs) $@
    212 lib/$(ARCH)/%.$(OBJEXT): lib/%.c
     211lib/$(ARCH)/$(dirstamp):
     212        @$(mkinstalldirs) lib/$(ARCH)
     213        @: > lib/$(ARCH)/$(dirstamp)
     214lib/$(ARCH)/%.$(OBJEXT): lib/%.c lib/$(ARCH)/$(dirstamp)
    213215        ${COMPILE} $(lib_CPPFLAGS) -o $@ -c $<
    214216lib/$(ARCH)/lib.a: $(lib_OBJS)
    215217        $(make-library)
    216218
    217 TMP_LIBS += lib/$(ARCH) lib/$(ARCH)/lib.a
     219TMP_LIBS += lib/$(ARCH)/lib.a
    218220
    219221CLEANDIRS += lib/o-optimize lib/o-debug
  • cpukit/librpc/ChangeLog

    ra3fb105 rde48a0ea  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/librpc/Makefile.am

    ra3fb105 rde48a0ea  
    3333libxdr_OBJS = $(libxdr_C_O_FILES)
    3434
    35 src/xdr/$(ARCH):
    36         @$(mkinstalldirs) $@
    37 src/xdr/$(ARCH)/%.$(OBJEXT): src/xdr/%.c
     35src/xdr/$(ARCH)/$(dirstamp):
     36        @$(mkinstalldirs) src/xdr/$(ARCH)
     37        @: > src/xdr/$(ARCH)/$(dirstamp)
     38src/xdr/$(ARCH)/%.$(OBJEXT): src/xdr/%.c src/xdr/$(ARCH)/$(dirstamp)
    3839        ${COMPILE} -o $@ -c $<
    3940src/xdr/$(ARCH)/libxdr.a: $(libxdr_OBJS)
     
    4142
    4243man_MANS += src/xdr/xdr.3
    43 all-local: src/xdr/$(ARCH) src/xdr/$(ARCH)/libxdr.a
     44all-local: src/xdr/$(ARCH)/libxdr.a
    4445endif
    4546
     
    7273    -D_RTEMS_RPC_INTERNAL_
    7374
    74 src/rpc/$(ARCH):
    75         @$(mkinstalldirs) $@
    76 src/rpc/$(ARCH)/%.$(OBJEXT): src/rpc/%.c
     75src/rpc/$(ARCH)/$(dirstamp):
     76        @$(mkinstalldirs) src/rpc/$(ARCH)
     77        @: > src/rpc/$(ARCH)/$(dirstamp)
     78src/rpc/$(ARCH)/%.$(OBJEXT): src/rpc/%.c src/rpc/$(ARCH)/$(dirstamp)
    7779        ${COMPILE} $(librpc_a_CPPFLAGS) -o $@ -c $<
    7880src/rpc/$(ARCH)/librpc.a: $(librpc_OBJS)
     
    8486    src/rpc/rpc.5 src/rpc/rstat.1 src/rpc/rtime.3
    8587
    86 all-local: src/rpc/$(ARCH) src/rpc/$(ARCH)/librpc.a
     88all-local: src/rpc/$(ARCH)/librpc.a
    8789endif
    8890
  • cpukit/posix/ChangeLog

    ra3fb105 rde48a0ea  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add $(dirstamp) to compilation rules.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/posix/Makefile.am

    ra3fb105 rde48a0ea  
    157157AM_CPPFLAGS += -D__RTEMS_INSIDE__
    158158
    159 all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB)
     159all-local: $(PREINSTALL_FILES) $(LIB)
    160160
    161161$(LIB): ${OBJS}
     
    163163endif
    164164
    165 ${ARCH}/%.$(OBJEXT): src/%.c
     165${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp)
    166166        ${COMPILE} -o $@ -c $<
    167167
Note: See TracChangeset for help on using the changeset viewer.