ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/third-party/Makefile.in
Revision: 1334
Committed: Fri Jul 16 18:58:03 2004 UTC (20 years, 2 months ago) by gezelter
File size: 451 byte(s)
Log Message:
Initial import of OOPSE-1.0 source tree

File Contents

# User Rev Content
1 gezelter 1334 #####################################################
2     # Makefile for OOPSE third-party stuff #
3     #####################################################
4     # You should not change anything here. #
5     #####################################################
6    
7     TOP=..
8    
9     all: dummy
10    
11     install : dummy
12    
13     tests : dummy
14    
15     clean : dummy
16     $(RM) *~
17    
18     distclean : dummy
19     $(RM) *~
20    
21     devclean : distclean
22    
23     depend : dummy
24    
25     links: dummy
26    
27     tags : dummy
28    
29     dummy :