Skip to content

Commit

Permalink
Remove unused gcc-linux make rules
Browse files Browse the repository at this point in the history
I don't want to maintain them or make anyone think they should be used.
  • Loading branch information
jberkenbilt committed Jun 22, 2019
1 parent 45dac41 commit ade8e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested

# Additional Notes on Build

QPDF's build system, inspired by [abuild](http://www.abuild.org), can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details. There is a `gcc-linux.mk` file enable `gcc-linux` build rules, but it is intended to help test the build system; Linux users should build with the `libtools` rules, which are enabled by default.
QPDF's build system, inspired by [abuild](http://www.abuild.org), can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details.

The QPDF package provides some executables and a software library. A user manual can be found in the "doc" directory. The docbook sources to the user manual can be found in the `manual` directory.

Expand Down
87 changes: 0 additions & 87 deletions make/gcc-linux.mk

This file was deleted.

0 comments on commit ade8e2c

Please sign in to comment.