openbsd-ports/devel/luaprofiler/patches/patch-Makefile_linux
jasper f2e86ecce6 import luaprofiler 2.0.2
LuaProfiler is a time profiler designed to help finding bottlenecks on
your Lua program.

If you use LuaProfiler into your program, it will generate a log of all
your function calls and their respective running times. You can use this
log to generate a summary of the functions your program uses, along with
how long it stayed in each of them, or you can import the log into a
spreadsheet for further analysis.
2010-07-08 12:28:57 +00:00

13 lines
423 B
Plaintext

$OpenBSD: patch-Makefile_linux,v 1.1.1.1 2010/07/08 12:28:57 jasper Exp $
--- Makefile.linux.orig Mon Jul 5 02:43:01 2010
+++ Makefile.linux Mon Jul 5 02:43:50 2010
@@ -1,6 +1,6 @@
-include config.linux
+include ../config.linux
-OBJS= src/clocks.o src/core_profiler.o src/function_meter.o src/stack.o src/lua50_profiler.o
+OBJS= clocks.o core_profiler.o function_meter.o stack.o lua50_profiler.o
profiler: $(OBJS)