#
# Imakefile - Imakefile for the getbdf utility
#

          SRCS  = getbdf.c dsimple.c nint.c
          OBJS  = getbdf.o dsimple.o nint.o
LOCAL_LIBRARIES = $(XLIB)
       INCLUDES = -I.

   PROGRAM  = getbdf

ComplexProgramTarget(getbdf)
