File: Imakefile

package info (click to toggle)
xtv 1.1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 253
  • sloc: ansic: 347; makefile: 218
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# Imakefile for xtv.

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

LOCAL_LIBRARIES = -lXaw -lXext -lXmu -lXt -lX11

ComplexProgramTarget(xtv)
InstallAppDefaults(XTv)