File: Imakefile

package info (click to toggle)
bclock 1.0-10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 129
  • sloc: ansic: 710; makefile: 96; sh: 19
file content (11 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
XCOMM $XConsortium: Imakefile /main/15 1996/01/14 16:49:52 kaleb $
SYS_LIBRARIES = MathLibrary
DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) XkbClientDepLibs
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) XkbClientLibs
DEFINES = XkbClientDefines

SRCS = bclock.c Clock.c transform.c
OBJS = bclock.o Clock.o transform.o

ComplexProgramTarget(bclock)
InstallAppDefaultsLong(Clock-col,Clock-color)