Root/gp2rml/Makefile

1#
2# gp2rml/Makefile - Build the gnuplot to RML converter
3#
4# Written 2008-2010 by Werner Almesberger
5# Copyright 2008-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=gp2rml
15
16OBJS=gp2rml.o
17
18CFLAGS = -g -Wall -Wshadow
19LDLIBS = -lm
20
21$(MAIN): $(OBJS)
22# $(CC) $(LDFLAGS) -o $(MAIN) $(OBJS)
23
24clean:
25        rm -f $(OBJS)
26

Archive Download this file

Branches:
master



interactive