summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/makefile.32sunu4
-rw-r--r--scripts/makefile.64sunu4
-rw-r--r--scripts/makefile.beos4
-rw-r--r--scripts/makefile.darwin4
-rw-r--r--scripts/makefile.dec4
-rw-r--r--scripts/makefile.elf4
-rw-r--r--scripts/makefile.hp644
-rw-r--r--scripts/makefile.hpgcc4
-rw-r--r--scripts/makefile.hpux4
-rw-r--r--scripts/makefile.linux4
-rw-r--r--scripts/makefile.sco4
-rw-r--r--scripts/makefile.sggcc4
-rw-r--r--scripts/makefile.sgi4
-rw-r--r--scripts/makefile.so94
-rw-r--r--scripts/makefile.solaris4
-rw-r--r--scripts/makefile.solaris-x864
16 files changed, 32 insertions, 32 deletions
diff --git a/scripts/makefile.32sunu b/scripts/makefile.32sunu
index 8765dd611..15c6c3ab7 100644
--- a/scripts/makefile.32sunu
+++ b/scripts/makefile.32sunu
@@ -153,8 +153,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.64sunu b/scripts/makefile.64sunu
index 7f11829d5..234a8e15a 100644
--- a/scripts/makefile.64sunu
+++ b/scripts/makefile.64sunu
@@ -153,8 +153,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.beos b/scripts/makefile.beos
index 7b6ada9c1..d3e33349f 100644
--- a/scripts/makefile.beos
+++ b/scripts/makefile.beos
@@ -133,8 +133,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin
index a5c808193..0e2b86b69 100644
--- a/scripts/makefile.darwin
+++ b/scripts/makefile.darwin
@@ -133,8 +133,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 74958022d..7f7e87430 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -118,8 +118,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.elf b/scripts/makefile.elf
index 6b73200fd..28e5ca88c 100644
--- a/scripts/makefile.elf
+++ b/scripts/makefile.elf
@@ -176,8 +176,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64
index 8cf972b10..04bf183fa 100644
--- a/scripts/makefile.hp64
+++ b/scripts/makefile.hp64
@@ -136,8 +136,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc
index a6a9e3dd9..e22a9e762 100644
--- a/scripts/makefile.hpgcc
+++ b/scripts/makefile.hpgcc
@@ -145,8 +145,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux
index a0881f8e1..3778c178a 100644
--- a/scripts/makefile.hpux
+++ b/scripts/makefile.hpux
@@ -133,8 +133,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.linux b/scripts/makefile.linux
index 8b111069c..0029f8f86 100644
--- a/scripts/makefile.linux
+++ b/scripts/makefile.linux
@@ -151,8 +151,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.sco b/scripts/makefile.sco
index bb1ac849e..26ceb03fb 100644
--- a/scripts/makefile.sco
+++ b/scripts/makefile.sco
@@ -130,8 +130,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.sggcc b/scripts/makefile.sggcc
index 9e5b92d44..21ca02ef7 100644
--- a/scripts/makefile.sggcc
+++ b/scripts/makefile.sggcc
@@ -138,8 +138,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.sgi b/scripts/makefile.sgi
index f68a7d01d..63dc11e11 100644
--- a/scripts/makefile.sgi
+++ b/scripts/makefile.sgi
@@ -139,8 +139,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
chmod 755 $(DL)/$(LIBSOMAJ)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.so9 b/scripts/makefile.so9
index 6b42fb381..00a915a91 100644
--- a/scripts/makefile.so9
+++ b/scripts/makefile.so9
@@ -150,8 +150,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.solaris b/scripts/makefile.solaris
index ec3905315..e1a141395 100644
--- a/scripts/makefile.solaris
+++ b/scripts/makefile.solaris
@@ -147,8 +147,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi
diff --git a/scripts/makefile.solaris-x86 b/scripts/makefile.solaris-x86
index 80c1fc8b7..87959d662 100644
--- a/scripts/makefile.solaris-x86
+++ b/scripts/makefile.solaris-x86
@@ -147,8 +147,8 @@ install-shared: install-headers $(LIBSOMAJ) libpng.pc
-@$(RM_F) $(DL)/$(LIBSOMAJ)
-@$(RM_F) $(DL)/$(OLDSO)
cp $(LIBSOMAJ) $(DL)
- (cd $(DL);
- $(LN_SF) $(LIBSOMAJ) $(LIBSO)
+ (cd $(DL); \
+ $(LN_SF) $(LIBSOMAJ) $(LIBSO); \
$(LN_SF) $(LIBSO) $(OLDSO))
-@if [ ! -d $(DL)/pkgconfig ]; then $(MKDIR_P) $(DL)/pkgconfig; fi