SRCDIR = ..
SUBDIRS = argp getopt

.PHONY: all
all: obstack.o getline.o error.o mempcpy.o strchrnul.o

# Though we have an infrastructure to work on other architectures, we
# have implemented only IA32:

INCLUDES = -I $(SRCDIR)/bits/i386 -I include

OBJS = obstack.o getline.o error.o

include $(SRCDIR)/Makefile.common

