File: Imakefile.old

package info (click to toggle)
wmscope 3.0-9.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 132 kB
  • ctags: 46
  • sloc: ansic: 360; makefile: 47; sh: 33
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# this is probably out of date and no longer works.
# modify the makefile if necisarry.

XPMLIB = -lXpm
DEPLIBS = $(DEPXLIB) 

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -lm

LINTLIBS = $(LINTXLIB)

SRCS = wmscope.c
OBJS = wmscope.o

ComplexProgramTarget(wmscope)