Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192763 | Differences between
and this patch

Collapse All | Expand All

(-)ptolemy.orig/hsif/makefile (-19 / +1 lines)
Lines 2-8 Link Here
2
#
2
#
3
# @Authors: Christopher Hylands (makefile only)
3
# @Authors: Christopher Hylands (makefile only)
4
#
4
#
5
# @Version $Id: makefile,v 1.19 2006/10/26 21:44:51 cxh Exp $
5
# @Version $Id: makefile,v 1.20 2007/09/13 15:19:33 cxh Exp $
6
#
6
#
7
# @Copyright (c) 2002-2006 The Regents of the University of California.
7
# @Copyright (c) 2002-2006 The Regents of the University of California.
8
# All rights reserved.
8
# All rights reserved.
Lines 56-79 Link Here
56
	HSIFEffigyFactory.java \
56
	HSIFEffigyFactory.java \
57
	HSIFUtilities.java
57
	HSIFUtilities.java
58
58
59
# make clean will remove these derived files
60
KRUFT = \
61
	data/Thermostat_mid_g.xml \
62
	data/SwimmingPool_mid_g.xml \
63
	data/Thermostat_mid_sg.xml \
64
	data/SwimmingPool_mid_sg.xml \
65
	data/Thermostat_mid_l.xml \
66
	data/SwimmingPool_mid_l.xml \
67
	data/Thermostat_mid_sl.xml \
68
	data/SwimmingPool_mid_sl.xml \
69
	data/Thermostat_mid.xml \
70
	data/SwimmingPool_mid.xml \
71
	Thermostat_moml.xml \
72
	SwimmingPool_moml.xml \
73
	test/Thermostat_moml.xml \
74
	test/SwimmingPool_moml.xml
75
76
77
# Files to be included in the jar file
59
# Files to be included in the jar file
78
OTHER_FILES_TO_BE_JARED =
60
OTHER_FILES_TO_BE_JARED =
79
61

Return to bug 192763