/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 Novell, Inc. All Rights Reserved.
/**/#	  All Rights Reserved

/**/#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
/**/#	The copyright notice above does not evidence any
/**/#	actual or intended publication of such source code.

/**/#ident	"@(#)r5bitmap:Imakefile	1.3"
XCOMM $XConsortium: Imakefile,v 1.18 91/07/30 10:35:59 gildea Exp $

INSTALLFLAGS = $(INSTINCFLAGS)
BUTTONPICTURES = \
	Dashes \
	Down \
	Excl \
	FlipHoriz \
	FlipVert \
	Fold \
	Left \
	Right \
	RotateLeft \
	RotateRight \
	Stipple \
	Term \
	Up

        DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
          SRCS1 = BitEdit.c CutPaste.c Graphics.c ReqMach.c Bitmap.c \
                  Dialog.c Handlers.c 
          OBJS1 = BitEdit.o CutPaste.o Graphics.o ReqMach.o Bitmap.o \
                  Dialog.o Handlers.o 
          SRCS2 = bmtoa.c
          OBJS2 = bmtoa.o
          SRCS3 = atobm.c
          OBJS3 = atobm.o
       PROGRAMS = bitmap bmtoa atobm

ComplexProgramTarget_1(bitmap,$(LOCAL_LIBRARIES),-lm)
SingleProgramTarget(bmtoa,$(OBJS2),$(LOCAL_LIBRARIES),NullParameter)
SingleProgramTarget(atobm,$(OBJS3),NullParameter,NullParameter)

BuildIncludes($(BUTTONPICTURES),bitmaps,..)

InstallAppDefaults(Bitmap)
InstallAppDefaultsLong(Bitmap-co,Bitmap-color)
InstallMultiple($(BUTTONPICTURES),$(INCDIR)/bitmaps)

InstallProgramWithFlags(bmtoa,$(BINDIR),NullParameter)
InstallProgramWithFlags(atobm,$(BINDIR),NullParameter)
InstallManPageAliases(bitmap,$(MANDIR),bmtoa atobm)
