source: rtems/cpukit/pppd/preinstall.am @ 63a88eb

4.104.114.84.95
Last change on this file since 63a88eb was 63a88eb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/08/07 at 08:43:28

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 LIBNETWORKING
27$(PROJECT_INCLUDE)/rtems/$(dirstamp):
28        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
29        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
30PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
31
32$(PROJECT_INCLUDE)/rtems/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemspppd.h
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemspppd.h
35
36$(PROJECT_INCLUDE)/rtems/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
39
40$(PROJECT_LIB)/libpppd.a: libpppd.a $(PROJECT_LIB)/$(dirstamp)
41        $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
42TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a
43endif
Note: See TracBrowser for help on using the repository browser.