File: Imakefile

package info (click to toggle)
root-tail 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 1,294; makefile: 77
file content (9 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

LOCAL_LIBRARIES = $(XLIB) $(XFIXESLIB)

SRCS = root-tail.c

OBJS = $(SRCS:.c=.o)

ComplexProgramTarget(root-tail)