Cosmetics.

This commit is contained in:
Ralf Corsepius
2005-02-08 17:30:27 +00:00
parent 624867bc09
commit 46f507f9c8
5 changed files with 13 additions and 6 deletions

View File

@@ -62,6 +62,11 @@ $(PROJECT_INCLUDE)/goahead/wsIntrn.h: wsIntrn.h $(PROJECT_INCLUDE)/goahead/$(dir
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/goahead/wsIntrn.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
$(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
TMPINSTALL_FILES += $(PROJECT_LIB)/libhttpd.a

View File

@@ -117,8 +117,6 @@ UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c \
EXTRA_DIST += $(UNUSED_C_FILES) src/TODO
## PREINSTALLATION STUFF - Do not edit below
all-local: $(PREINSTALL_FILES)
include $(srcdir)/preinstall.am

View File

@@ -96,8 +96,6 @@ endif
EXTRA_DIST = src/TODO src/CASES src/README
## PREINSTALLATION STUFF - Do not edit below
all-local: $(PREINSTALL_FILES)
include $(srcdir)/preinstall.am

View File

@@ -155,8 +155,6 @@ libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt
all-local: $(PREINSTALL_FILES)
DISTCLEANFILES += include/rtems/score/cpuopts.h
all-local: $(PREINSTALL_FILES)

View File

@@ -5,9 +5,17 @@ $(srcdir)/preinstall.am: Makefile.am
$(top_srcdir)/ampolish3 $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
endif
PREINSTALL_DIRS =
DISTCLEANFILES += $(PREINSTALL_DIRS)
TMPINSTALL_FILES =
CLEANFILES += $(TMPINSTALL_FILES)
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
$(PROJECT_LIB)/librtemscpu.a: librtemscpu.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/librtemscpu.a
TMPINSTALL_FILES += $(PROJECT_LIB)/librtemscpu.a