File: Imakefile

package info (click to toggle)
root-tail 1.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 124 kB
  • ctags: 138
  • sloc: ansic: 1,269; makefile: 63; sh: 11
file content (9 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9

LOCAL_LIBRARIES = $(XLIB)

SRCS = root-tail.c 

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

ComplexProgramTarget(root-tail)