Skip to content
Snippets Groups Projects
Config.parisc_mach 386 B
Newer Older
wlott's avatar
wlott committed
CPPFLAGS = -Dparisc -Dhpux -DMACH \
	-I. -I/usr/misc/.X11/include -I/usr/mach/include -Ihacks
LINK.o = /usr/src/mach/bin/cc $(LDFLAGS) $(TARGET_ARCH)
CC = /usr/src/mach/bin/cc
NM = hacks/my-nm
CFLAGS = -g
ASFLAGS = -g
UNDEFSYMPATTERN = &
ASSEM_SRC = hppa-assem.S
ARCH_SRC = hppa-arch.c
OS_SRC = mach-os.c
OS_LINK_FLAGS=
OS_LIBS=-lmach -lthreads

%.o: %.S
	$(PREPROCESS.S) $< | as -o $@