diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-31 09:08:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-31 09:08:06 +0000 |
commit | ade0bfde81e6c0a7b0b57b17a3bffa17ddbe90ac (patch) | |
tree | ca8dc2299154433a63658b8c80cf00b3cbbcfcbb /examples | |
parent | 87720d1fb9c6ff5b56ed79a43fe13c077199a822 (diff) | |
download | ATCD-ade0bfde81e6c0a7b0b57b17a3bffa17ddbe90ac.tar.gz |
Slamer
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ASX/Event_Server/Transceiver/Makefile | 7 |
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 |