]> git.pld-linux.org Git - packages/libebml.git/commitdiff
- updated
authordjurban <djurban@pld-linux.org>
Tue, 2 Sep 2003 13:34:45 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libebml-makefile.patch -> 1.3

libebml-makefile.patch

index 6bcd039896c1b454c21efab4f51bc6f61080372a..7ed3b84b077ca3d61b9fdd96bc287d85969f8d6e 100644 (file)
@@ -1,5 +1,5 @@
---- libebml-0.4.4/make/linux/Makefile.orig     2003-06-13 20:54:48.000000000 +0200
-+++ libebml-0.4.4/make/linux/Makefile  2003-07-08 22:00:10.000000000 +0200
+--- libebml/make/linux/Makefile.orig   2003-07-17 11:47:07.000000000 +0200
++++ libebml/make/linux/Makefile        2003-09-02 15:18:20.727607600 +0200
 @@ -25,6 +25,7 @@
  INSTALL_OPTS = -m 644
  INSTALL_OPTS_LIB = -m 644
@@ -8,7 +8,7 @@
  
  # Options
  EXTENSION=.cpp
-@@ -43,7 +44,7 @@
+@@ -45,7 +46,7 @@
  LIBS=
  
  # Names
@@ -17,7 +17,7 @@
  
  # source-files
  sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))
-@@ -54,8 +55,8 @@
+@@ -56,8 +57,8 @@
  # files holding dependency information; replace .cxx extension with .dep
  dependencies:=$(patsubst %$(EXTENSION),%.dep,$(sources))
  
@@ -28,7 +28,7 @@
  
  DEPENDFLAGS  = ${CXXFLAGS} ${INCLUDE}
  
-@@ -64,14 +65,12 @@
+@@ -66,14 +67,12 @@
  lib library: $(LIBRARY)
  
  # Build rules
@@ -47,7 +47,7 @@
  
  clean:
        rm -f $(objects)
-@@ -84,15 +83,15 @@
+@@ -86,15 +85,15 @@
        $(DEPEND) $(DEPENDFLAGS) $(sources)
  
  install: $(LIBRARY)
 +      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
 +      $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)
 +      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)
-       for i in $(SRC_DIR)/*.h; do \
+       for i in $(INCLUDE_DIR)/*.h; do \
 -              $(INSTALL) $(INSTALL_OPTS) $$i $(includedir) ; \
 +              $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir) ; \
        done
--      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(includedir)/api/c
-+      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)/api/c
-       for i in $(SRC_DIR)/api/c/*.h; do \
--              $(INSTALL) $(INSTALL_OPTS) $$i $(includedir)/api/c ; \
-+              $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir)/api/c ; \
+-      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(includedir)/c
++      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)/c
+       for i in $(INCLUDE_DIR)/c/*.h; do \
+-              $(INSTALL) $(INSTALL_OPTS) $$i $(includedir)/c ; \
++              $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir)/c ; \
        done
  
  # DO NOT DELETE
This page took 0.126025 seconds and 4 git commands to generate.