aboutsummaryrefslogtreecommitdiff
path: root/libxsde/makefile
blob: 3d5d0d45c9f5a71d621b1de34683cf5f9edeaee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : libxsde/makefile
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make

default  := $(out_base)/
dist     := $(out_base)/.dist
dist-win := $(out_base)/.dist-win
clean    := $(out_base)/.clean

$(default): $(out_base)/xsde/
$(dist): $(out_base)/xsde/.dist
$(dist-win): $(out_base)/xsde/.dist-win
$(clean): $(out_base)/xsde/.clean

$(call import,$(src_base)/xsde/makefile)