changeset 2038:5d31694d14bd

[project @ 1996-03-27 12:27:04 by jwe]
author jwe
date Wed, 27 Mar 1996 12:27:04 +0000
parents 65e18add08a6
children 3fbea677ee9d
files libcruft/misc/Makefile.in
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/Makefile.in
+++ b/libcruft/misc/Makefile.in
@@ -16,6 +16,16 @@
 
 SPECIAL_DEPEND := d1mach.o dostop.o f77-extern.o lo-error.o
 
+ifeq ($(SHARED_LIBS), true)
+  ifdef CPICFLAG
+    CPICDEP := pic/d1mach.o pic/dostop.o
+  endif
+  ifdef CXXPICFLAG
+    CXXPICDEP := pic/f77-extern.o pic/lo-error.o
+  endif
+  SPECIAL_PICDEPEND := $(CPICDEP) $(CXXPICDEP)
+endif
+
 DISTFILES := $(subst d1mach.f, , $(DISTFILES))
 
 EXTERNAL_DISTFILES = $(DISTFILES)