VirtualBox

source: vbox/trunk/src/apps/svnsync-vbox/Makefile@ 41217

Last change on this file since 41217 was 31666, checked in by vboxsync, 14 years ago

apps: header fixes

File size: 1.1 KB
Line 
1#
2# Makefile
3#
4#
5# Copyright (C) 2006-2007 Oracle Corporation
6#
7# This file is part of VirtualBox Open Source Edition (OSE), as
8# available from http://www.virtualbox.org. This file is free software;
9# you can redistribute it and/or modify it under the terms of the GNU
10# General Public License (GPL) as published by the Free Software
11# Foundation, in version 2 as it comes in the "COPYING" file of the
12# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14#
15
16CC = gcc
17CFLAGS = -O2 -g -Wall -pedantic -Wno-long-long -Wno-trigraphs \
18 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
19DEFS = -DVBOX -D_FILE_OFFSET_BITS=64
20INCS = -I. -I/usr/include/subversion-1 -I/usr/include/apr-1.0
21LIBS = -lsvn_ra-1 -lsvn_ra_neon-1 -lsvn_ra_local-1 \
22 -lsvn_repos-1 -lsvn_fs-1 -lsvn_fs_base-1 -lsvn_fs_fs-1 -lsvn_delta-1 \
23 -lsvn_subr-1 -lneon -lapr-1 -laprutil-1
24
25all: svnsync-vbox
26
27svnsync-vbox: main.c
28 $(CC) $(CFLAGS) $(DEFS) $(INCS) $(LIBS) -o $@ $<
29
30svnsync-vbox: svn_private_config.h
31
32svnsync-vbox: Makefile
33
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette