File:  [ELWIX - Embedded LightWeight unIX -] / libelwix / example / Makefile
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Thu Nov 30 13:46:27 2017 UTC (6 years, 5 months ago) by misho
Branches: MAIN
CVS tags: elwix4_9, elwix4_8, elwix4_7, elwix4_6, elwix4_26, elwix4_25, elwix4_24, elwix4_23, elwix4_22, elwix4_21, elwix4_20, elwix4_19, elwix4_18, elwix4_17, elwix4_16, elwix4_15, elwix4_14, elwix4_13, elwix4_12, elwix4_11, elwix4_10, HEAD, ELWIX4_9, ELWIX4_8, ELWIX4_7, ELWIX4_6, ELWIX4_5, ELWIX4_25, ELWIX4_24, ELWIX4_23, ELWIX4_22, ELWIX4_21, ELWIX4_20, ELWIX4_19, ELWIX4_18, ELWIX4_17, ELWIX4_16, ELWIX4_15, ELWIX4_14, ELWIX4_13, ELWIX4_12, ELWIX4_11, ELWIX4_10
version 4.5

all:
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o astvar astvar.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_array test_array.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sarray test_sarray.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o envargs envargs.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o rb rb.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o rb2 rb2.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_n2 test_n2.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_vars test_vars.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_pack test_pack.c -lelwix -lpthread -fPIC
	cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_json test_json.c -lelwix -lpthread -fPIC

clean:
	rm -f *.o *~ test astvar test_array test_sarray \
		envargs rb rb2 test_n2 test_vars test_mem test_time test_pack \
		test_json

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>