GNUmakefile
644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!smake
#
# Makefile for isv subdirectory
#
SUBDIR=isv
COMMONPREF=$(SUBDIR)
PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs
LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs
sinclude ../companydefs
sinclude locdefs
LCOPTS = -mips2 -non_shared -fullwarn -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(ROOT)/usr/include/PR
CFILES =
ASFILES =
#if $(LIBNAME) != "ULTRA_ROM"
ifneq "$(LIBNAME)" "ULTRA_ROM"
CFILES +=
ASFILES +=
OBJECTS += initialize_isv.o monutil.o
endif
#endif
.SUFFIXES : .uu
.uu.o:
uudecode $<
$(ROOT)/usr/sbin/mips332 $*.o
include $(LIBDEPTH)/librules
include $(PRDEPTH)/PRrules
install: default
clobber clean: