Makefile revision b2aaabcd5488c52a32fdbfeda9bc5bc09978983b
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# Copyright (C) 2006-2007 Oracle Corporation
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# available from http://www.virtualbox.org. This file is free software;
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# you can redistribute it and/or modify it under the terms of the GNU
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# General Public License (GPL) as published by the Free Software
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsyncCFLAGS = -O2 -g -Wall -pedantic -Wno-long-long -Wno-trigraphs \
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsync -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsyncINCS = -I. -I/usr/include/subversion-1 -I/usr/include/apr-1.0
ba8183e1a0c699f5b5131a03e157fc7e39ed3009vboxsyncLIBS = -lsvn_ra-1 -lsvn_ra_neon-1 -lsvn_ra_local-1 \