Makefile.src 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #!smake # # Makefile for the gt subdirectory # include $(ROOT)/usr/include/make/PRdefs LCOPTS = -mips2 -non_shared -fullwarn -G 0 LCINCS = -I. -I$(ROOT)/usr/include/PR -I$(ROOT)/usr/include CFILES = dumpturbo.c gt.c include $(COMMONRULES) default: $(OBJECTS)