File: Imakefile

package info (click to toggle)
wmdate 0.5-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 104 kB
  • ctags: 68
  • sloc: ansic: 319; makefile: 42
file content (24 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

WINGSLIBS = -L/usr/X11R6/lib \
            -L/usr/local/lib \
            -L. \
            -lXpm -lXext -lX11 -lm

STD_INCLUDES = -I/usr/local/include
DEPLIBS = $(DEPXLIB) 

XCOMM CDEBUGFLAGS = -ggdb -Wall -pedantic
XCOMM CC = /usr/local/egcs/bin/gcc
XCOMM CPPFLAGS = -O9 -mpentium
CPPFLAGS = -O2

LOCAL_LIBRARIES = $(WINGSLIBS) $(XLIB)

LINTLIBS = $(LINTXLIB)

SRCS = wmdate.c
OBJS = wmdate.o

ComplexProgramTargetNoMan(wmdate)

wmdate.c:	wmdate.h geometry.h