aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/testmod/Makefile.in
blob: b4e63ff493359f513654593e3016de1802b2cdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mydir=util$(S)profile$(S)testmod
BUILDTOP=$(REL)..$(S)..$(S)..

LOCALINCLUDES = -I.. -I$(srcdir)/..

LIBBASE=proftest
LIBMAJOR=0
LIBMINOR=0

SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS)
SHLIB_EXPDEPS=$(SUPPORT_DEPLIB)

STLIBOBJS=testmod_main.o

SRCS=$(srcdir)/testmod_main.c

check-unix:: proftest$(DYNOBJEXT)
clean-unix:: clean-libs clean-libobjs

@libnover_frag@
@libobj_frag@