Skip to content
Snippets Groups Projects
Config.parisc_mach 412 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=-u &
wlott's avatar
wlott committed
ASSEM_SRC = hppa-assem.S
ARCH_SRC = hppa-arch.c
pw's avatar
pw committed
OS_SRC = mach-os.c os-common.c undefineds.c
wlott's avatar
wlott committed
OS_LINK_FLAGS=
OS_LIBS=-lmach -lthreads

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