File: Imakefile

package info (click to toggle)
xarclock 1.0-11.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 136 kB
  • ctags: 504
  • sloc: ansic: 862; makefile: 484
file content (11 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
XCOMM $XConsortium: Imakefile /main/17 1996/01/14 16:50:54 kaleb $
# modified by Andreas Franzen, 13 Dez 1997
      CCOPTIONS = -O2 -g -Wall
        DEPLIBS = XkbClientDepLibs XawClientDepLibs
LOCAL_LIBRARIES = XkbClientLibs XawClientLibs -lm
           SRCS = xarclock.c ARClock.c
           OBJS = xarclock.o ARClock.o
        HEADERS = ClockP.h Clock.h
        DEFINES = XkbClientDefines

ComplexProgramTargetNoMan(xarclock)