ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Imakefile
Revision: 1.3
Committed: Sun Jun 16 01:24:29 2019 UTC (5 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3, HEAD
Changes since 1.2: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1
2 root 1.3 LOCAL_LIBRARIES = $(XLIB) $(XFIXESLIB)
3 pcg 1.1
4 root 1.3 SRCS = root-tail.c
5 pcg 1.1
6     OBJS = $(SRCS:.c=.o)
7    
8     ComplexProgramTarget(root-tail)
9