ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/third-party/Makefile
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (19 years, 11 months ago) by gezelter
File size: 451 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# Content
1 #####################################################
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 :