Delete makefile
This commit is contained in:
parent
6e9b3a7494
commit
e1a80fccd3
@ -1,305 +0,0 @@
|
||||
# This file was automatically generated by bakefile.
|
||||
#
|
||||
# Any manual changes will be lost if it is regenerated,
|
||||
# modify the source .bkl file instead if possible.
|
||||
|
||||
# You may define standard make variables such as CFLAGS or
|
||||
# CXXFLAGS to affect the build. For example, you could use:
|
||||
#
|
||||
# make CXXFLAGS=-g
|
||||
#
|
||||
# to build with debug information. The full list of variables
|
||||
# that can be used by this makefile is:
|
||||
# AR, CC, CFLAGS, CPPFLAGS, CXX, CXXFLAGS, LD, LDFLAGS, MAKE, RANLIB.
|
||||
|
||||
# You may also specify config=Debug|Release
|
||||
# or their corresponding lower case variants on make command line to select
|
||||
# the corresponding default flags values.
|
||||
ifeq ($(config),debug)
|
||||
override config := Debug
|
||||
endif
|
||||
ifeq ($(config),release)
|
||||
override config := Release
|
||||
endif
|
||||
ifeq ($(config),Debug)
|
||||
override CPPFLAGS += -DDEBUG
|
||||
override CFLAGS += -g -O0
|
||||
override CXXFLAGS += -g -O0
|
||||
override LDFLAGS += -g
|
||||
else ifeq ($(config),Release)
|
||||
override CPPFLAGS += -DNDEBUG
|
||||
override CFLAGS += -O2
|
||||
override CXXFLAGS += -O2
|
||||
else ifneq (,$(config))
|
||||
$(warning Unknown configuration "$(config)")
|
||||
endif
|
||||
|
||||
# Use "make RANLIB=''" for platforms without ranlib.
|
||||
RANLIB ?= ranlib
|
||||
|
||||
CC := cc
|
||||
CXX := c++
|
||||
|
||||
# The directory for the build files, may be overridden on make command line.
|
||||
builddir = .
|
||||
|
||||
ifneq ($(builddir),.)
|
||||
_builddir := $(if $(findstring $(abspath $(builddir)),$(builddir)),,../../../)$(builddir)/../build/makefile/
|
||||
_builddir_error := $(shell mkdir -p $(_builddir) 2>&1)
|
||||
$(if $(_builddir_error),$(error Failed to create build directory: $(_builddir_error)))
|
||||
endif
|
||||
all: $(_builddir)libnana.a
|
||||
|
||||
$(_builddir)libnana.a: $(_builddir)nana_any.o $(_builddir)nana_basic_types.o $(_builddir)nana_charset.o $(_builddir)nana_datetime.o $(_builddir)nana_deploy.o $(_builddir)nana_exceptions.o $(_builddir)nana_internationalization.o $(_builddir)nana_traits.o $(_builddir)nana_unicode_bidi.o $(_builddir)nana_file_iterator.o $(_builddir)nana_fs_utility.o $(_builddir)nana_player.o $(_builddir)nana_audio_device.o $(_builddir)nana_audio_stream.o $(_builddir)nana_buffer_preparation.o $(_builddir)nana_animation.o $(_builddir)nana_basis.o $(_builddir)nana_dragger.o $(_builddir)nana_drawing.o $(_builddir)nana_effects.o $(_builddir)nana_element.o $(_builddir)nana_filebox.o $(_builddir)nana_layout_utility.o $(_builddir)nana_msgbox.o $(_builddir)nana_notifier.o $(_builddir)nana_place.o $(_builddir)nana_programming_interface.o $(_builddir)nana_screen.o $(_builddir)nana_state_cursor.o $(_builddir)nana_timer.o $(_builddir)nana_tooltip.o $(_builddir)nana_wvl.o $(_builddir)nana_basic_window.o $(_builddir)nana_bedrock_pi.o $(_builddir)nana_color_schemes.o $(_builddir)nana_drawer.o $(_builddir)nana_element_store.o $(_builddir)nana_events_operation.o $(_builddir)nana_native_window_interface.o $(_builddir)nana_window_layout.o $(_builddir)nana_window_manager.o $(_builddir)nana_button.o $(_builddir)nana_categorize.o $(_builddir)nana_checkbox.o $(_builddir)nana_combox.o $(_builddir)nana_date_chooser.o $(_builddir)nana_float_listbox.o $(_builddir)nana_form.o $(_builddir)nana_frame.o $(_builddir)nana_label.o $(_builddir)nana_listbox.o $(_builddir)nana_menubar.o $(_builddir)nana_menu.o $(_builddir)nana_panel.o $(_builddir)nana_picture.o $(_builddir)nana_progress.o $(_builddir)nana_scroll.o $(_builddir)nana_slider.o $(_builddir)nana_spinbox.o $(_builddir)nana_tabbar.o $(_builddir)nana_textbox.o $(_builddir)nana_toolbar.o $(_builddir)nana_treebox.o $(_builddir)nana_widget.o $(_builddir)nana_text_editor.o $(_builddir)nana_gadget.o $(_builddir)nana_graphics.o $(_builddir)nana_image.o $(_builddir)nana_image_process_selector.o $(_builddir)nana_pixel_buffer.o $(_builddir)nana_text_renderer.o $(_builddir)nana_image_process_provider.o $(_builddir)nana_native_paint_interface.o $(_builddir)nana_dataexch.o $(_builddir)nana_platform.o $(_builddir)nana_shared_wrapper.o $(_builddir)nana_timepiece.o $(_builddir)nana_pool.o $(_builddir)nana_platform_spec_selector.o $(_builddir)nana_bedrock_selector.o
|
||||
$(AR) rcu $@ $(_builddir)nana_any.o $(_builddir)nana_basic_types.o $(_builddir)nana_charset.o $(_builddir)nana_datetime.o $(_builddir)nana_deploy.o $(_builddir)nana_exceptions.o $(_builddir)nana_internationalization.o $(_builddir)nana_traits.o $(_builddir)nana_unicode_bidi.o $(_builddir)nana_file_iterator.o $(_builddir)nana_fs_utility.o $(_builddir)nana_player.o $(_builddir)nana_audio_device.o $(_builddir)nana_audio_stream.o $(_builddir)nana_buffer_preparation.o $(_builddir)nana_animation.o $(_builddir)nana_basis.o $(_builddir)nana_dragger.o $(_builddir)nana_drawing.o $(_builddir)nana_effects.o $(_builddir)nana_element.o $(_builddir)nana_filebox.o $(_builddir)nana_layout_utility.o $(_builddir)nana_msgbox.o $(_builddir)nana_notifier.o $(_builddir)nana_place.o $(_builddir)nana_programming_interface.o $(_builddir)nana_screen.o $(_builddir)nana_state_cursor.o $(_builddir)nana_timer.o $(_builddir)nana_tooltip.o $(_builddir)nana_wvl.o $(_builddir)nana_basic_window.o $(_builddir)nana_bedrock_pi.o $(_builddir)nana_color_schemes.o $(_builddir)nana_drawer.o $(_builddir)nana_element_store.o $(_builddir)nana_events_operation.o $(_builddir)nana_native_window_interface.o $(_builddir)nana_window_layout.o $(_builddir)nana_window_manager.o $(_builddir)nana_button.o $(_builddir)nana_categorize.o $(_builddir)nana_checkbox.o $(_builddir)nana_combox.o $(_builddir)nana_date_chooser.o $(_builddir)nana_float_listbox.o $(_builddir)nana_form.o $(_builddir)nana_frame.o $(_builddir)nana_label.o $(_builddir)nana_listbox.o $(_builddir)nana_menubar.o $(_builddir)nana_menu.o $(_builddir)nana_panel.o $(_builddir)nana_picture.o $(_builddir)nana_progress.o $(_builddir)nana_scroll.o $(_builddir)nana_slider.o $(_builddir)nana_spinbox.o $(_builddir)nana_tabbar.o $(_builddir)nana_textbox.o $(_builddir)nana_toolbar.o $(_builddir)nana_treebox.o $(_builddir)nana_widget.o $(_builddir)nana_text_editor.o $(_builddir)nana_gadget.o $(_builddir)nana_graphics.o $(_builddir)nana_image.o $(_builddir)nana_image_process_selector.o $(_builddir)nana_pixel_buffer.o $(_builddir)nana_text_renderer.o $(_builddir)nana_image_process_provider.o $(_builddir)nana_native_paint_interface.o $(_builddir)nana_dataexch.o $(_builddir)nana_platform.o $(_builddir)nana_shared_wrapper.o $(_builddir)nana_timepiece.o $(_builddir)nana_pool.o $(_builddir)nana_platform_spec_selector.o $(_builddir)nana_bedrock_selector.o
|
||||
$(RANLIB) $@
|
||||
|
||||
$(_builddir)nana_any.o: ../../source/any.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/any.cpp
|
||||
|
||||
$(_builddir)nana_basic_types.o: ../../source/basic_types.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/basic_types.cpp
|
||||
|
||||
$(_builddir)nana_charset.o: ../../source/charset.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/charset.cpp
|
||||
|
||||
$(_builddir)nana_datetime.o: ../../source/datetime.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/datetime.cpp
|
||||
|
||||
$(_builddir)nana_deploy.o: ../../source/deploy.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/deploy.cpp
|
||||
|
||||
$(_builddir)nana_exceptions.o: ../../source/exceptions.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/exceptions.cpp
|
||||
|
||||
$(_builddir)nana_internationalization.o: ../../source/internationalization.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/internationalization.cpp
|
||||
|
||||
$(_builddir)nana_traits.o: ../../source/traits.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/traits.cpp
|
||||
|
||||
$(_builddir)nana_unicode_bidi.o: ../../source/unicode_bidi.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/unicode_bidi.cpp
|
||||
|
||||
$(_builddir)nana_file_iterator.o: ../../source/filesystem/file_iterator.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/filesystem/file_iterator.cpp
|
||||
|
||||
$(_builddir)nana_fs_utility.o: ../../source/filesystem/fs_utility.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/filesystem/fs_utility.cpp
|
||||
|
||||
$(_builddir)nana_player.o: ../../source/audio/player.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/audio/player.cpp
|
||||
|
||||
$(_builddir)nana_audio_device.o: ../../source/audio/detail/audio_device.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/audio/detail/audio_device.cpp
|
||||
|
||||
$(_builddir)nana_audio_stream.o: ../../source/audio/detail/audio_stream.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/audio/detail/audio_stream.cpp
|
||||
|
||||
$(_builddir)nana_buffer_preparation.o: ../../source/audio/detail/buffer_preparation.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/audio/detail/buffer_preparation.cpp
|
||||
|
||||
$(_builddir)nana_animation.o: ../../source/gui/animation.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/animation.cpp
|
||||
|
||||
$(_builddir)nana_basis.o: ../../source/gui/basis.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/basis.cpp
|
||||
|
||||
$(_builddir)nana_dragger.o: ../../source/gui/dragger.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/dragger.cpp
|
||||
|
||||
$(_builddir)nana_drawing.o: ../../source/gui/drawing.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/drawing.cpp
|
||||
|
||||
$(_builddir)nana_effects.o: ../../source/gui/effects.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/effects.cpp
|
||||
|
||||
$(_builddir)nana_element.o: ../../source/gui/element.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/element.cpp
|
||||
|
||||
$(_builddir)nana_filebox.o: ../../source/gui/filebox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/filebox.cpp
|
||||
|
||||
$(_builddir)nana_layout_utility.o: ../../source/gui/layout_utility.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/layout_utility.cpp
|
||||
|
||||
$(_builddir)nana_msgbox.o: ../../source/gui/msgbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/msgbox.cpp
|
||||
|
||||
$(_builddir)nana_notifier.o: ../../source/gui/notifier.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/notifier.cpp
|
||||
|
||||
$(_builddir)nana_place.o: ../../source/gui/place.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/place.cpp
|
||||
|
||||
$(_builddir)nana_programming_interface.o: ../../source/gui/programming_interface.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/programming_interface.cpp
|
||||
|
||||
$(_builddir)nana_screen.o: ../../source/gui/screen.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/screen.cpp
|
||||
|
||||
$(_builddir)nana_state_cursor.o: ../../source/gui/state_cursor.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/state_cursor.cpp
|
||||
|
||||
$(_builddir)nana_timer.o: ../../source/gui/timer.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/timer.cpp
|
||||
|
||||
$(_builddir)nana_tooltip.o: ../../source/gui/tooltip.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/tooltip.cpp
|
||||
|
||||
$(_builddir)nana_wvl.o: ../../source/gui/wvl.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/wvl.cpp
|
||||
|
||||
$(_builddir)nana_basic_window.o: ../../source/gui/detail/basic_window.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/basic_window.cpp
|
||||
|
||||
$(_builddir)nana_bedrock_pi.o: ../../source/gui/detail/bedrock_pi.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/bedrock_pi.cpp
|
||||
|
||||
$(_builddir)nana_color_schemes.o: ../../source/gui/detail/color_schemes.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/color_schemes.cpp
|
||||
|
||||
$(_builddir)nana_drawer.o: ../../source/gui/detail/drawer.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/drawer.cpp
|
||||
|
||||
$(_builddir)nana_element_store.o: ../../source/gui/detail/element_store.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/element_store.cpp
|
||||
|
||||
$(_builddir)nana_events_operation.o: ../../source/gui/detail/events_operation.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/events_operation.cpp
|
||||
|
||||
$(_builddir)nana_native_window_interface.o: ../../source/gui/detail/native_window_interface.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/native_window_interface.cpp
|
||||
|
||||
$(_builddir)nana_window_layout.o: ../../source/gui/detail/window_layout.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/window_layout.cpp
|
||||
|
||||
$(_builddir)nana_window_manager.o: ../../source/gui/detail/window_manager.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/window_manager.cpp
|
||||
|
||||
$(_builddir)nana_button.o: ../../source/gui/widgets/button.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/button.cpp
|
||||
|
||||
$(_builddir)nana_categorize.o: ../../source/gui/widgets/categorize.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/categorize.cpp
|
||||
|
||||
$(_builddir)nana_checkbox.o: ../../source/gui/widgets/checkbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/checkbox.cpp
|
||||
|
||||
$(_builddir)nana_combox.o: ../../source/gui/widgets/combox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/combox.cpp
|
||||
|
||||
$(_builddir)nana_date_chooser.o: ../../source/gui/widgets/date_chooser.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/date_chooser.cpp
|
||||
|
||||
$(_builddir)nana_float_listbox.o: ../../source/gui/widgets/float_listbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/float_listbox.cpp
|
||||
|
||||
$(_builddir)nana_form.o: ../../source/gui/widgets/form.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/form.cpp
|
||||
|
||||
$(_builddir)nana_frame.o: ../../source/gui/widgets/frame.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/frame.cpp
|
||||
|
||||
$(_builddir)nana_label.o: ../../source/gui/widgets/label.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/label.cpp
|
||||
|
||||
$(_builddir)nana_listbox.o: ../../source/gui/widgets/listbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/listbox.cpp
|
||||
|
||||
$(_builddir)nana_menubar.o: ../../source/gui/widgets/menubar.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/menubar.cpp
|
||||
|
||||
$(_builddir)nana_menu.o: ../../source/gui/widgets/menu.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/menu.cpp
|
||||
|
||||
$(_builddir)nana_panel.o: ../../source/gui/widgets/panel.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/panel.cpp
|
||||
|
||||
$(_builddir)nana_picture.o: ../../source/gui/widgets/picture.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/picture.cpp
|
||||
|
||||
$(_builddir)nana_progress.o: ../../source/gui/widgets/progress.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/progress.cpp
|
||||
|
||||
$(_builddir)nana_scroll.o: ../../source/gui/widgets/scroll.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/scroll.cpp
|
||||
|
||||
$(_builddir)nana_slider.o: ../../source/gui/widgets/slider.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/slider.cpp
|
||||
|
||||
$(_builddir)nana_spinbox.o: ../../source/gui/widgets/spinbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/spinbox.cpp
|
||||
|
||||
$(_builddir)nana_tabbar.o: ../../source/gui/widgets/tabbar.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/tabbar.cpp
|
||||
|
||||
$(_builddir)nana_textbox.o: ../../source/gui/widgets/textbox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/textbox.cpp
|
||||
|
||||
$(_builddir)nana_toolbar.o: ../../source/gui/widgets/toolbar.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/toolbar.cpp
|
||||
|
||||
$(_builddir)nana_treebox.o: ../../source/gui/widgets/treebox.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/treebox.cpp
|
||||
|
||||
$(_builddir)nana_widget.o: ../../source/gui/widgets/widget.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/widget.cpp
|
||||
|
||||
$(_builddir)nana_text_editor.o: ../../source/gui/widgets/skeletons/text_editor.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/widgets/skeletons/text_editor.cpp
|
||||
|
||||
$(_builddir)nana_gadget.o: ../../source/paint/gadget.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/gadget.cpp
|
||||
|
||||
$(_builddir)nana_graphics.o: ../../source/paint/graphics.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/graphics.cpp
|
||||
|
||||
$(_builddir)nana_image.o: ../../source/paint/image.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/image.cpp
|
||||
|
||||
$(_builddir)nana_image_process_selector.o: ../../source/paint/image_process_selector.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/image_process_selector.cpp
|
||||
|
||||
$(_builddir)nana_pixel_buffer.o: ../../source/paint/pixel_buffer.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/pixel_buffer.cpp
|
||||
|
||||
$(_builddir)nana_text_renderer.o: ../../source/paint/text_renderer.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/text_renderer.cpp
|
||||
|
||||
$(_builddir)nana_image_process_provider.o: ../../source/paint/detail/image_process_provider.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/detail/image_process_provider.cpp
|
||||
|
||||
$(_builddir)nana_native_paint_interface.o: ../../source/paint/detail/native_paint_interface.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/paint/detail/native_paint_interface.cpp
|
||||
|
||||
$(_builddir)nana_dataexch.o: ../../source/system/dataexch.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/system/dataexch.cpp
|
||||
|
||||
$(_builddir)nana_platform.o: ../../source/system/platform.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/system/platform.cpp
|
||||
|
||||
$(_builddir)nana_shared_wrapper.o: ../../source/system/shared_wrapper.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/system/shared_wrapper.cpp
|
||||
|
||||
$(_builddir)nana_timepiece.o: ../../source/system/timepiece.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/system/timepiece.cpp
|
||||
|
||||
$(_builddir)nana_pool.o: ../../source/threads/pool.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/threads/pool.cpp
|
||||
|
||||
$(_builddir)nana_platform_spec_selector.o: ../../source/detail/platform_spec_selector.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/detail/platform_spec_selector.cpp
|
||||
|
||||
$(_builddir)nana_bedrock_selector.o: ../../source/gui/detail/bedrock_selector.cpp
|
||||
$(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) -MD -MP -fPIC -DPIC -pthread -I../../include -std=c++0x `pkg-config --cflags freetype2` ../../source/gui/detail/bedrock_selector.cpp
|
||||
|
||||
clean:
|
||||
rm -f $(_builddir)*.o
|
||||
rm -f $(_builddir)*.d
|
||||
rm -f $(_builddir)libnana.a
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
# Dependencies tracking:
|
||||
-include *.d
|
Loading…
x
Reference in New Issue
Block a user