ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
root-tail
/
Imakefile
Revision:
1.1
Committed:
Sun Mar 10 00:17:30 2002 UTC
(23 years, 8 months ago) by
pcg
Branch:
MAIN
Log Message:
*** empty log message ***
File Contents
#
Content
1
2
LOCAL_LIBRARIES = $(XLIB)
3
4
SRCS = root-tail.c
5
6
OBJS = $(SRCS:.c=.o)
7
8
ComplexProgramTarget(root-tail)
9
10
dist: clean
11
rm Makefile
12
cd .. && for i in root-tail-*; do \
13
tar cvzpf ~/www/src/marc/data/$$i.tar.gz $$i --exclude tst; \
14
done \