source: rtems/cpukit/telnetd/preinstall.am @ 47f29539

Last change on this file since 47f29539 was 47f29539, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/08/07 at 08:43:45

Regenerate.

  • Property mode set to 100644
File size: 1.3 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-local: $(TMPINSTALL_FILES)
12
13TMPINSTALL_FILES =
14CLEANFILES = $(TMPINSTALL_FILES)
15
16all-am: $(PREINSTALL_FILES)
17
18PREINSTALL_FILES =
19CLEANFILES += $(PREINSTALL_FILES)
20
21$(PROJECT_LIB)/$(dirstamp):
22        @$(MKDIR_P) $(PROJECT_LIB)
23        @: > $(PROJECT_LIB)/$(dirstamp)
24PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
25
26if HAS_NETWORKING
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_LIB)/libtelnetd.a: libtelnetd.a $(PROJECT_LIB)/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_LIB)/libtelnetd.a
43TMPINSTALL_FILES += $(PROJECT_LIB)/libtelnetd.a
44endif
45endif
Note: See TracBrowser for help on using the repository browser.