native_wrapper.mm widgets_native_wrapper.o: ./native_wrapper.mm ./native.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(OBJCXXFLAGS) ./native_wrapper.mm ifeq ($(WX_PORT),osx_cocoa) WIDGETS_OBJECTS += widgets_native_wrapper.o widgets: widgets_native_wrapper.o endif ifeq ($(WX_PORT),gtk2) widgets_native.o: CXXFLAGS=$(shell pkg-config --cflags gtk+-2.0) widgets: LDFLAGS=$(shell pkg-config --libs gtk+-2.0) endif ifeq ($(WX_PORT),gtk3) widgets_native.o: CXXFLAGS=$(shell pkg-config --cflags gtk+-3.0) widgets: LDFLAGS=$(shell pkg-config --libs gtk+-3.0) endif activityindicator.cpp bmpcombobox.cpp button.cpp checkbox.cpp choice.cpp clrpicker.cpp combobox.cpp datepick.cpp dirctrl.cpp dirpicker.cpp editlbox.cpp filectrl.cpp filepicker.cpp fontpicker.cpp gauge.cpp headerctrl.cpp hyperlnk.cpp itemcontainer.cpp listbox.cpp $(NATIVE_OBJCPP_SRC) native.cpp notebook.cpp odcombobox.cpp radiobox.cpp searchctrl.cpp slider.cpp spinbtn.cpp static.cpp statbmp.cpp textctrl.cpp timepick.cpp toggle.cpp widgets.cpp widgets.h itemcontainer.h core base