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 (24 years, 6 months ago) by pcg
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.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 \