Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LIB=libshm.o
- LDFALGS=
- CCFLAGS=-Wall -L /home/zaibon/Desktop/lib -D COMPACQ
- CC=gcc $(CCFLAGS)
- server: testlib.c libshm.o
- $(CC) -o server testlib.c libshm.o
- client: testlib_client.c libshm.o
- $(CC) -o client testlib_client.c libshm.o
- libshm.o: libshm.c libshm.h fctTrace.o
- $(CC) -c libshm.c fctTrace.o
- fctTrace.o: fctTrace.c fctTrace.h
- $(CC) -c fctTrace.c
- clean:
- rm -v *.o server client
Advertisement
Add Comment
Please, Sign In to add comment