/examples/Makefile (1503a0b4a8b24401a1d751b4c9ef8503d6679a08) (601 bytes) (mode 100644) (type blob)
TARGETS := s c raw udp_s timeout trigger line1
all: $(TARGETS)
INCS += -I. -I..
LIBS += -L.. -lConn
OBJS :=
s: s.c $(OBJS)
gcc $(CFLAGS) $(INCS) s.c -o s $(LIBS)
c: c.c $(OBJS)
gcc $(CFLAGS) $(INCS) c.c -o c $(LIBS)
raw: raw.c $(OBJS)
gcc $(CFLAGS) $(INCS) raw.c -o raw $(LIBS)
udp_s: udp_s.c $(OBJS)
gcc $(CFLAGS) $(INCS) $@.c -o $@ $(LIBS)
timeout: timeout.c $(OBJS)
gcc $(CFLAGS) $(INCS) $@.c -o $@ $(LIBS)
line1: line1.c $(OBJS)
gcc $(CFLAGS) $(INCS) $@.c -o $@ $(LIBS)
%: %.c $(OBJS)
gcc $(CFLAGS) $(INCS) $@.c -o $@ $(LIBS)
.PHONY: clean
clean:
@-rm -f $(TARGETS) *.log core
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
49 |
dff4e6d7fcaef8e156d19d0a93a79661df3fde13 |
.gitignore |
100644 |
blob |
1945 |
fecf0e7a7e8580485101a179685aedc7e00affbb |
Changelog.pre109 |
100644 |
blob |
40568 |
4f15ea5be6186509b2600cb5f79f315e4a677e7d |
Conn.c |
100644 |
blob |
7189 |
72419487a5bc7bb019c5186672ae38726df0a7c2 |
Conn.h |
100644 |
blob |
726 |
64b1bad93a84f87c3e93fc24ac5341db691ea578 |
Conn.spec.in |
100644 |
blob |
30 |
d987fa5df957830331139935d517009e2911b0cf |
INSTALL |
100644 |
blob |
25275 |
92b8903ff3fea7f49ef5c041b67a087bca21c5ec |
LICENSE |
100644 |
blob |
726 |
73073f4ae39f745ea430ec896644697fcbd4fd30 |
Makefile.in |
100644 |
blob |
192 |
5b11bdfb23857d8588845465aef993b320596b44 |
README |
100644 |
blob |
1453 |
b9f9dab2d0bb2762dea406c9e87d34eb38a18d9d |
TODO |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
040000 |
tree |
- |
d4c9c4a69c5cfa2a84316967185f1661b6817779 |
docs |
100755 |
blob |
8765 |
3ae028d745b2a369ebef7d24ecfee708f110ce72 |
duilder |
100644 |
blob |
251 |
bcceff0b75a5502f5b581735fbcd4a1834ad4488 |
duilder.conf |
040000 |
tree |
- |
1a5a185abaa86b4a88dfed1dfb511c4fa7047f4c |
examples |
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/Conn
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/Conn
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/Conn
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