Root/tools/atspi-rssi/Makefile

Source at commit 0463bbea5d737f4385ed09997cff6f6ee9232640 created 13 years 4 months ago.
By Werner Almesberger, Added graphical display of RSSI scan results.
1#
2# atspi-rssi/Makefile - Build the spectrum scan 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
14MAIN = atspi-rssi
15
16include ../Makefile.common
17
18CFLAGS_host += $(shell sdl-config --cflags)
19MACROS_host += -DHAVE_GFX
20LDLIBS_host += $(shell sdl-config --libs) -lSDL_gfx
21OBJS_host = gui.o zgrid.o digit.o
22
23$(MAIN): $(OBJS_$(TARGET))
24

Archive Download this file



interactive