Changeset 78f251a in rtems


Ignore:
Timestamp:
05/24/05 04:26:43 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5c7dd995
Parents:
d35f18c6
Message:

Regenerate.

Location:
cpukit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ftpd/preinstall.am

    rd35f18c6 r78f251a  
    66endif
    77
    8 PREINSTALL_DIRS =
    9 DISTCLEANFILES += $(PREINSTALL_DIRS)
    10 
    118TMPINSTALL_FILES =
    129CLEANFILES += $(TMPINSTALL_FILES)
    1310
    1411if HAS_NETWORKING
    15 $(PROJECT_LIB)/$(dirstamp):
    16         @$(mkdir_p) $(PROJECT_LIB)
    17         @: > $(PROJECT_LIB)/$(dirstamp)
    18 PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
    19 
    2012$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
    2113        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
  • cpukit/httpd/preinstall.am

    rd35f18c6 r78f251a  
    6363PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h
    6464
    65 $(PROJECT_LIB)/$(dirstamp):
    66         @$(mkdir_p) $(PROJECT_LIB)
    67         @: > $(PROJECT_LIB)/$(dirstamp)
    68 PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
    69 
    7065$(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp)
    7166        $(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
  • cpukit/preinstall.am

    rd35f18c6 r78f251a  
    201201PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fs.h
    202202
     203$(PROJECT_INCLUDE)/rtems/pci.h: include/rtems/pci.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
     204        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pci.h
     205PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pci.h
     206
     207$(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
     208        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/stdint.h
     209PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
     210
     211$(PROJECT_INCLUDE)/rtems/concat.h: include/rtems/concat.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
     212        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/concat.h
     213PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/concat.h
     214
     215$(PROJECT_INCLUDE)/rtems/tar.h: include/rtems/tar.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
     216        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tar.h
     217PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tar.h
     218
    203219$(PROJECT_INCLUDE)/rtems/irq.h: include/rtems/irq.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    204220        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/irq.h
    205221PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/irq.h
    206 
    207 $(PROJECT_INCLUDE)/rtems/pci.h: include/rtems/pci.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    208         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pci.h
    209 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pci.h
    210 
    211 $(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    212         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/stdint.h
    213 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
    214 
    215 $(PROJECT_INCLUDE)/rtems/concat.h: include/rtems/concat.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    216         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/concat.h
    217 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/concat.h
    218 
    219 $(PROJECT_INCLUDE)/rtems/tar.h: include/rtems/tar.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    220         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tar.h
    221 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tar.h
    222222
    223223$(PROJECT_INCLUDE)/rtems/imfs.h: libfs/src/imfs/imfs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
  • cpukit/wrapup/preinstall.am

    rd35f18c6 r78f251a  
    66endif
    77
    8 PREINSTALL_DIRS =
    9 DISTCLEANFILES += $(PREINSTALL_DIRS)
    10 
    118TMPINSTALL_FILES =
    129CLEANFILES += $(TMPINSTALL_FILES)
    13 
    14 $(PROJECT_LIB)/$(dirstamp):
    15         @$(mkdir_p) $(PROJECT_LIB)
    16         @: > $(PROJECT_LIB)/$(dirstamp)
    17 PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
    1810
    1911$(PROJECT_LIB)/librtemscpu.a: librtemscpu.a $(PROJECT_LIB)/$(dirstamp)
Note: See TracChangeset for help on using the changeset viewer.