File: Imakefile

package info (click to toggle)
xfree86 3.3.2.3-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 168,984 kB
  • ctags: 121,965
  • sloc: ansic: 1,157,712; sh: 14,822; asm: 14,676; tcl: 8,247; cpp: 4,317; yacc: 2,705; perl: 711; awk: 393; lex: 383; makefile: 353; sed: 57; csh: 5
file content (40 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
XCOMM $XConsortium: Imakefile /main/19 1996/12/01 00:38:54 swick $

#include <Server.tmpl>

INCLUDES = -I../include -I$(TOP)/include -I$(EXTINCSRC) \
           -I../../../include/extensions

    SRCS = main.c dispatch.c wire.c globals.c \
		utils.c tables.c init.c \
		cache.c cmap.c cmaputil.c lbxfuncs.c reqtype.c \
                resource.c tags.c atomcache.c gfx.c lbxutil.c \
                props.c swapreq.c swaprep.c unsquish.c extensions.c \
		options.c zeropad.c pm.c
    OBJS = main.o dispatch.o wire.o globals.o \
		utils.o tables.o init.o \
		cache.o cmap.o cmaputil.o lbxfuncs.o reqtype.o \
                resource.o tags.o atomcache.o gfx.o lbxutil.o \
                props.o swapreq.o swaprep.o unsquish.o extensions.o \
		options.o zeropad.o pm.o

    DEFINES = AllocateLocalDefines

#ifdef DefaultRGBDatabase
DEFAULTRGBDATABASE = DefaultRGBDatabase
   SITE_RGB_DB = -DRGB_DB=\"$(DEFAULTRGBDATABASE)\"
#endif

UTIL_DEFINES = '-DDEF_ATOMS_FILE="$(LBXPROXYDIR)/AtomControl"' $(SITE_RGB_DB)

DEPEND_DEFINES = $(PROXYMNGR_INCLUDES) $(UTIL_DEFINES)

NormalLibraryObjectRule()
NormalLibraryTarget(dilbx,$(OBJS))
LintLibraryTarget(dilbx,$(SRCS))
NormalLintTarget($(SRCS))

SpecialCObjectRule(dispatch,$(ICONFIGFILES),$(EXT_DEFINES))
SpecialCObjectRule(utils,$(ICONFIGFILES),$(UTIL_DEFINES))

DependTarget()