File: Imakefile

package info (click to toggle)
vnc4 4.1.1%2BX4.3.0-37.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 171,644 kB
  • sloc: ansic: 2,205,268; cpp: 56,345; sh: 38,092; pascal: 13,773; asm: 12,656; tcl: 9,182; lisp: 7,831; perl: 3,364; makefile: 2,957; yacc: 2,902; objc: 2,698; xml: 2,614; python: 2,383; lex: 1,477; awk: 901; csh: 58; sed: 50
file content (24 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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))