Makefile
721 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
#!smake
#
# Makefile for turbo graphics utility library subdirectory
#
SUBDIR=gt
COMMONPREF=$(SUBDIR)
PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs
LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs
sinclude ../companydefs
LCOPTS = -non_shared -mips2 -fullwarn -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include
LASOPTS=-non_shared -mips2 -G 0
HFILES = gtint.h
CFILES = \
gt.c
sinclude locdefs
#if $(LIBNAME) != "ULTRA_ROM"
CFILES += dumpturbo.c
#endif
include $(LIBDEPTH)/librules
include $(PRDEPTH)/PRrules
install! default
$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/gt $(SOURCES)
$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/gt \
-src Makefile.src Makefile
clobber clean: