mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
36 lines
980 B
Makefile
36 lines
980 B
Makefile
IPDLSRCS = \
|
|
PTestBlockChild.ipdl \
|
|
PTestCrashCleanup.ipdl \
|
|
PTestDataStructures.ipdl \
|
|
PTestDataStructuresSub.ipdl \
|
|
PTestDesc.ipdl \
|
|
PTestDescSub.ipdl \
|
|
PTestDescSubsub.ipdl \
|
|
PTestHandle.ipdl \
|
|
PTestHangs.ipdl \
|
|
PTestJSON.ipdl \
|
|
PTestLatency.ipdl \
|
|
PTestManyChildAllocs.ipdl \
|
|
PTestManyChildAllocsSub.ipdl \
|
|
PTestMultiMgrs.ipdl \
|
|
PTestMultiMgrsLeft.ipdl \
|
|
PTestMultiMgrsRight.ipdl \
|
|
PTestMultiMgrsBottom.ipdl \
|
|
PTestNestedLoops.ipdl \
|
|
PTestRacyRPCReplies.ipdl \
|
|
PTestRPCErrorCleanup.ipdl \
|
|
PTestRPCRaces.ipdl \
|
|
PTestRPCShutdownRace.ipdl \
|
|
PTestSanity.ipdl \
|
|
PTestSelfManage.ipdl \
|
|
PTestSelfManageRoot.ipdl \
|
|
PTestShmem.ipdl \
|
|
PTestShutdown.ipdl \
|
|
PTestShutdownSub.ipdl \
|
|
PTestShutdownSubsub.ipdl \
|
|
PTestStackHooks.ipdl \
|
|
PTestSyncWakeup.ipdl \
|
|
PTestSyncHang.ipdl \
|
|
PTestSysVShmem.ipdl \
|
|
$(NULL)
|