source: rtems/cpukit/pppd/preinstall.am @ 6be04ed

4.104.114.84.95
Last change on this file since 6be04ed was 956dfedf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:56:37

Regenerate.

  • Property mode set to 100644
File size: 1.2 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
11TMPINSTALL_FILES =
12CLEANFILES = $(TMPINSTALL_FILES)
13
14PREINSTALL_FILES =
15CLEANFILES += $(PREINSTALL_FILES)
16
17$(PROJECT_LIB)/$(dirstamp):
18        @$(mkdir_p) $(PROJECT_LIB)
19        @: > $(PROJECT_LIB)/$(dirstamp)
20PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
21
22if HAS_NETWORKING
23$(PROJECT_INCLUDE)/rtems/$(dirstamp):
24        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
25        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
26PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
27
28$(PROJECT_INCLUDE)/rtems/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemspppd.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemspppd.h
31
32$(PROJECT_INCLUDE)/rtems/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
35
36$(PROJECT_LIB)/libpppd.a: libpppd.a $(PROJECT_LIB)/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
38TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a
39endif
Note: See TracBrowser for help on using the repository browser.