# $Header: /cvsroot/posix2/posix2/libext/libc/nls/Makefile,v 1.1 2000/05/02 07:44:51 veit Exp $

INC = ../../include/

CC = gcc
DEBUG    = -g -O2 -mpentium -D_DEBUG -DDEBUG 

WFLAGS   = -Wall -W -Wmissing-prototypes -Wshadow -Wcast-align \
   -Wpointer-arith -Winline -Wconversion -Wmissing-declarations  
DEFINES  = -D__ST_MT_ERRNO__ -Zmt 
INCLUDE  = -I. -I../../include -I$(X11ROOT)/XFree86/include
CFLAGS  = $(DEFINES) $(DEBUG) $(WFLAGS) $(INCLUDE)

AR     = ar rc
EMXOMF = emxomf
RANLIB = ar s
RM     = rm -f

SRCS =	catclose.c catgets.c catopen.c 

OBJS = $(SRCS:.c=.o)

all: $(OBJS)

clean:
	$(RM) *.a *.lib *.o


$(OBJS): $(INC)nl_types.h 