source: trunk/third/xmh/Imakefile @ 9658

Revision 9658, 828 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9657, which included commits to RCS files with non-trunk default branches.
Line 
1XCOMM $XConsortium: Imakefile,v 2.22 91/07/22 13:56:17 converse Exp $
2        DEPLIBS = XawClientDepLibs
3LOCAL_LIBRARIES = XawClientLibs
4
5    XMH_BITMAPS = black6 box6
6           SRCS = bbox.c command.c compfuncs.c folder.c init.c main.c \
7                  menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
8                  tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
9                  miscfuncs.c
10           OBJS = bbox.o command.o compfuncs.o folder.o init.o main.o \
11                  menu.o mlist.o msg.o pick.o popup.o screen.o toc.o \
12                  tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o \
13                  miscfuncs.o
14
15
16ComplexProgramTarget(xmh)
17BuildIncludes($(XMH_BITMAPS),bitmaps,..)
18InstallAppDefaults(Xmh)
19INSTALLFLAGS = $(INSTINCFLAGS)
20InstallMultiple($(XMH_BITMAPS),$(INCDIR)/bitmaps)
Note: See TracBrowser for help on using the repository browser.