summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'new-xgpsspeed'Bernd Zeimetz2010-05-101-19/+2
|\
| * Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-19/+2
| |
* | Introduce xmllint check.Eric S. Raymond2010-05-101-0/+4
|/
* Implement a -u switch to force the test framework to use UDP, not ptys.Eric S. Raymond2010-05-041-1/+3
| | | | | | The good news is that rgression tests all pass with this case and -u off. The bad news is that they fail with -u on. It looks like the switch forces some other bug, previously masked, into the open.
* Clean up HTML generation, eliminating a FIX-ME.Eric S. Raymond2010-04-271-11/+13
|
* FIXME -> FIX-ME, so I can walk through these without tripping over autotools.Eric S. Raymond2010-04-261-1/+1
|
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-8/+4
| | | | | Most of the bulk of this one is the xgpsspeed code, which was not formerly incldecd in reindenting.
* Upload website content only when it is newer than last upload.Eric S. Raymond2010-04-261-1/+1
|
* Simplify the test productions for udev.Eric S. Raymond2010-04-261-7/+2
|
* udev rules moved from /etc/udev to /lib/udev.Eric S. Raymond2010-04-261-4/+7
|
* Use the proper Python version and targets for epydoc.Bernd Zeimetz2010-04-251-1/+13
|
* More Python client partitioning. All regression tests pass.Eric S. Raymond2010-04-221-1/+1
|
* Comment the Python related rules and definitions.Bernd Zeimetz2010-04-231-0/+14
|
* Rename stamp-python-modules to stamp-python.Bernd Zeimetz2010-04-221-9/+9
| | | | | We install scripts and data files, too, so the name is not really appropriate anymore.
* libgpsd needs to be linked against libgps.Bernd Zeimetz2010-04-221-1/+1
|
* Typo fix.Eric S. Raymond2010-04-221-1/+1
|
* Rebuild Python modules and programs when they change.Bernd Zeimetz2010-04-221-1/+1
|
* regress_driver needs the Python modules to run.Bernd Zeimetz2010-04-221-3/+3
|
* Use --root on setup.py install only with DESTDIR.Bernd Zeimetz2010-04-221-1/+5
| | | | | An empty --root option unfortunately has the effect that . is assumed instead. So don't use --root when DESTDIR is not defined.
* Require python extensions to build pydoc.Bernd Zeimetz2010-04-201-1/+1
|
* Clean up linked python extensions to avoid build failures.Bernd Zeimetz2010-04-201-3/+6
| | | | Also refactor the setup.py call a bit.
* Python extensions should not be built by autotools.Bernd Zeimetz2010-04-201-5/+1
|
* Build python modules in build, link to gps.Bernd Zeimetz2010-04-201-4/+5
|
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-4/+5
|
* Ah, well...test_bits has to link libusb too.Eric S. Raymond2010-04-191-1/+1
|
* The bits tester needs bits module from libgpsd.la.Eric S. Raymond2010-04-191-1/+1
|
* Update installation instructions and the make recipe.Eric S. Raymond2010-04-191-2/+2
|
* Collect a win from the previous change; libusb is no longer linked everywhere.Eric S. Raymond2010-04-181-9/+9
|
* libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-181-24/+29
| | | | | | This is so client apps don't have to carrry around libusb and all the driver-level stuff. I finally caught on to one of the implications of shared libraries that had somewhow escaped me before.
* Add to NEWS, add foxtrot to the client-projects list, and fix website make.Eric S. Raymond2010-04-181-1/+1
|
* test_float and test_trig were failing because they were wanting libusbJon Schlueter2010-04-181-2/+2
| | | | | remove link against libgps.la from test_float and test_trig since they don't need the dependancy
* Change the name of the internal gps.client module to gps.clienthelpers.Eric S. Raymond2010-04-171-1/+1
| | | | | We're going to actually expose a module with the name gps.client, so this has to get out of the way
* test: Fix GNU makeism concerning exporting variables in Makefile.M Joonas Pihlaja2010-04-171-7/+8
| | | | | | | | | | | | | | The PYTHON env variable was being exported to child processes using a GNU make extension. Primarily this is used in regress-driver to run the testers with the right python environment by querying the python interpreter. This patch makes explicit the carrying around of the PYTHON environment variable down to regress-driver through the convolutions of the Makefile. This fixes the build using FreeBSD's make, which doesn't support the variable export extension that GNU make does. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* libusb seems to need to be linked eveywhere, even where main doesn't call it.Eric S. Raymond2010-04-171-6/+6
|
* libusb support lands in the Garmin driver.Eric S. Raymond2010-04-161-8/+8
|
* Fix a broken tag exporter in Makefile.am. No code changes.release-2.93Eric S. Raymond2010-04-161-1/+1
|
* Remove dead productions.Eric S. Raymond2010-04-161-11/+1
|
* Document an autotools crock.Eric S. Raymond2010-04-161-0/+3
|
* Make Python clean up after itself better.Eric S. Raymond2010-04-151-1/+1
|
* Merge branch 'master' of git.berlios.de:/gitroot/gpsdBernd Zeimetz2010-04-161-21/+48
|\
| * Typo fix.Eric S. Raymond2010-04-141-1/+1
| |
| * Don't try to indent xgpsspeed.c and friends.Eric S. Raymond2010-04-141-1/+2
| |
| * Splint-clean gpxlogger.Eric S. Raymond2010-04-141-4/+5
| |
| * Add another indenting control.Eric S. Raymond2010-04-141-0/+1
| |
| * Undo some indent meddling with splint comments.Eric S. Raymond2010-04-131-0/+5
| |
| * Must defer replacing until later.Eric S. Raymond2010-04-131-1/+0
| |
| * Beating autotools into submission.Eric S. Raymond2010-04-131-3/+3
| |
| * More indent option twiddling.Eric S. Raymond2010-04-131-5/+5
| |
| * Switch to long indent options in hopes that, e.g., -ncs won't be ignored.Eric S. Raymond2010-04-131-2/+11
| |
| * Attempt to undo some of indent's messing about.Eric S. Raymond2010-04-131-1/+7
| |