#  If you are running SunOS and get a error with the following undefined
#    symbols from the link line:
#       _get_wmShellWidgetClass
#       _get_applicationShellWidgetClass
#
#  then try removing "#" from before these lines:
#
# #undef XawClientLibs
# #define XawClientLibs -lXaw -Bstatic -lXmu -Bdynamic -lXt -lXext -lX11
#
# Thanks to David Koblas' xpaint Imakefiles for this tip.

  SYS_LIBRARIES = XawClientLibs -lm
        DEFINES = -DANSI 
           SRCS = gd.c mapedit.c
           OBJS = gd.o mapedit.o
             CC = gcc
 
ComplexProgramTarget(mapedit)

