File: Imakefile

package info (click to toggle)
xarclock 1.0-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: ansic: 3,109; makefile: 447
file content (11 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (6)
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 -fstack-protector-strong -Wformat -Werror=format-security -fPIE -pie -Wl,-z,relro -Wl,-z,now
        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)