Generate makefile dependencies with gcc

dev
Kristian Høgsberg 14 years ago
parent b56cb00045
commit 723b2852d2
  1. 6
      config.mk.in

@ -1,4 +1,4 @@
CFLAGS = @GCC_CFLAGS@
CFLAGS = @GCC_CFLAGS@ -O -g -Wall -MMD -MF .$*.deps
prefix = @prefix@
exec_prefix = @exec_prefix@
@ -17,3 +17,7 @@ CLIENT_LIBS = @CLIENT_LIBS@
POPPLER_CFLAGS = @POPPLER_CFLAGS@
POPPLER_LIBS = @POPPLER_LIBS@
first : all
-include .*.deps

Loading…
Cancel
Save