~holger-seelig/titania/4.1

« back to all changes in this revision

Viewing changes to libtitania-x3d/Makefile.in

  • Committer: Holger Seelig
  • Date: 2016-06-20 16:52:05 UTC
  • Revision ID: holger.seelig@yahoo.de-20160620165205-4lyxiypvj7ttn7s4
Updated Makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
797
797
LIPO = @LIPO@
798
798
LN_S = @LN_S@
799
799
LTLIBOBJS = @LTLIBOBJS@
 
800
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
800
801
MAINT = @MAINT@
801
802
MAKEINFO = @MAKEINFO@
802
803
MANIFEST_TOOL = @MANIFEST_TOOL@
895
896
prefix = @prefix@
896
897
program_transform_name = @program_transform_name@
897
898
psdir = @psdir@
 
899
runstatedir = @runstatedir@
898
900
sbindir = @sbindir@
899
901
sharedstatedir = @sharedstatedir@
900
902
srcdir = @srcdir@
4888
4890
 
4889
4891
 
4890
4892
install-exec-hook:
4891
 
        cp -r share/ $(prefix)/
4892
 
        find $(prefix)/share/titania/ -type d -exec chmod 755 {} \;
4893
 
        find $(prefix)/share/titania/ -type f -exec chmod 644 {} \;
 
4893
        cp -r share/* $(DESTDIR)$(datadir)
 
4894
        find $(DESTDIR)$(datadir)/titania/ -type d -exec chmod 755 {} \;
 
4895
        find $(DESTDIR)$(datadir)/titania/ -type f -exec chmod 644 {} \;
4894
4896
 
4895
4897
# Tell versions [3.59,3.63) of GNU make to not export all variables.
4896
4898
# Otherwise a system limit (for SysV at least) may be exceeded.