1
0
Files
irix-657m-src/stand/arcs/lib/libsc/gui/Makefile
2022-09-29 17:59:04 +03:00

19 lines
413 B
Makefile

# Makefile libsc/gui
#
# This directory contains standalone gui routines.
#
# $Revision: 1.7 $
SCDEPTH=..
include ${SCDEPTH}/libscdefs
#
# Set up to build cpu architecture and endian dependent objects
OBJECTDIR=$(TARGETDIR)
LIBPATH=$(LIBNAME)
CFILES= core.c background.c text.c button.c dialog.c tpbutton.c gutil.c \
tfield.c tport.c canvas.c radio.c progress.c pcbm.c
ASFILES=tpstub.s
include $(LIBSCRULES)