Files
ftmemsim-valgrind/massif/hp2ps/Makefile.am
Nicholas Nethercote acd57ac595 Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.am
cruft, yay!


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2641
2004-09-01 23:20:49 +00:00

59 lines
913 B
Makefile

include $(top_srcdir)/Makefile.all.am
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -g
val_PROGRAMS = hp2ps
EXTRA_DIST = \
CHANGES \
INSTALL \
LICENSE \
README \
Makefile.old \
hp2ps.1
hp2ps_SOURCES = \
AuxFile.c \
Axes.c \
AreaBelow.c \
Curves.c \
Deviation.c \
Dimensions.c \
Error.c \
HpFile.c \
Key.c \
Main.c \
Marks.c \
TopTwenty.c \
TraceElement.c \
PsFile.c \
Reorder.c \
Scale.c \
Shade.c \
Utilities.c
hp2ps_LDADD = -lm
noinst_HEADERS = \
AreaBelow.h \
AuxFile.h \
Axes.h \
Curves.h \
Defines.h \
Deviation.h \
Dimensions.h \
Error.h \
HpFile.h \
Key.h \
Main.h \
Marks.h \
PsFile.h \
Reorder.h \
Scale.h \
Shade.h \
TopTwenty.h \
TraceElement.h \
Utilities.h
include $(top_srcdir)/Makefile.tool-inplace.am