X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2FMakefile-files;h=cc3fb91f7ec91d3c3ac1bfff050ae2fead2dc769;hb=0ffb0e4081f6cad6b6908ffceb53ea33300193ed;hp=25cad5f4ad2807180f55e21b493918971f1db334;hpb=ce2d5ac3de682b65ed53d50e8a66e3b107005c2f;p=util-vserver.git diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 25cad5f..cc3fb91 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -19,51 +19,96 @@ lib_VERSION = 0.0.0 -lib_legacy_SRCS = lib/getprocentry-legacy.c -lib_management_SRCS = lib/getvserverbyctx.c \ - lib/getvservercfgstyle.c \ - lib/getvserverctx.c \ - lib/getvservername.c \ - lib/getvservervdir.c -lib_v11_SRCS = lib/syscall_rlimit.c \ - lib/syscall_kill.c +lib_legacy_SRCS = lib/getprocentry-legacy.c +lib_management_SRCS = lib/createskeleton.c \ + lib/getvserverbyctx.c \ + lib/getvservercfgstyle.c \ + lib/getvserverappdir.c \ + lib/getvservercfgdir.c \ + lib/getvserverctx.c \ + lib/getvservername.c \ + lib/getvservervdir.c +lib_v11_SRCS = lib/syscall_rlimit.c \ + lib/syscall_rlimit-v11.hc \ + lib/syscall_kill.c \ + lib/syscall_kill-v11.hc +lib_v13_SRCS = lib/syscall_enternamespace.c \ + lib/syscall_enternamespace-v13.hc \ + lib/syscall_setnamespace.c \ + lib/syscall_setnamespace-v13.hc \ + lib/syscall_cleanupnamespace.c \ + lib/syscall_cleanupnamespace-v13.hc \ + lib/syscall_getiattr.c \ + lib/syscall_getiattr-fscompat.hc \ + lib/syscall_getiattr-v13.hc \ + lib/syscall_setiattr.c \ + lib/syscall_setiattr-fscompat.hc \ + lib/syscall_setiattr-v13.hc \ + lib/syscall_gettaskxid.c \ + lib/syscall_gettaskxid-v13.hc \ + lib/syscall_gettaskxid-oldproc.hc \ + lib/syscall_getvxinfo.c \ + lib/syscall_getvxinfo-v13.hc \ + lib/syscall_getvxinfo-oldproc.hc \ + lib/syscall_getvhiname.c \ + lib/syscall_getvhiname-v13.hc \ + lib/syscall_getvhiname-olduts.hc \ + lib/syscall_setvhiname.c \ + lib/syscall_setvhiname-v13.hc \ + lib/syscall_setvhiname-olduts.hc \ + lib/syscall_createcontext.c \ + lib/syscall_createcontext-v13.hc \ + lib/syscall_migratecontext.c \ + lib/syscall_migratecontext-v13.hc \ + lib/syscall_getflags.c \ + lib/syscall_getflags-v13.hc \ + lib/syscall_setflags.c \ + lib/syscall_setflags-v13.hc \ + lib/syscall_setsched.c \ + lib/syscall_setsched-v13.hc -PKGCONFIG_FILES = lib/util-vserver +PKGCONFIG_FILES = lib/util-vserver -lib_SRCS = lib/syscall.c \ - lib/checkversion.c \ - lib/getctx.c \ - lib/getinitpid.c \ - lib/getversion.c \ - lib/fmt-32.c \ - lib/fmt-64.c \ - lib/fmtx-32.c \ - lib/fmtx-64.c \ - lib/capabilities.c \ - $(lib_legacy_SRCS) \ - $(lib_management_SRCS) \ - $(lib_v11_SRCS) +lib_SRCS = lib/syscall.c \ + lib/checkversion.c \ + lib/isdirectory.c \ + lib/getversion.c \ + lib/fmt-32.c \ + lib/fmt-64.c \ + lib/fmtx-32.c \ + lib/fmtx-64.c \ + lib/capabilities.c \ + lib/flags.c \ + lib/flags_list.c \ + lib/issupported.c \ + $(lib_legacy_SRCS) \ + $(lib_management_SRCS) \ + $(lib_v11_SRCS) \ + $(lib_v13_SRCS) -lib_HDRS = lib/vserver.h +lib_HDRS = lib/vserver.h -lib_XHDRS = lib/syscall-compat.hc \ - lib/syscall-legacy.hc \ - lib/syscall_rlimit-v11.hc \ - lib/syscall_kill-v11.hc \ - lib/getctx-compat.hc \ - lib/getctx-legacy.hc \ - lib/getinitpid-compat.hc \ - lib/getinitpid-legacy.hc \ - lib/getversion-internal.hc \ - lib/safechroot-internal.hc \ - lib/fmt.h \ - lib/fmt.hc \ - lib/fmtx.hc \ - lib/fmt-internal.h \ - lib/virtual.h \ - lib/internal.h \ - lib/utils-legacy.h \ - lib/vserver-internal.h +lib_XHDRS = lib/syscall-compat.hc \ + lib/syscall-legacy.hc \ + lib/createskeleton-full.hc \ + lib/createskeleton-short.hc \ + lib/getversion-internal.hc \ + lib/safechroot-internal.hc \ + lib/ioctl-getext2flags.hc \ + lib/ioctl-getfilecontext.hc \ + lib/ioctl-setext2flags.hc \ + lib/ioctl-setfilecontext.hc \ + lib/ioctl-getxflg.hc \ + lib/ioctl-setxflg.hc \ + lib/ext2fs.h \ + lib/fmt.h \ + lib/fmt.hc \ + lib/fmtx.hc \ + lib/fmt-internal.h \ + lib/virtual.h \ + lib/internal.h \ + lib/utils-legacy.h \ + lib/vserver-internal.h #lib_lib_LIBS = lib/libvserver.a lib/libvserver-pic.a lib_lib_LIBS = @@ -83,4 +128,7 @@ lib_libvserver_la_LDFLAGS = -version $(lib_VERSION) lib_DIETPROGS = lib/lib_libvserver_la-% \ lib/lib_libvserver_a-% \ - lib/lib_libvserver_pic_a-% + lib/lib_libvserver_pic_a-% \ + $(lib_testsuite_DIETPROGS) + +include $(srcdir)/lib/testsuite/Makefile-files