VirtualBox

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

最後變更 在這個檔案從30938是 29684,由 vboxsync 提交於 15 年 前

exported svnsync-vbox to OSE

檔案大小: 681 位元組
 
1#
2# Makefile
3#
4#
5# Copyright (C) 2006-2007 Oracle Corporation
6#
7# Oracle Corporation confidential
8# All rights reserved
9#
10
11CC = gcc
12CFLAGS = -O2 -g -Wall -pedantic -Wno-long-long -Wno-trigraphs \
13 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
14DEFS = -DVBOX -D_FILE_OFFSET_BITS=64
15INCS = -I. -I/usr/include/subversion-1 -I/usr/include/apr-1.0
16LIBS = -lsvn_ra-1 -lsvn_ra_neon-1 -lsvn_ra_local-1 \
17 -lsvn_repos-1 -lsvn_fs-1 -lsvn_fs_base-1 -lsvn_fs_fs-1 -lsvn_delta-1 \
18 -lsvn_subr-1 -lneon -lapr-1 -laprutil-1
19
20all: svnsync-vbox
21
22svnsync-vbox: main.c
23 $(CC) $(CFLAGS) $(DEFS) $(INCS) $(LIBS) -o $@ $<
24
25svnsync-vbox: svn_private_config.h
26
27svnsync-vbox: Makefile
28
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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