################################################################################
# 			Symbolic Place                                         #
################################################################################
SCP_LOCAL_CFLAGS = -g $(CFLAGS)

#******************************************************************************#
#*                       SOURCES FILES FOR SCP                                *#
#******************************************************************************#
SCP_SRC = scp_inits.c scp_main.c scp_mbk2scp.c scp_modif.c \
          scp_channel.c scp_time.c scp_placer.c scp_scp2mbk.c

#******************************************************************************#
#*                       HEADERS FILES FOR SCP                                *#
#******************************************************************************#
SCP_HEADERS = scp_inits.h scp_main.h scp_mbk2scp.h scp_modif.h \
	      scp_types.h scp_time.h scp_channel.h scp_placer.h $(APR_INC)\
              scp_scp2mbk.h

#******************************************************************************#
#*                       OBJ. FILES FOR SCP                                   *#
#******************************************************************************#
SCP_OBJS   = scp_inits.o scp_main.o scp_mbk2scp.o scp_modif.o \
             scp_time.o scp_channel.o 

