source: rtems/cpukit/ftpd/preinstall.am @ 59990cc

4.115
Last change on this file since 59990cc was 59990cc, checked in by Chris Johns <chrisj@…>, on 08/29/14 at 02:48:01

Regenerate all preinstall.am files.

With this patch the preinstall.am files are in a set order and not
dependent on now perl implements a hash.

  • Property mode set to 100644
File size: 626 bytes
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES = $(PREINSTALL_DIRS)
10
11all-local: $(TMPINSTALL_FILES)
12
13TMPINSTALL_FILES =
14CLEANFILES = $(TMPINSTALL_FILES)
15
16$(PROJECT_LIB)/$(dirstamp):
17        @$(MKDIR_P) $(PROJECT_LIB)
18        @: > $(PROJECT_LIB)/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
20
21if LIBNETWORKING
22$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
23        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
24TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
25endif
Note: See TracBrowser for help on using the repository browser.