File: Imakefile

package info (click to toggle)
xtv 1.1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 156 kB
  • sloc: ansic: 614; makefile: 194
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Imakefile for xtv.

SRCS = xtv.c Grab.c
OBJS = xtv.o Grab.o

LOCAL_LIBRARIES = -lXaw -lXt -lX11

ComplexProgramTarget(xtv)