ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/tags/export/OOPSE-1.0/third-party/Makefile
Revision: 1335
Committed: Fri Jul 16 18:58:04 2004 UTC (20 years, 2 months ago)
File size: 451 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create tag 'export'.

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 :