Skip to content

Support for non binary target #3

Description

@dolanor

My code depend on some cpp file that must be generated. Since a cpp file is a source too, it cannot treat it as a TARGET.
And when I put some custom rule for that cpp to be generated like

mygeneratedfile.cpp : whateverInterfaceHeader.h
@generateFileFromHeader -i whateverInterfaceHeader.h

It will generate a mygeneratedfile.cpp rule, but with nothing under it.

I diagnosed that by doing :
make -p | vi -

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions