XCOMM $XConsortium: Imakefile,v 1.93 91/09/18 14:29:25 rws Exp $
#define DoNormalLib NormalLibsuit
#define DoSharedLib SharedLibsuit

#include <Library.tmpl>

/* config options */

EXTRA_INCLUDES=-I../../include

HEADERS = \
	dynpriv.h hash.h privsuit.h scrolbox.h suithash.h 
SRCS = \
	arrow.c ball.c bounded.c bulletin.c button.c chips.c clock.c \
	deftypes.c dialog.c dyncreat.c dyndebug.c dyndel.c \
	dynfind.c dynput.c dynsize.c dynsort.c editprop.c elevator.c \
	filebox.c font.c gp.c hash.c help.c hints.c \
	initial.c input.c interest.c menu.c motif.c output.c \
	placemat.c polygon.c property.c radio.c robsui.c scrolbox.c \
	spring.c stacker.c suithash.c suitmem.c switch.c \
	textbox.c textedit.c tools.c trashcan.c tree.c utility.c \
	uvalogo.c
OBJS = \
	arrow.o ball.o bounded.o bulletin.o button.o chips.o \
	clock.o deftypes.o dialog.o dyncreat.o dyndebug.o \
	dyndel.o dynfind.o dynput.o dynsize.o dynsort.o editprop.o \
	elevator.o filebox.o font.o gp.o hash.o help.o \
	hints.o initial.o input.o interest.o menu.o motif.o output.o \
	placemat.o polygon.o property.o radio.o robsui.o \
	scrolbox.o spring.o stacker.o suithash.o suitmem.o switch.o \
	textbox.o textedit.o tools.o trashcan.o tree.o utility.o uvalogo.o 


LibraryObjectRule()

#if DoSharedLib && SharedDataSeparation
# SpecialObjectRule(sharedlib.o,,$(SHLIBDEF))
SpecialObjectRule($(OBJS),,$(SHLIBDEF))
#endif


SharedLibraryTarget(suit,$(SOXLIBREV),$(OBJS),.,.)
SharedLibraryDataTarget(suit,$(SOXLIBREV),$(OBJS))

NormalLibraryTarget(suit,$(OBJS))

BuildIncludes($(HEADERS),.,.)

InstallMultiple($(HEADERS),$(INCDIR))

DependTarget()


NormalLintTarget($(SRCS))
