summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* gettextize build systemPatrick McDermott2017-11-241-1/+1
|
* Makefile.am: Define LOCALEDIR macroPatrick McDermott2017-11-201-0/+1
|
* Makefile.am: Define BINDIR and PROGRAM_NAME macrosPatrick McDermott2017-11-071-0/+2
|
* Makefile.am: Add $(ASAN_CFLAGS) to marquee_LDADDPatrick McDermott2017-11-051-1/+2
|
* Makefile.am: Use $(ASAN_CFLAGS)Patrick McDermott2017-11-051-1/+2
|
* Makefile.am: Use librsvg CFLAGS and LIBSPatrick McDermott2017-11-031-2/+4
|
* Makefile.am: Use $(WARN_CFLAGS)Patrick McDermott2017-11-011-0/+2
|
* Makefile.am: Fix version.c dependenciesPatrick McDermott2017-11-011-2/+1
| | | | | | | | | | | | | | | | | | | | | Fixes the following: $ rm -f version.c $ make --no-print-directory make all-recursive Making all in . make[2]: Circular version.c <- version.c dependency dropped. GEN version.c GEN marquee Making all in data make[2]: Nothing to be done for 'all'. $ rm -f version.c $ bmake bmake all-recursive Making all in . bmake[2]: Graph cycles through version.c `all-am' not remade because of errors. Making all in data
* Makefile.am: Add $(PACKAGE_VERSION) to PACKAGE_STRINGPatrick McDermott2017-11-011-1/+1
|
* Makefile.am: Use version.c in marquee_LINKPatrick McDermott2017-11-011-6/+2
| | | | | | Also use it in EXTRA_marquee_DEPENDENCIES. This finally avoids having to define the whole link target.
* Makefile.am: Split version.c generation into new targetPatrick McDermott2017-11-011-3/+6
|
* Revert "Makefile.am: Add version.c to marquee_SOURCES"Patrick McDermott2017-11-011-3/+6
| | | | | | This reverts commit 7ee941825739135fd5c6571e2706784f1ba70168. The commit introduced a dependency cycle that causes trouble.
* Makefile.am: Add version.c to marquee_SOURCESPatrick McDermott2017-11-011-6/+3
| | | | And don't manually link marquee.
* Makefile.am: Make data lastPatrick McDermott2017-11-011-1/+1
|
* Makefile.am: Add " (" and ")" to PACKAGE_VERSION_GITPatrick McDermott2017-10-291-4/+6
|
* Makefile.am: Leave PACKAGE_VERSION_GIT empty in not IN_GITPatrick McDermott2017-10-291-1/+1
|
* Makefile.am: Always show commit count and ID in Git ver stringPatrick McDermott2017-10-291-1/+3
|
* Makefile.am: Add missing "#" in header commentPatrick McDermott2017-10-281-1/+1
|
* Makefile.am: Clean up version.cPatrick McDermott2017-10-271-0/+1
| | | | Since commit 3db7f3d, it is no longer immediately removed after linking.
* data/Makefile.am: New filePatrick McDermott2017-10-271-0/+2
|
* Makefile.am: Don't remove version.cPatrick McDermott2017-10-271-1/+0
|
* Makefile.am: Define ABS_TOP_BUILDDIR and PKGDATADIRPatrick McDermott2017-10-271-0/+2
|
* Makefile.am: Link against temporary version.c filePatrick McDermott2017-09-271-1/+11
| | | | Also add better error handling to PACKAGE_VERSION_GIT macro.
* Add build system and related filesPatrick McDermott2017-09-151-0/+46