File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
- /libgotcha.h
2
- /libgotcha.mk
3
- /libgotcha_repl.h
1
+ /libgotcha
4
2
5
3
* .a
6
4
* .o
Original file line number Diff line number Diff line change 1
1
CFLAGS += -std=c99 -g -O2 -fpic -fno-optimize-sibling-calls -Wall -Wextra -Wpedantic
2
- CPPFLAGS += -D_DEFAULT_SOURCE
2
+ CPPFLAGS += -I $( LIBGOTCHA_PATH ) - D_DEFAULT_SOURCE
3
3
4
- -include libgotcha.mk
4
+ CP := objcopy -Wsigaction --globalize-symbol libgotcha_sigaction --globalize-symbol libgotcha_pthread_sigmask --globalize-symbol libgotcha_sigaddset --globalize-symbol libgotcha_sigfillset
5
5
6
6
.PHONY : all
7
7
all : libas-safe.so
8
8
9
- libas-safe.so : libgotcha.h
10
-
11
- libgotcha.a : libgotcha/libgotcha.a
12
- objcopy -Wsigaction --globalize-symbol libgotcha_sigaction --globalize-symbol libgotcha_pthread_sigmask --globalize-symbol libgotcha_sigaddset --globalize-symbol libgotcha_sigfillset $< $@
13
-
14
9
.PHONY : clean
15
10
clean :
16
11
$(RM ) * .a * .o * .so
12
+
13
+ include libgotcha/libgotcha.mk
Original file line number Diff line number Diff line change 1
- #include "libgotcha .h"
1
+ #include "libgotcha_api .h"
2
2
#include "libgotcha_repl.h"
3
3
4
4
#include <assert.h>
You can’t perform that action at this time.
0 commit comments