summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:08:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-31 09:08:06 +0000
commitade0bfde81e6c0a7b0b57b17a3bffa17ddbe90ac (patch)
treeca8dc2299154433a63658b8c80cf00b3cbbcfcbb /examples
parent87720d1fb9c6ff5b56ed79a43fe13c077199a822 (diff)
downloadATCD-ade0bfde81e6c0a7b0b57b17a3bffa17ddbe90ac.tar.gz
Slamer
Diffstat (limited to 'examples')
-rw-r--r--examples/ASX/Event_Server/Transceiver/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/ASX/Event_Server/Transceiver/Makefile b/examples/ASX/Event_Server/Transceiver/Makefile
index 7fb95dc617d..6494612d254 100644
--- a/examples/ASX/Event_Server/Transceiver/Makefile
+++ b/examples/ASX/Event_Server/Transceiver/Makefile
@@ -10,16 +10,10 @@
BIN = transceiver
-LSRC = $(addsuffix .cpp,$(BIN))
-
-LDLIBS =
-
VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
-INSTALL =
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -28,7 +22,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.lib.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU