pkgconfigdir=$(libdir)/pkgconfig libincludedir=$(includedir)/libisoburn lib_LTLIBRARIES = libisoburn/libisoburn.la ## ========================================================================= ## # Build libraries libisoburn_libisoburn_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) libisoburn_libisoburn_la_SOURCES = \ libisoburn/burn_wrap.c \ libisoburn/data_source.c \ libisoburn/isoburn.c \ libisoburn/isoburn.h \ libisoburn/isofs_wrap.c \ libisoburn/libisoburn.h \ version.h libisoburn_libisoburn_la_LIBADD = \ -lisofs \ -lburn libinclude_HEADERS = \ libisoburn/libisoburn.h ## ========================================================================= ## # This is the reference application of libisoburn. See man xorriso/xorriso.1 # bin_PROGRAMS = \ xorriso/xorriso xorriso_xorriso_CPPFLAGS = -Ilibisoburn xorriso_xorriso_CFLAGS = -DXorriso_with_maiN -DXorriso_with_regeX $(READLINE_DEF) xorriso_xorriso_LDADD = libisoburn/libisoburn.la -lisofs -lburn $(THREAD_LIBS) xorriso_xorriso_SOURCES = \ xorriso/xorriso.h \ xorriso/xorriso_private.h \ xorriso/xorriso.c \ xorriso/xorrisoburn.h \ xorriso/xorrisoburn.c \ xorriso/xorriso_timestamp.h # Install symbolic links to the xorriso binary # install-exec-hook: if test -e $(bindir)/xorrisofs ; then rm $(bindir)/xorrisofs ; else echo ; fi ln -s xorriso $(bindir)/xorrisofs if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi ln -s xorriso $(bindir)/osirrox ## Build test applications noinst_PROGRAMS = \ test/compare_file # A program to compare two files in mirrored trees in mounted filesystems # To compare tree /media/dvd and /original/dir : # find /media/dvd -exec test/compare_file '{}' /media/dvd /original/dir ';' # test_compare_file_CPPFLAGS = test_compare_file_CFLAGS = test_compare_file_LDADD = test_compare_file_SOURCES = test/compare_file.c ## ========================================================================= ## ## Build documentation (You need Doxygen for this to work) webhost = http://libburn-api.pykix.org webpath = / docdir = $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) doc: doc/html doc/html: doc/doxygen.conf if [ -f ./doc/doc.lock ]; then \ $(RM) -r doc/html; \ doxygen doc/doxygen.conf; \ fi doc-upload: doc/html scp -r $