summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 16:25:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 16:25:50 +0000
commit95dacd745cebaf5e0f8aec73d2e096d2b7ad6844 (patch)
tree427c11b8cb93eb1dad1e405d19ace43f0c111f37 /cpukit/pppd
parent2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-95dacd745cebaf5e0f8aec73d2e096d2b7ad6844.tar.bz2
Regenerate
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/preinstall.am36
1 files changed, 24 insertions, 12 deletions
diff --git a/cpukit/pppd/preinstall.am b/cpukit/pppd/preinstall.am
index 8735de7c75..806d5a81d7 100644
--- a/cpukit/pppd/preinstall.am
+++ b/cpukit/pppd/preinstall.am
@@ -8,20 +8,32 @@ endif
PREINSTALL_DIRS =
DISTCLEANFILES += $(PREINSTALL_DIRS)
+TMPINSTALL_FILES =
+CLEANFILES += $(TMPINSTALL_FILES)
+
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
+$(PROJECT_INCLUDE)/rtems/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
+ @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+
+$(PROJECT_INCLUDE)/rtems/rtemspppd.h: rtemspppd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemspppd.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemspppd.h
+
+$(PROJECT_INCLUDE)/rtems/rtemsdialer.h: rtemsdialer.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtemsdialer.h
+
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
+$(PROJECT_LIB)/libpppd.a: libpppd.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/libpppd.a
endif