1# This file (pa-risc.Makefile) is part of the port of QuickThreads for
2# PA-RISC 1.1 architecture.  This file is a machine dependent makefile
3# for QuickThreads.  It was written in 1994 by Uwe Reder
4# (`uereder@cip.informatik.uni-erlangen.de') for the Operating Systems
5# Department (IMMD4) at the University of Erlangen/Nuernberg Germany.
6
7# `Normal' configuration.
8
9CC = cc -Aa
10
11.s.o:
12	/usr/ccs/bin/as -o $@ $<
13