/trace/Makefile (aea190999e8b7e2c5528b9a58b3fe36fa9216ff7) (452 bytes) (mode 100644) (type blob)
include ../Makefile.common
COMMON_H += ../common/shared.h ../common/tools.h ../common/decode_text.h \
../common/ids.h ../common/params.h
CFLAGS += -I../common
OBJS := ../common/tools.o ../common/decode_text.o
all: nd-trace
nd-trace: nd-trace.c $(COMMON_H) $(OBJS)
$(CC) $(CFLAGS) $@.c -o $@ $(OBJS) $(LIBS) -lsf
.PHONY: clean
clean:
@rm -f nd-trace *.strace *.log *.out *.o
install: all
@mkdir -p $(I_USR_BIN)
cp -vd nd-trace $(I_USR_BIN)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
177 |
5c4689cc689fe8331a251f33913b0450a47545e1 |
.gitignore |
100644 |
blob |
95 |
7642b9826e1e2c9b5c5c7aa9c940f97939d2571a |
History.txt |
100644 |
blob |
34520 |
dba13ed2ddf783ee8118c6a581dbf75305f816a3 |
LICENSE |
100644 |
blob |
783 |
70c9e3f19e0023cd079edde5ef8eba3ef692ca0e |
Makefile.common.in |
100644 |
blob |
1159 |
c23934f03cfbf5b90a1e6fcad3a8938830d71243 |
Makefile.in |
100644 |
blob |
42 |
d7c52ebbfd48ca77062939fdbb338cd89ec8c432 |
README |
100644 |
blob |
2773 |
6e08b630e723416a98db74644e194593eeb44771 |
TODO |
040000 |
tree |
- |
75681f3480f2bcc00f4df83819104fc76e78ca21 |
agent |
040000 |
tree |
- |
745cb8edf2ce432ba86d19e84b9d9264675da9fa |
common |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
040000 |
tree |
- |
1e5106b94ebd01f707f0ef0e2f62786ca4a026d5 |
debian |
040000 |
tree |
- |
f2fd66bde957d057a33dff00a5040166d4fb7a71 |
docs |
100755 |
blob |
18530 |
45f1710267130a4a4db542edd579f7c08be09839 |
duilder |
040000 |
tree |
- |
4195278236a631a17d3cbd541ab4aaa17eca8790 |
ingestd |
040000 |
tree |
- |
c0540001659e312c01c650f510e92b1a1b07e214 |
misc |
100644 |
blob |
2276 |
e5b1512bd9c72e795882732ea82504110f268a96 |
ninedogs.spec |
040000 |
tree |
- |
ed2ce950c8d76542b032c32b6414eb756393ae87 |
rocketgit |
040000 |
tree |
- |
4e32fc3d5249af07533fb4ea602e150ca737aee7 |
samples |
040000 |
tree |
- |
91094c4942b3f4205b586d8e934efa2006901fe2 |
test |
040000 |
tree |
- |
68c554b3cb25597390cbfd70c3ca9a16c7c265c8 |
tools |
040000 |
tree |
- |
4c377c29b3a8f5ebf62cfabf4563a1fec51e452b |
trace |
040000 |
tree |
- |
fc1176d20d37c31c9dae3b0e0e467dceeeecaefc |
webd |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/ninedogs
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/ninedogs
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/ninedogs
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main