source: rtems/cpukit/telnetd/preinstall.am @ 94e04b5

5
Last change on this file since 94e04b5 was b597c0d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/14 at 13:44:52

Regenerate all preinstall.am files.

Apparently, at some point automake output changed and these were
not updated.

  • Property mode set to 100644
File size: 1.4 KB
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-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES = $(PREINSTALL_FILES)
15
16all-local: $(TMPINSTALL_FILES)
17
18TMPINSTALL_FILES =
19CLEANFILES += $(TMPINSTALL_FILES)
20
21$(PROJECT_LIB)/$(dirstamp):
22        @$(MKDIR_P) $(PROJECT_LIB)
23        @: > $(PROJECT_LIB)/$(dirstamp)
24PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
25
26if LIBNETWORKING
27if LIBSHELL
28$(PROJECT_INCLUDE)/rtems/$(dirstamp):
29        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
30        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
31PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
32
33$(PROJECT_INCLUDE)/rtems/pty.h: pty.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pty.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pty.h
36
37$(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/telnetd.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h
40
41$(PROJECT_INCLUDE)/rtems/passwd.h: passwd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/passwd.h
43PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/passwd.h
44
45$(PROJECT_LIB)/libtelnetd.a: libtelnetd.a $(PROJECT_LIB)/$(dirstamp)
46        $(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
47TMPINSTALL_FILES += $(PROJECT_LIB)/libtelnetd.a
48endif
49endif
Note: See TracBrowser for help on using the repository browser.