SHELL = /bin/sh
SCIDIR=../..

LIBRARY = $(SCIDIR)/libs/sun.a

OBJSF = bashos.o basin.o basout.o \
	clunit.o ctrlc.o dbasin.o  \
	fgetarg.o getpro.o inibrk.o sigbas.o 

OBJSC  = getenvc.o link.o systemc.o   csignal.o getpidc.o timer.o \
	flags.o men_Sutils.o addinter.o  tmpdir.o cluni0.o setenvc.o \
	inffic.o isanan.o  texmacs.o getarg.o  

include ../../Makefile.incl

CFLAGS = $(CC_OPTIONS) $(XFLAGS) $(TK_INC_PATH) $(TCL_INC_PATH) 

FFLAGS = $(FC_OPTIONS)

include ../Make.lib

bashos.o: ../stack.h
basin.o: ../stack.h
basout.o: ../stack.h
clunit.o: ../stack.h
dbasin.o: ../stack.h
sigbas.o: ../stack.h

addinter.o: addinter.c ../graphics/Math.h ../machine.h \
  ../graphics/Graphics.h men_Sutils.h link.h addinter.h Sun.h \
  ../stack-def.h
cluni0.o: cluni0.c ../graphics/Math.h ../machine.h ../graphics/Graphics.h \
  Sun.h
csignal.o: csignal.c ../machine.h
getarg-hpux.o: getarg-hpux.c ../graphics/Math.h ../machine.h \
  ../graphics/Graphics.h
getarg.o: getarg.c ../graphics/Math.h ../machine.h ../graphics/Graphics.h
getenvc.o: getenvc.c ../graphics/Math.h ../machine.h \
  ../graphics/Graphics.h Sun.h
getpidc.o: getpidc.c ../machine.h
inffic.o: inffic.c ../graphics/Math.h ../machine.h ../graphics/Graphics.h
isanan.o: isanan.c ../machine.h Sun.h
link.o: link.c ../graphics/Math.h ../machine.h ../graphics/Graphics.h \
  men_Sutils.h link.h link_SYSV.c ../stack-def.h
link_SYSV.o: link_SYSV.c ../stack-def.h
link_W95.o: link_W95.c ../stack-def.h
link_linux.o: link_linux.c ../dld/dld.h
men_Sutils.o: men_Sutils.c ../machine.h men_Sutils.h
systemc.o: systemc.c ../machine.h
texmacs.o: texmacs.c ../machine.h ../stack-def.h
timer.o: timer.c ../machine.h
tmpdir.o: tmpdir.c ../machine.h

