GNUmakefile
841 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
#!smake
#
# Makefile for BB USB arc subdirectory
#
COMMONPREF = usb
SUBDIR=usb/arc
PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs
LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs
sinclude ../../companydefs
#LCOPTS = -non_shared -mips2 -fullwarn -G 0 -wlint,-f -woff 819,826,852
LCOPTS = -non_shared -mips2 -Wall -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include
CFILES = host_cnl.c host_din.c host_mnd.c host_rcv.c host_shu.c \
host_snd.c host_unr.c vusbh11ma.c vusbh11sh.c \
dev_cncl.c dev_dini.c dev_mand.c dev_shut.c dev_snd.c \
dev_sts.c dev_unrg.c vusbd11di.c vusbd11ma.c \
vusbd11sh.c vusbd11st.c vusbd11un.c copy_bdt.c
LDIRT =
sinclude locdefs
include $(LIBDEPTH)/librules
include $(PRDEPTH)/PRrules
install: default
$(COMMONPREF)default: default
$(COMMONPREF)exports: exports
clobber clean: