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 (13 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
XCOMM $XConsortium: Imakefile /main/17 1996/09/25 00:58:20 dpw $
XCOMM $XFree86: xc/programs/xauth/Imakefile,v 3.2 1996/12/23 07:10:50 dawes Exp $
DEPLIBS = $(DEPXAUTHLIB) $(DEPXMULIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB) $(XLIB)
           SRCS = xauth.c gethost.c process.c parsedpy.c
           OBJS = xauth.o gethost.o process.o parsedpy.o
   CONN_DEFINES = ConnectionFlags

ComplexProgramTarget(xauth)

SpecialCObjectRule(gethost,$(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES))
SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))
SpecialCObjectRule(parsedpy,$(ICONFIGFILES),$(CONN_DEFINES))