# # # @(#)Makefile.sunos 1.1 88/02/24 # # Copyright (c) 1988 by Sun Microsystems, Inc. # # Global macro definitions OSI=SUN OPT=-O ROPT=-R TARGET_ARCH=-mc68010 FB= BYTES= COPTS=${FB} ${BYTES} # INCLUDE=../../include NUCLEUS=../../nucleus LIB=libos.a CFLAGS=${OPT} ${ROPT} ${COPTS} -D${OSI} -I${INCLUDE} -I${NUCLEUS} ${TARGET_ARCH} SRCS= SunOSI.c \ zap_cursor.c OBJS= SunOSI.o \ zap_cursor.o all: ${INCLUDE} ${LIB} ${LIB}: ${OBJS} ar uv ${LIB} $? ranlib ${LIB} ${INCLUDE}: ${INCLUDE}/Makefile cd ${INCLUDE}; make -k ${INCLUDE}/Makefile: (cd ${INCLUDE}; ${GET} -GMakefile SCCS/s.Makefile.sun) @echo ${INCLUDE}/Makefile retrieved... clean: rm -f *.a *.o depend: ../../../makedepend ${SRCS} ../../../makedepend ${INCLUDE} ${NUCLEUS} FRC : # START OF AUTOMATICALLY GENERATED DEPENDENCIES SunOSI.o: ../../include/canvas.h ../../include/cscript.h ../../include/cursor.h ../../include/font.h ../../include/fontcache.h ../../include/fract.h ../../include/pixrect/pixrect.h ../../include/psio.h ../../include/qalloc.h ../../include/shape.h ../../nucleus/PostScript.h SunOSI.c ../../nucleus/input.h zap_cursor.o: zap_cursor.c