11c5ac21333f543680ce306d46f287d62c175d873mridge# Build program to generate random coordinates
21c5ac21333f543680ce306d46f287d62c175d873mridge
31c5ac21333f543680ce306d46f287d62c175d873mridge# Copyright (C) 2003-2006 IBM
437550cf5a86c7ca7424a2a318dd64e550f13f5dfChris Dearman#
51c5ac21333f543680ce306d46f287d62c175d873mridge# This program is free software; you can redistribute it and/or
61c5ac21333f543680ce306d46f287d62c175d873mridge# modify it under the terms of the GNU General Public License as
71c5ac21333f543680ce306d46f287d62c175d873mridge# published by the Free Software Foundation; either version 2 of the
81c5ac21333f543680ce306d46f287d62c175d873mridge# License, or (at your option) any later version.
91c5ac21333f543680ce306d46f287d62c175d873mridge#
101c5ac21333f543680ce306d46f287d62c175d873mridge# This program is distributed in the hope that it will be useful, but
111c5ac21333f543680ce306d46f287d62c175d873mridge# WITHOUT ANY WARRANTY; without even the implied warranty of
121c5ac21333f543680ce306d46f287d62c175d873mridge# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
131c5ac21333f543680ce306d46f287d62c175d873mridge# General Public License for more details.
1437550cf5a86c7ca7424a2a318dd64e550f13f5dfChris Dearman#
151c5ac21333f543680ce306d46f287d62c175d873mridge# You should have received a copy of the GNU General Public License
161c5ac21333f543680ce306d46f287d62c175d873mridge# along with this program; if not, write to the Free Software
171c5ac21333f543680ce306d46f287d62c175d873mridge# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
181c5ac21333f543680ce306d46f287d62c175d873mridge# 02111-1307, USA.
191c5ac21333f543680ce306d46f287d62c175d873mridge
203ffe0728b9acc4d1f5b4c1d9a31499197b9d51e9subrata_modak
211c5ac21333f543680ce306d46f287d62c175d873mridgeCFLAGS += -O3 -Wall
221c5ac21333f543680ce306d46f287d62c175d873mridgebins = coords
231c5ac21333f543680ce306d46f287d62c175d873mridge
241c5ac21333f543680ce306d46f287d62c175d873mridgeall: ${bins}
251c5ac21333f543680ce306d46f287d62c175d873mridge
261c5ac21333f543680ce306d46f287d62c175d873mridgeclean:
271c5ac21333f543680ce306d46f287d62c175d873mridge	rm -f ${bins}
28