File: lib.pro

package info (click to toggle)
c-vtapi 0.0~git20230329.226eda8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 3,924; makefile: 66
file content (27 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = lib

HEADERS += VtApiPage.h \
	VtComments.h \
	VtDebug.h \
	VtDomain.h \
	VtFile.h \
	VtFileDist.h \
	VtIpAddr.h \
	VtObject.h \
	VtResponse.h \
	VtUrl.h \
	VtUrlDist.h \
	vtcapi_common.h


SOURCES += VtApiPage.c \
	VtComments.c \
	VtDebug.c \
	VtDomain.c \
	VtFile.c \
	VtFileDist.c \
	VtIpAddr.c \
	VtObject.c \
	VtResponse.c \
	VtUrl.c \
	VtUrlDist.c