25 lines
970 B
Plaintext
25 lines
970 B
Plaintext
XCOMM $XConsortium: Imakefile /main/31 1996/09/28 17:18:46 rws $
|
|
|
|
#if HasVFork
|
|
VFORK_DEFINES = -DHAS_VFORK
|
|
#endif
|
|
DEFINES = $(VFORK_DEFINES) XkbClientDefines
|
|
DEPLIBS = XkbClientDepLibs XawClientDepLibs
|
|
LOCAL_LIBRARIES = XkbClientLibs XawClientLibs
|
|
|
|
XMH_BITMAPS = black6 box6
|
|
SRCS = bbox.c command.c compfuncs.c folder.c init.c main.c \
|
|
menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
|
|
tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
|
|
miscfuncs.c
|
|
OBJS = bbox.o command.o compfuncs.o folder.o init.o main.o \
|
|
menu.o mlist.o msg.o pick.o popup.o screen.o toc.o \
|
|
tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o \
|
|
miscfuncs.o
|
|
|
|
|
|
ComplexProgramTarget(xmh)
|
|
BuildIncludes($(XMH_BITMAPS),X11/bitmaps,../..)
|
|
InstallAppDefaults(Xmh)
|
|
InstallMultipleDestFlags(install,$(XMH_BITMAPS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS))
|