~holger-seelig/titania/4.1

« back to all changes in this revision

Viewing changes to x3d2vrml/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:
183
183
LIPO = @LIPO@
184
184
LN_S = @LN_S@
185
185
LTLIBOBJS = @LTLIBOBJS@
 
186
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
186
187
MAINT = @MAINT@
187
188
MAKEINFO = @MAKEINFO@
188
189
MANIFEST_TOOL = @MANIFEST_TOOL@
281
282
prefix = @prefix@
282
283
program_transform_name = @program_transform_name@
283
284
psdir = @psdir@
 
285
runstatedir = @runstatedir@
284
286
sbindir = @sbindir@
285
287
sharedstatedir = @sharedstatedir@
286
288
srcdir = @srcdir@
483
485
 
484
486
 
485
487
install-exec-hook:
486
 
        install -m 0755 bin/titania-x3d2vrml $(prefix)/bin/
487
 
        cp -r share/ $(prefix)/
488
 
        find $(prefix)/share/titania/ -type d -exec chmod 755 {} \;
489
 
        find $(prefix)/share/titania/ -type f -exec chmod 644 {} \;
 
488
        install -m 0755 bin/titania-x3d2vrml $(DESTDIR)$(bindir)
 
489
        cp -r share/* $(DESTDIR)$(datadir)
 
490
        find $(DESTDIR)$(datadir)/titania/ -type d -exec chmod 755 {} \;
 
491
        find $(DESTDIR)$(datadir)/titania/ -type f -exec chmod 644 {} \;
490
492
 
491
493
# Tell versions [3.59,3.63) of GNU make to not export all variables.
492
494
# Otherwise a system limit (for SysV at least) may be exceeded.