Skip to content

Depfile / file list generation #140

@takase1121

Description

@takase1121

This comes up when implementing lite-xl/lite-xl#1802, where meson wasn't able to track what files that were installed by lpm, so it wasn't able to clean up correctly. Meson supports reading depfiles, which is essentially a Makefile rule describing the output and input. If lpm is able to generate a depfile, meson should be able to clean up the plugins properly.

The specification for depfiles can be found here:
https://cmake.org/cmake/help/latest/command/add_custom_command.html#grammar-token-depfile-rule

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions