summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:29:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:29:23 +0000
commitc315c990030ad6e1fc3c09823de3448bb1fc0866 (patch)
tree9d057c0311e503c09d110109fb5d2d7c87b6286c /c/src/libnetworking
parent2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c315c990030ad6e1fc3c09823de3448bb1fc0866.tar.bz2
New.
Diffstat (limited to 'c/src/libnetworking')
-rw-r--r--c/src/libnetworking/pppd/preinstall.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/c/src/libnetworking/pppd/preinstall.am b/c/src/libnetworking/pppd/preinstall.am
new file mode 100644
index 0000000000..8735de7c75
--- /dev/null
+++ b/c/src/libnetworking/pppd/preinstall.am
@@ -0,0 +1,27 @@
+## Automatically generated by ampolish3 - Do not edit
+
+if AMPOLISH3
+$(srcdir)/preinstall.am: Makefile.am
+ $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
+endif
+
+PREINSTALL_DIRS =
+DISTCLEANFILES += $(PREINSTALL_DIRS)
+
+PREINSTALL_FILES =
+CLEANFILES += $(PREINSTALL_FILES)
+
+if HAS_NETWORKING
+$(PROJECT_INCLUDE)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_INCLUDE)
+ @: > $(PROJECT_INCLUDE)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
+
+$(PROJECT_INCLUDE)/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtemspppd.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemspppd.h
+
+$(PROJECT_INCLUDE)/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtemsdialer.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtemsdialer.h
+endif