VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.30/Makefile.tests@ 20364

最後變更 在這個檔案從20364是 6076,由 vboxsync 提交於 17 年 前

Merged dmik/s2 branch (r25959:26751) to the trunk.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Date Revision Author Id
檔案大小: 750 位元組
 
1#
2# You may have to ajust to call the right compiler, or other oprions
3# for compiling and linking
4#
5
6CFLAGS=`xml2-config --cflags`
7LIBS=`xml2-config --libs`
8THREADLIB= -lpthread
9EXEEXT=
10
11all: runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT)
12
13clean:
14 $(RM) runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT)
15
16check: do_runtest do_runsuite do_testapi
17
18runtest$(EXEEXT): runtest.c
19 $(CC) -o runtest$(EXEEXT) $(CFLAGS) runtest.c $(LIBS) $(THREADLIB)
20
21do_runtest: runtest$(EXEEXT)
22 ./runtest
23
24runsuite$(EXEEXT): runsuite.c
25 $(CC) -o runsuite$(EXEEXT) $(CFLAGS) runsuite.c $(LIBS)
26
27do_runsuite: runsuite$(EXEEXT)
28 ./runsuite
29
30testapi$(EXEEXT): testapi.c
31 $(CC) -o testapi$(EXEEXT) $(CFLAGS) testapi.c $(LIBS)
32
33do_testapi: testapi$(EXEEXT)
34 ./testapi
35
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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