SRCS = \
	sinewave.cpp \
	phone.cpp \
	protection_circuit.cpp \
	slic.cpp

SRCS_EXE = \
	sc_main.cpp

include ../Makefile.defs

