diff --git a/.gitignore b/.gitignore index def4a52b40eee1fca54e76222ecbe9dc45133351..7cbdc99c0f728d5bc8929514efe237690e331a96 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,51 @@ CVS .cproject .project .settings +bin/nc +bin/ncc +bin/youok +compiler/np/lex.yy.c +compiler/np/y.tab.c +compiler/np/y.tab.h +tests/nh.broad/nh_cl +tests/nh.broad/nh_client.c +tests/nh.broad/nh_defs.h +tests/nh.broad/nh_server.c +tests/nh.broad/nh_sr +tests/nh.broad/nh_support.c +tests/nh.exec/nh_cl +tests/nh.exec/nh_client.c +tests/nh.exec/nh_defs.h +tests/nh.exec/nh_server.c +tests/nh.exec/nh_sr +tests/nh.exec/nh_support.c +tests/nh.fork/nh_cl +tests/nh.fork/nh_client.c +tests/nh.fork/nh_defs.h +tests/nh.fork/nh_forever +tests/nh.fork/nh_imp +tests/nh.fork/nh_server.c +tests/nh.fork/nh_sr +tests/nh.fork/nh_support.c +tests/nh.rx/nh_cl +tests/nh.rx/nh_client.c +tests/nh.rx/nh_defs.h +tests/nh.rx/nh_forever +tests/nh.rx/nh_server.c +tests/nh.rx/nh_sr +tests/nh.rx/nh_support.c +tests/nh.try/nh_cl +tests/nh.try/nh_client.c +tests/nh.try/nh_defs.h +tests/nh.try/nh_server.c +tests/nh.try/nh_sr +tests/nh.try/nh_support.c +tests/ntst/ntst_cl +tests/ntst/ntst_client.c +tests/ntst/ntst_defs.h +tests/ntst/ntst_server.c +tests/ntst/ntst_sr +tests/ntst/ntst_support.c +tests/rxtst/rxtst +tests/rxtst/srxtst + diff --git a/bin/nc b/bin/nc deleted file mode 100755 index 10865f36546c1a7871c9a8e6d0d07c25a97c4dbb..0000000000000000000000000000000000000000 Binary files a/bin/nc and /dev/null differ diff --git a/bin/ncc b/bin/ncc deleted file mode 100755 index f5741e0ea90d64d1ab9032299b05aa2d70e3057a..0000000000000000000000000000000000000000 Binary files a/bin/ncc and /dev/null differ diff --git a/bin/youok b/bin/youok deleted file mode 100755 index 4164f666c86ee7e8c3469743b0442c5f9c8663d8..0000000000000000000000000000000000000000 Binary files a/bin/youok and /dev/null differ diff --git a/sysconfig.mk b/sysconfig.mk index 1555e1bfb8d8e153a1cce0c3227fada7d6eac32f..9677cd5452e656afd20b649d605f59a324822c24 100644 --- a/sysconfig.mk +++ b/sysconfig.mk @@ -1,13 +1,13 @@ #TOP_ELEDEV = /home/claudio/test -BASEDIR=$(TOP_ELEDEV)/utils-rpc-motif -VERSION_DIR = nc2.14 +BASEDIR=$(HOME)/src/gitlab/cs/lib/libnc +VERSION_DIR = libnc LIBVERSION = 2 LIBRELEASE = 14 LIBSUBRELEASE = 0 -NCHOME = $(BASEDIR)/$(VERSION_DIR) -NCSRC = $(BASEDIR)/$(VERSION_DIR) -INST_DIR_LIB = /runtime/elettra -INST_DIR_BIN = /runtime/elettra +NCHOME = $(BASEDIR) +NCSRC = $(BASEDIR) +INST_DIR_LIB = /runtime +INST_DIR_BIN = /runtime FLEXLIB = -ll MATHLIB = -lm