Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: Define LOCALEDIR macro | Patrick McDermott | 2017-11-20 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Define BINDIR and PROGRAM_NAME macros | Patrick McDermott | 2017-11-07 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Add $(ASAN_CFLAGS) to marquee_LDADD | Patrick McDermott | 2017-11-05 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Use $(ASAN_CFLAGS) | Patrick McDermott | 2017-11-05 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Use librsvg CFLAGS and LIBS | Patrick McDermott | 2017-11-03 | 1 | -2/+4 |
| | |||||
* | Makefile.am: Use $(WARN_CFLAGS) | Patrick McDermott | 2017-11-01 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Fix version.c dependencies | Patrick McDermott | 2017-11-01 | 1 | -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_STRING | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Use version.c in marquee_LINK | Patrick McDermott | 2017-11-01 | 1 | -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 target | Patrick McDermott | 2017-11-01 | 1 | -3/+6 |
| | |||||
* | Revert "Makefile.am: Add version.c to marquee_SOURCES" | Patrick McDermott | 2017-11-01 | 1 | -3/+6 |
| | | | | | | This reverts commit 7ee941825739135fd5c6571e2706784f1ba70168. The commit introduced a dependency cycle that causes trouble. | ||||
* | Makefile.am: Add version.c to marquee_SOURCES | Patrick McDermott | 2017-11-01 | 1 | -6/+3 |
| | | | | And don't manually link marquee. | ||||
* | Makefile.am: Make data last | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add " (" and ")" to PACKAGE_VERSION_GIT | Patrick McDermott | 2017-10-29 | 1 | -4/+6 |
| | |||||
* | Makefile.am: Leave PACKAGE_VERSION_GIT empty in not IN_GIT | Patrick McDermott | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Always show commit count and ID in Git ver string | Patrick McDermott | 2017-10-29 | 1 | -1/+3 |
| | |||||
* | Makefile.am: Add missing "#" in header comment | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Clean up version.c | Patrick McDermott | 2017-10-27 | 1 | -0/+1 |
| | | | | Since commit 3db7f3d, it is no longer immediately removed after linking. | ||||
* | data/Makefile.am: New file | Patrick McDermott | 2017-10-27 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Don't remove version.c | Patrick McDermott | 2017-10-27 | 1 | -1/+0 |
| | |||||
* | Makefile.am: Define ABS_TOP_BUILDDIR and PKGDATADIR | Patrick McDermott | 2017-10-27 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Link against temporary version.c file | Patrick McDermott | 2017-09-27 | 1 | -1/+11 |
| | | | | Also add better error handling to PACKAGE_VERSION_GIT macro. | ||||
* | Add build system and related files | Patrick McDermott | 2017-09-15 | 1 | -0/+46 |