Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
## 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 =
|