1# 2# ia64/platform/dig/Makefile 3# 4# Copyright (C) 1999 Silicon Graphics, Inc. 5# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com) 6# 7 8.S.s: 9 $(CPP) $(AFLAGS) -o $*.s $< 10.S.o: 11 $(CC) $(AFLAGS) -c -o $*.o $< 12 13all: dig.a 14 15O_TARGET := dig.a 16 17obj-y := setup.o 18obj-$(CONFIG_IA64_GENERIC) += machvec.o 19 20clean:: 21 22include $(TOPDIR)/Rules.make 23