#    "@(#)Makefile	1.5 11/24/98 : NRL - LASCO/EIT GSE - Maintained by D. Wang"; 
#
#  makefile for building the IGSE software version 4 with revised sockets
#
#   The IGSE software has 3 sperate Processes. Each must be built and run
#   seperately.			1.   lads   2. locs   3. ddis2   4. dacs  
#
# default
#
%.o : %.c 
	gcc -c $*.c -o $@ 

build_sis_msg_test : bsm_main.c build_sis_msg.c 
	gcc -g -DOWTOOLKIT_WARNING_DISABLED -DDEBUG_PRINT bsm_main.c build_sis_msg.c -o build_sis_msg_test

clean :
	/bin/rm *.o
