
#For searching stuff in other directories.
# VPATH=../

#
# Load compile time parameters
#

include $(MUSTAJUURI_PATH)/src/Makeconf

# CUSTOMFLAGS   := $(DEBUGFLAGS)
CUSTOMFLAGS   := $(RELEASEFLAGS) 

#
# Local variables
# 

# Own Includes & defines:


LIBRARY       = aucontrol

PROGRAM       = 

HDRS	      = ac_buffer.h \
		ac_error.h \
		ac_data_buffer.h \
		ac_vr_control.h \
		ac_attenuation.h \
		ac_control.h

SRCS	      = ac_buffer.C \
		ac_error.C \
		ac_data_buffer.C \
		ac_vr_control.C \
		ac_attenuation.C \
		ac_control.C

OBJS	      = ac_buffer.o \
		ac_error.o \
		ac_data_buffer.o \
		ac_vr_control.o \
		ac_attenuation.o \
		ac_control.o

MAINSRC = main.C

MAINOBJ = main.o

LIBS          = $(DIVABASE) $(MJCORE) $(MATH)

# smain is here to counter SGI link bug

all: slib dlib dbin

include $(MUSTAJUURI_PATH)/src/Makelibs

