comparison linux/Makefile @ 9329:113095b8258b

required for i18n+-lintl (found by Nexus)
author arpi
date Fri, 07 Feb 2003 22:47:48 +0000
parents 1dd8fe0776d3
children
comparison
equal deleted inserted replaced
9328:1670357372d5 9329:113095b8258b
10 ifeq ($(TARGET_OS),Linux) 10 ifeq ($(TARGET_OS),Linux)
11 SRCS += lrmi.c vbelib.c 11 SRCS += lrmi.c vbelib.c
12 endif 12 endif
13 endif 13 endif
14 14
15 CFLAGS = $(OPTFLAGS) -I. -I.. 15 CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
16 # -I/usr/X11R6/include/ 16 # -I/usr/X11R6/include/
17 17
18 .SUFFIXES: .c .o 18 .SUFFIXES: .c .o
19 19
20 # .PHONY: all clean 20 # .PHONY: all clean