summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-09-18Drop old fb-client and adjust MakefileFlorian Pritz1-22/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-08-15Makefile: use CC from env if setFlorian Pritz1-1/+1
Allows us to run scan-build Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-10-07Makefile: Honor LDFLAGSFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-04-14Makefile: install requires allFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-04-04Makefile: add PREFIX supportFlorian Pritz1-3/+4
This allows users to easily install to /usr/local, instead of forcing them to change 3 variables. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-03-15Makefile: get rid of MY_CFLAGS; allow users to override CFLAGSFlorian Pritz1-3/+2
CFLAGS=-O0 make; will still work as expected make CFLAGS=-O0; allows to completely override the flags, ignoring what is set in the makefile. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-03-14Makefile: create all manpage dirsv1.0.2Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-03-14Makefile: preserve some flags even if $CFLAGS is setv1.0.1Florian Pritz1-2/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-26first draft of a mdoc(7) manpage replacing the podMoritz Wilhelmy1-8/+5
Conflicts: Makefile fb.pod Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-25Makefile: replace install -D with -dFlorian Pritz1-3/+6
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2012-01-25merge functions and shell helper into main scriptFlorian Pritz1-10/+7
This makes the main script able to run alone again. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-04fix stat calls on non-gnu systemsFlorian Pritz1-1/+2
Reported-by: Moritz Wilhelmy <moritz+git@wzff.de> Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-04move to subdirectory in LIBDIRFlorian Pritz1-4/+5
This allows us to have more than one helper file Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-12-11add bash version of fb-helper.cFlorian Pritz1-0/+8
Using the bash helper can be forced by running "make LIBCURL=". Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-12-11use pkg-config instead of hardcoding compiler optionsFlorian Pritz1-2/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-15use define instead of sed for VERSION expansion in helperFlorian Pritz1-7/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-12rewrite format_bytes()Florian Pritz1-1/+1
This removes the dependency on math.h/libm and is easier to understand. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-07remove unneded quotes in dist targetFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-06remove redundancy in makefileFlorian Pritz1-6/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-05don't overwrite CFLAGS if setFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-04Makefile: replace - with . in $(VERSION)Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-04remove dependency on curl binaryFlorian Pritz1-9/+9
fb-upload is now called fb-helper which supports downloading and uploading Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-04-11add missing file to dist tarballv0.7.1Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-03-23rename fb.c.in -> fb-upload.c.inFlorian Pritz1-6/+6
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-03-20add .PHONY target to makefileFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-03-20use helper script instead of curl for uploadingFlorian Pritz1-4/+15
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-01-22use --dirty in the versionFlorian Pritz1-1/+1
This add -dirty to the version string if the working copy has been modified. Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2010-10-29change the way we generate dist tarballsFlorian Pritz1-4/+10
This no longer displays (git) errors if you use the release tarball. It also adds a make target for fb in order to get rid of the git checking inside fb. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add MANDIR/BINDIR; remove license install; fix VERSION callFlorian Pritz1-7/+7
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add version targetv0.6.8.4Florian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add dist target; get version from git tagsFlorian Pritz1-5/+14
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add COPYING to MakefileFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add a Makefilev0.6.8Florian Pritz1-0/+15
Signed-off-by: Florian Pritz <bluewind@xssn.at>