summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25Update MakefilesPali Rohár1-22/+2
2012-11-25Remove old gui from treePali Rohár1-9/+1
2012-11-25Remove old logotool from treePali Rohár1-10/+3
2012-11-25Remove old man pages from treePali Rohár1-2/+0
2012-11-25Remove libusb from treePali Rohár1-3/+0
2010-11-18* Add manpages (thanks sre!)pancake1-0/+2
2009-10-18* Fix n900 identification for dump (-e) * Make clean libusb from the root ↵pancake@localhost.localdomain1-0/+1
makefile
2008-12-14* Oops missing up0.4pancake1-5/+12
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
2008-03-07* Shift doc/faq to doc/faq20.3.9pancake1-1/+5
* Add 'doc/faq' with most used commands * -e can be used with -u to specify the path to extract the files * Remove gui directory - GUI source is in src/gui - Incrusted inside the build and install targets (ignores build and install errors)
2008-01-14* Up to 0.3.2pancake1-0/+1
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot
2007-06-12* Finally integrate libusb in Makefiles. Use 'allusb' target to build a ↵pancake1-1/+11
0xFFFF binary without library dependencies (libusb) * Add 'static' makefile target for building a statically linked 0xFFFF * Documentate all makefile targets in INSTALL
2007-06-02* Initial import of the offline work of the GUI environmentpancake1-0/+4
- Not yet usable, it's just a sketch with glade O:) - But you can get fun hacking on the source! * Add deinstall target to the Makefile * Add INSTALL file for build & install instructions * Add documentation for local flashing.
2007-05-01* Move usb-dev related code to devices.c from main.cpancake1-0/+13
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages