Root/tools/atrf-path/Makefile

Source at commit 624caeb00652f6118dc64698b7dad6fa3e5bdcc2 created 7 years 5 days ago.
By Werner Almesberger, atusb/: use VR, POWERED, and LED from kicad-libs
1#
2# atrf-path/Makefile - Measure path characteristics
3#
4# Written 2011 by Werner Almesberger
5# Copyright 2011 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 = atrf-path
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
22
23CFLAGS_ben_jlime += $(shell sdl-config --cflags)
24MACROS_ben_jlime += -DHAVE_GFX
25LDLIBS_ben_jlime += -lSDL -lSDL_gfx
26OBJS_ben_jlime = gui.o
27
28$(MAIN): $(OBJS_$(TARGET))
29

Archive Download this file



interactive