/Makefile.common.in (70c9e3f19e0023cd079edde5ef8eba3ef692ca0e) (783 bytes) (mode 100644) (type blob)

CC_SWITCHES := @CC_SWITCHES@
I_USR := $(DESTDIR)@USR@
I_USR_BIN := $(DESTDIR)@USR_BIN@
I_USR_SBIN := $(DESTDIR)@USR_SBIN@
I_USR_LIB := $(DESTDIR)@USR_LIB@
I_USR_SHARE := $(DESTDIR)@USR_SHARE@
I_VAR_LOG := $(DESTDIR)@VAR_LOG@
I_VAR_LIB := $(DESTDIR)@VAR_LIB@
I_ETC := $(DESTDIR)@ETC@

export CC := gcc
export INCS :=
export LIBS :=
export CFLAGS := $(CC_SWITCHES)
export CFLAGS += -ggdb -Wall -Wextra -pipe

export GNUTLS_LIBS := $(shell pkg-config --libs gnutls)
export GNUTLS_CFLAGS := $(shell pkg-config --cflags gnutls)

export JSON_LIBS := $(shell pkg-config --libs json-c)
export JSON_CFLAGS := $(shell pkg-config --cflags json-c)

export CFLAGSSO := -ldl -lrt -shared -rdynamic -fPIC

export CURL_LIBS := $(shell pkg-config libcurl --libs)

# for shm_open
export LIBS += -lrt



Mode Type Size Ref File
100644 blob 171 fe99470392637305c55f33ec897faf76a5994537 .gitignore
100644 blob 95 7642b9826e1e2c9b5c5c7aa9c940f97939d2571a History.txt
100644 blob 34520 dba13ed2ddf783ee8118c6a581dbf75305f816a3 LICENSE
100644 blob 783 70c9e3f19e0023cd079edde5ef8eba3ef692ca0e Makefile.common.in
100644 blob 1111 4e0fe625cc0e11fe4f007707eeff7143df8e0d5c Makefile.in
100644 blob 42 d7c52ebbfd48ca77062939fdbb338cd89ec8c432 README
100644 blob 1321 1b0b4988e524fdc87bb30a5b7d253f0b443e2643 TODO
040000 tree - a0267106f3cdf0ce463ef4402194b7af202f1e9b agent
040000 tree - 399a568a464fefb539511efcb7dbc54cad41ee92 common
100755 blob 30 92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 configure
040000 tree - 5105db024880a7770cdfe3463ff616a19ccf5cb4 debian
040000 tree - c1cfcc561884a634816ab2ceae10e876b00767ad docs
100755 blob 18446 beaa5e023f0e7140d175aead85031193fad85937 duilder
040000 tree - b8c35f2c2d3465319cd9f7bd0c02451ce6421ce8 ingestd
040000 tree - 659fed7afcfeec6403073b9243c7add55280a964 misc
100644 blob 2191 ea74dbbb5e268c8b5da88993eef0d15e7a62bf27 ninedogs.spec
040000 tree - ed2ce950c8d76542b032c32b6414eb756393ae87 rocketgit
040000 tree - 6886f025e0842ae23d3f40ad0732c25d56007f2f samples
040000 tree - 6ce804cfa819b8fc8b5f0e31198a88f3f4045b53 test
040000 tree - 7f5aa582c06d0c8dfc84804c3f63de9a1dd990bd tools
040000 tree - 513f4b3efbe76eef7482b08ed5ec7082e7500344 trace
040000 tree - af41160249fa3c983f17a348cc5f7945b2e08361 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