comparison libdha/Makefile @ 9881:60d1ccf22469

automatic svgalib_helper detection
author alex
date Tue, 08 Apr 2003 17:11:19 +0000
parents 55e80f13c826
children 38ce28265e5f
comparison
equal deleted inserted replaced
9880:afa6ebcbb50d 9881:60d1ccf22469
29 endif 29 endif
30 30
31 # If you want libdha to use svgalib_helper for hardware access, 31 # If you want libdha to use svgalib_helper for hardware access,
32 # uncomment this statement, and change the -I to the correct directory 32 # uncomment this statement, and change the -I to the correct directory
33 # that includes svgalib_helper.o: 33 # that includes svgalib_helper.o:
34 #CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ 34 ifneq ($(wildcard svgalib_helper),)
35 CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
36 endif
35 37
36 .SUFFIXES: .c .o 38 .SUFFIXES: .c .o
37 39
38 # .PHONY: all clean 40 # .PHONY: all clean
39 41