syn68k/profile/Makefile.am

27 lines
652 B
Makefile
Raw Normal View History

2008-09-26 14:25:10 +00:00
CC=@CC_FOR_BUILD@
noinst_PROGRAMS = makebucket profile
EXEEXT =
2009-12-05 22:34:57 +00:00
BUILT_SOURCES = bucket.c
profile_SOURCES = main.c readprofile.c amode.c frequency.c \
include/amode.h include/bucket.h \
include/frequency.h include/readprofile.h
nodist_profile_SOURCES = bucket.c
makebucket_SOURCES = makebucket.c amode.c \
include/amode.h include/bucket.h
2008-09-26 14:25:10 +00:00
AM_CFLAGS = -g -Wall -I$(srcdir)/include -I$(srcdir)/../include
all:
echo "Doing nothing, we don't use this any more"
bucket.c: makebucket ../runtime/profileinfo.gz
./makebucket ../runtime/profileinfo.gz > bucket.c
2009-12-05 22:34:57 +00:00
clean-local:
-rm -f bucket.c