
# Begin user code block <abstract>
# End user code block <abstract>

#
# README: Portions of this file are merged at file generation
# time. Edits can be made *only* in between specified code blocks, look
# for keywords <Begin user code> and <End user code>.
#
#
# Created by BuilderXcessory Version 6.1.3
# Generated by Code Generator Xcessory 6.1.3 (08/19/04) CGX Scripts 6.1 Motif 2.1 
#
#

# Begin user code block <make_user_files>
      USER_SRCS =
      USER_OBJS =
    USER_CFLAGS =
 USER_LIBRARIES =

# End user code block <make_user_files>

             RM = rm -f
             CC = cc
         CFLAGS = $(USER_CFLAGS) -Aa -I/usr/include/Motif1.2 -I/usr/include/X11R5
           LIBS = $(USER_LIBRARIES) -L/usr/lib/Motif1.2 -lXm -lXt -lX11

OFILES = $(USER_OBJS) \
         mb3dsoundings_main.o \
         mb3dsoundings_creation.o \
         mb3dsoundings_callbacks.o \
         mb3dsoundings_bxutils.o \
         Mb3dsdg.o

FILES = $(USER_SRCS) \
        mb3dsoundings_main.c \
        mb3dsoundings_creation.c \
        mb3dsoundings_callbacks.c \
        mb3dsoundings_bxutils.c \
        Mb3dsdg.c

# User-specified options:


all: main-c

main-c: $(OFILES)
	$(CC) $(CFLAGS) $(OFILES) $(LIBS) -o $@

ocodecenter:: 
	#load $(CFLAGS) $(OFILES) $(LIBS)

codecenter:: 
	#load $(CFLAGS) $(FILES) $(LIBS)

clean::
	$(RM) $(OFILES) main-c

# Begin user code block <end_makefile>
# End user code block <end_makefile>
