DISTRHO / DPF-Plugins

Collection of DPF-based plugins for packaging
Other
100 stars 19 forks source link

Does the makefile allow separate builds? #2

Closed stefano-tronci closed 5 years ago

stefano-tronci commented 7 years ago

Hi there! The DISTRHO-Ports makefile can be used to produce separate builds by passing build targets. For example make vst will only build vst plugins. I was wondering whether the current makefile for DPF-Plugins would allow the same. If not, would it be possible to add jack, vst, lv2, dssi and ladspa build targets?

falkTX commented 7 years ago

This is now possible, but everything is enabled by default. To build just LADSPA example, you need to do: make BUILD_DSSI=false BUILD_LV2=false BUILD_VST=false BUILD_JACK=false In my view, we should build the most formats as possible.

falkTX commented 7 years ago

Is what I proposed good for you? If yes, please close the bug. Thank you.

falkTX commented 5 years ago

I went back in my thoughts for this, the build for the different types is quite fast. On a somewhat decent machine with -j4, it is just a few seconds to build the extra plugins. I don't see a good reason for the partial builds, and it adds burden to maintain for me. Closing as "won't fix".