summaryrefslogtreecommitdiff
path: root/libgphoto2_port/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Only use a single gphoto-m4/ subdirHans Ulrich Niedermann2021-11-071-1/+3
| | | | | | | | | | | | | | | Only use a single gphoto-m4/ subdir - namely that in libgphoto2_port/gphoto-m4/. This prevents us from needing to synchronize the contents of the gphoto-m4/ and the libgphoto2_port/gphoto-m4/ directories. We can do that by switching from recursive make for the gphoto-m4 subdirectories to using include path/to/gphoto-m4/Makefile-files from both the top-level Makefile.am and libgphoto2_port/Makefile.am using %reldir% (introduced in automake 1.14).
* Rename libgphoto2_port test directory testsHans Ulrich Niedermann2021-10-251-1/+1
| | | | | Rename the libgphoto2_port/test directory to libgphoto2_port/tests to make its name the same as libgphoto2/tests.
* Leave comment in Makefile.am about subdir sequenceHans Ulrich Niedermann2021-08-301-0/+1
|
* Run libgphoto2_port tests only AFTER building iolibsHans Ulrich Niedermann2021-08-301-1/+1
| | | | | | The test-port-list test can only work with iolibs having been compiled before, and that requires "." *before* "test" in the SUBDIRS definition.
* Remove gphoto2 symlink loop in /usr/include/gphoto2Hans Ulrich Niedermann2019-10-141-17/+0
| | | | | | | | | | | | | | | Stop creating the gphoto2 symlink loop in /usr/include/gphoto2/. The /usr/include/gphoto2/gphoto2 symlink pointing to `.`, i.e. to /usr/include/gphoto2 was added in 2006 to solve an source compatibility issue from back then. Fedora have been removing that symlink from their packaged libgphoto2 packages since 2009, so it appears those compatibility issues have been solved since 2009. We should thus be able to remove the symlink now (in 2019). Resolves: https://github.com/gphoto/libgphoto2/issues/444
* Fix a number of typos: should be iolibs, not camlibsHans Ulrich Niedermann2017-07-181-1/+1
|
* added a virtual usb driverMarcus Meissner2015-12-071-0/+1
| | | | This driver is meant for testing purposes.
* added libgphoto_port/gphoto-m4Marcus Meissner2015-08-011-2/+2
|
* cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns.Marcus Meissner2013-03-101-0/+2
| | | | | | | | | | AM_CPPFLAGS and CPPFLAGS are used both during build, so no need to use merge them together in configure. also move the -I$(xx) stuff into Makefile* to avoid shell expansion issues. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14269 67ed7778-7388-44ab-90cf-0a291f65f57c
* hook in the libusb1 driverMarcus Meissner2011-11-071-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13761 67ed7778-7388-44ab-90cf-0a291f65f57c
* added usbscsi makefileMarcus Meissner2010-03-291-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12869 67ed7778-7388-44ab-90cf-0a291f65f57c
* - added usb disk direct driver.Marcus Meissner2010-03-131-0/+1
| | | | | | | | - make gp_log_add_func/remove_func use non-format string - remove gp_log_simple_add_func/remove_func again git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12752 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fix comment on installing specific IOLIBsHans Ulrich Niedermann2010-02-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12676 67ed7778-7388-44ab-90cf-0a291f65f57c
* Non-recursive iolib buildHans Ulrich Niedermann2007-08-141-9/+46
| | | | | | | | * Makes "make -j2" useful * Makes dynamic load checks without install possible. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10587 67ed7778-7388-44ab-90cf-0a291f65f57c
* build iolibs in one directory (commit 1 of at least 2)Hans Ulrich Niedermann2007-08-141-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10586 67ed7778-7388-44ab-90cf-0a291f65f57c
* * Introduce FOO-uninstalled.pc files for both libgphoto2 and libgphoto2_port.Hans Ulrich Niedermann2007-05-141-0/+7
| | | | | | | | * Move FOO.pc to the top source directory. * Get rid of obsolete GP_AUTOGEN_SUBDIR macro. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10199 67ed7778-7388-44ab-90cf-0a291f65f57c
* call it 0.7.2, use auto-m4/ for automatically placed macros, use auto-aux/ ↵Hans Ulrich Niedermann2006-12-301-1/+1
| | | | | | subdir for config.guess & Co. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9802 67ed7778-7388-44ab-90cf-0a291f65f57c
* Require external libltdl (do not ship own copy), ditch autogen.sh.Hans Ulrich Niedermann2006-12-111-1/+1
| | | | | | | Use autoreconf now. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9569 67ed7778-7388-44ab-90cf-0a291f65f57c
* INCLUDES -> AM_CPPFLAGSMarcus Meissner2006-12-081-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9541 67ed7778-7388-44ab-90cf-0a291f65f57c
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-141-0/+28
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9330 67ed7778-7388-44ab-90cf-0a291f65f57c
* Remove all OS/2 specific build files.Hans Ulrich Niedermann2006-10-061-2/+1
| | | | | | | | | | | | | | | | | * These files have not been updated for years. * They probably don't work any more. * OS/2 files are missing for most of the system. * gphoto2-port-portability-os2.h has been integrated into gphoto2-port-portability.h (I wanted to get rid of the longest filename) * usb-os2.c is still there in libgphoto2_port/usb. * If someone wants to revive the OS/2 port, they are welcome to start based on the stuff removed or from scratch. * Perhaps it might be easier to just use the present GNU make/libtool build chain than fabricating something with nmake. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9280 67ed7778-7388-44ab-90cf-0a291f65f57c
* ship iolib.symHans Ulrich Niedermann2005-05-071-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7972 67ed7778-7388-44ab-90cf-0a291f65f57c
* Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS()Hans Ulrich Niedermann2005-04-141-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7831 67ed7778-7388-44ab-90cf-0a291f65f57c
* first part of new build systemHans Ulrich Niedermann2005-04-141-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7829 67ed7778-7388-44ab-90cf-0a291f65f57c
* add correct m4 include dir for aclocalHans Ulrich Niedermann2005-04-091-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7766 67ed7778-7388-44ab-90cf-0a291f65f57c
* prepare for release: include ptp2, RPM cleanupsHans Ulrich Niedermann2003-01-111-1/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6062 67ed7778-7388-44ab-90cf-0a291f65f57c
* moved definition of docdir from Makefile.am to m4 macrosHans Ulrich Niedermann2002-10-131-2/+1
| | | | | | | made hotplug stuff installation location configurable git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5371 67ed7778-7388-44ab-90cf-0a291f65f57c
* intl subdir is automatically added by gettextizeArnaud Launay2002-09-071-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5208 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-17 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-171-1/+0
| | | | | | | | * Makefile.am: Remove 'autogen.sh' from EXTRA_DIST - people that compile our tarballs don't need it. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4683 67ed7778-7388-44ab-90cf-0a291f65f57c
* * acconfig.h was removed a few days ago.Christophe Barbe2002-06-131-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4654 67ed7778-7388-44ab-90cf-0a291f65f57c
* Some autoconf clean-up.Lutz Mueller2001-12-071-16/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3425 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2001-10-26 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-261-1/+1
| | | | | | | | * include: Move everything from here to ... * libgphoto2_port: ... here. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2770 67ed7778-7388-44ab-90cf-0a291f65f57c
* added missing files to EXTRA_DIST and *_SOURCESHans Ulrich Niedermann2001-10-191-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2638 67ed7778-7388-44ab-90cf-0a291f65f57c
* added m4/ directoryHans Ulrich Niedermann2001-10-191-1/+4
| | | | | | | moved docs to DOC_DIR git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2624 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2001-10-16 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-161-1/+1
| | | | | | | | * doc: Create framework for documentation. * libgphoto2_port/gphoto2-port-log.[c,h]: Updated git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2532 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2001-10-03 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-031-1/+1
| | | | | | | | | | | | | | * test/gphoto2-port-test.c: Renamed into * test/test-gp-port.c * test/Makefile.am: New * Makefile.am: Add test to SUBDIRS * acconfig.h: #undef HAVE_LOCKDEV * configure.in: Check for lockdev and use it if available * serial/Makefile.am: -llockdev if that is available * serial/unix.c: Use lockdev if available git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2361 67ed7778-7388-44ab-90cf-0a291f65f57c
* added result_as_string to io lib, and international language supportScott Fritzinger2001-01-241-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1538 67ed7778-7388-44ab-90cf-0a291f65f57c
* added libgphoto2_port into tree. ouch.Scott Fritzinger2001-01-221-0/+35
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1526 67ed7778-7388-44ab-90cf-0a291f65f57c