From b5d91addb9c6ba0513292e2f49694ea8b28d5cd5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Feb 2004 06:21:42 +0000 Subject: 2004-02-03 Ralf Corsepius * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS. --- c/src/ChangeLog | 7 +++++++ c/src/libnetworking/pppd/Makefile.am | 4 +++- c/src/libnetworking/rtems_servers/Makefile.am | 4 +++- c/src/libnetworking/rtems_telnetd/Makefile.am | 4 +++- c/src/libnetworking/rtems_webserver/Makefile.am | 6 ++++-- 5 files changed, 20 insertions(+), 5 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 4b19f419fa..1a01f27fcf 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,10 @@ +2004-02-03 Ralf Corsepius + + * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS. + * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS. + * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS. + * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS. + 2004-02-02 Ralf Corsepius * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP). diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am index 38cc50908f..a21c8180aa 100644 --- a/c/src/libnetworking/pppd/Makefile.am +++ b/c/src/libnetworking/pppd/Makefile.am @@ -32,12 +32,13 @@ EXTRA_DIST = ccp.h chap.h chap_ms.h fsm.h ipcp.h ipxcp.c ipxcp.h lcp.c lcp.h \ all-local: $(PREINSTALL_FILES) +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) if HAS_NETWORKING $(PROJECT_INCLUDE)/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/$(dirstamp) @@ -50,5 +51,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemsdialer.h endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am diff --git a/c/src/libnetworking/rtems_servers/Makefile.am b/c/src/libnetworking/rtems_servers/Makefile.am index da2f6340cf..39f0b0eed0 100644 --- a/c/src/libnetworking/rtems_servers/Makefile.am +++ b/c/src/libnetworking/rtems_servers/Makefile.am @@ -26,12 +26,13 @@ endif all-local: $(PREINSTALL_FILES) +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) if HAS_NETWORKING $(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp) @@ -40,5 +41,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am diff --git a/c/src/libnetworking/rtems_telnetd/Makefile.am b/c/src/libnetworking/rtems_telnetd/Makefile.am index ec7abddaba..42a7e39044 100644 --- a/c/src/libnetworking/rtems_telnetd/Makefile.am +++ b/c/src/libnetworking/rtems_telnetd/Makefile.am @@ -29,13 +29,14 @@ EXTRA_DIST = README all-local: $(PREINSTALL_FILES) +PREINSTALL_DIRS = PREINSTALL_FILES = if HAS_NETWORKING $(PROJECT_INCLUDE)/rtems/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/pty.h: pty.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pty.h @@ -47,5 +48,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am diff --git a/c/src/libnetworking/rtems_webserver/Makefile.am b/c/src/libnetworking/rtems_webserver/Makefile.am index 85c24a4ac7..b43c29a1a3 100644 --- a/c/src/libnetworking/rtems_webserver/Makefile.am +++ b/c/src/libnetworking/rtems_webserver/Makefile.am @@ -39,19 +39,20 @@ all-local: $(PREINSTALL_FILES) EXTRA_DIST = webcomp.c webpage.c +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) if HAS_NETWORKING if HAS_POSIX $(PROJECT_INCLUDE)/goahead/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/goahead @: > $(PROJECT_INCLUDE)/goahead/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/goahead/$(dirstamp) $(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems_webserver.h @@ -92,5 +93,6 @@ endif endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3