ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/third-party/Makefile.in
Revision: 960
Committed: Mon Jan 19 16:10:28 2004 UTC (20 years, 5 months ago) by gezelter
File size: 451 byte(s)
Log Message:
Added a bunch of dummy targets so make won't complain

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 :