Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-27 | Compile objects in the same subdirectory as the sources | Dan Nicholson | 1 | -0/+1 | |
For the tests, we want to just have top-level Makefiles and build the sources in their own subdirectory. Typically, automake would create the object files at the top-level, but this can cause conflicts when the source files have the same name. Use the subdir-objects automake option and enable the necessary AM_PROG_CC_C_O macro. | |||||
2009-05-27 | Ignore backup files | Dan Nicholson | 1 | -0/+1 | |
2009-05-09 | Stop ignoring .mk files | Dan Nicholson | 1 | -1/+0 | |
We use these to define common make variables. | |||||
2009-04-28 | Build the fonts and font library | Dan Nicholson | 1 | -0/+2 | |
This requires bdftopcf and mkfontdir to create the fonts. | |||||
2009-04-26 | Ignore more generated files | Dan Nicholson | 1 | -0/+6 | |
2009-04-25 | Ignore autotools generated files | Dan Nicholson | 1 | -8/+19 | |
2009-03-21 | more gitignoring | Peter Hutterer | 1 | -0/+9 | |
2009-03-20 | Add gitignore file. | Peter Hutterer | 1 | -0/+2 | |