source: rtems/cpukit/telnetd/preinstall.am @ 04d418d

4.104.114.84.95
Last change on this file since 04d418d was 26009c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/05 at 08:51:14

New.

  • Property mode set to 100644
File size: 855 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
11PREINSTALL_FILES =
12CLEANFILES += $(PREINSTALL_FILES)
13
14if HAS_NETWORKING
15$(PROJECT_INCLUDE)/rtems/$(dirstamp):
16        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
17        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
18PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
19
20$(PROJECT_INCLUDE)/rtems/pty.h: pty.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pty.h
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pty.h
23
24$(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
25        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/telnetd.h
26PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h
27endif
Note: See TracBrowser for help on using the repository browser.