mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
9 lines
311 B
Text
9 lines
311 B
Text
## This file is part of atkmm.
|
|
|
|
atkmm_files_built_cc = $(atkmm_files_hg:.hg=.cc) wrap_init.cc
|
|
atkmm_files_built_h = $(atkmm_files_hg:.hg=.h)
|
|
atkmm_files_built_ph = $(patsubst %.hg,private/%_p.h,$(atkmm_files_hg))
|
|
|
|
atkmm_files_extra_cc = init.cc
|
|
atkmm_files_extra_h = init.h wrap_init.h
|
|
atkmm_files_extra_ph =
|