beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / luaprofiler / Makefile
blob57ccbfd165faa848a95b6b1a16cd5105cb8b0b04
2 srcdir=../../../src/libs/luaprofiler
4 OBJS= clocks.o \
5 core_profiler.o \
6 function_meter.o \
7 stack.o \
8 lua50_profiler.o
11 profiler: $(OBJS)
12 ar cru libprofiler.a $(OBJS)
13 ranlib libprofiler.a
15 clean:
16 rm -f $(OBJS) libprofiler.a
18 %.o: $(srcdir)/%.c
19 $(CC) -c -I../../../src/libs/lua51 $< $(CFLAGS) -o $@