Root/tools/atspi-id/Makefile

Source at commit ac349b0bc0340d47c7764e60fde7a13bd930e53a created 13 years 7 months ago.
By Werner Almesberger, Introduce library with ATSPI access functions (largely untested)
1#
2# atspi/Makefile - Build the ATSPI identification utility
3#
4# Written 2010 by Werner Almesberger
5# Copyright 2010 Werner Almesberger
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12
13
14F32XBASE = ../../../f32xbase
15
16MAIN = atspi-id
17
18include $(F32XBASE)/lib/Makefile.common
19
20CFLAGS += -I../../fw/include -I../include
21LDLIBS += -L../lib -latspi
22

Archive Download this file



interactive